aboutsummaryrefslogtreecommitdiffstats
path: root/community/yelp-xsl
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-09-09 22:45:54 +0200
committerLeo <thinkabit.ukim@gmail.com>2019-09-09 18:16:20 -0300
commit6913f59c789f1016b60d305d28c98337843d9e5f (patch)
tree112a3acd5e776d2a16ccc5340728ffa3b62b5201 /community/yelp-xsl
parentb05ecfaebb1d2c0259f90ff55045cf26d8f95041 (diff)
downloadaports-6913f59c789f1016b60d305d28c98337843d9e5f.tar.bz2
aports-6913f59c789f1016b60d305d28c98337843d9e5f.tar.xz
community/yelp-xsl: upgrade to 3.34.0
Diffstat (limited to 'community/yelp-xsl')
-rw-r--r--community/yelp-xsl/APKBUILD16
1 files changed, 11 insertions, 5 deletions
diff --git a/community/yelp-xsl/APKBUILD b/community/yelp-xsl/APKBUILD
index 9d0364fcaf..626fde3c6e 100644
--- a/community/yelp-xsl/APKBUILD
+++ b/community/yelp-xsl/APKBUILD
@@ -1,14 +1,20 @@
+# Contributor: Rasmus Thomsen <oss@cogitri.dev>
# Contributor: Alan Lacerda <alacerda@alpinelinux.org>
# Maintainer: Alan Lacerda <alacerda@alpinelinux.org>
pkgname=yelp-xsl
-pkgver=3.32.1
-pkgrel=1
+pkgver=3.34.0
+pkgrel=0
pkgdesc="XSL stylesheets for the yelp help browser"
url="https://wiki.gnome.org/Apps/Yelp"
arch="noarch"
-license="GPL-2.0-or-later LGPL-2.1-or-later MIT"
+license="GPL-2.0-or-later AND LGPL-2.1-or-later AND MIT"
makedepends="intltool libxslt itstool"
-source="https://download.gnome.org/sources/yelp-xsl/${pkgver%.*}/$pkgname-$pkgver.tar.xz"
+options="!check" # no tests
+source="https://download.gnome.org/sources/yelp-xsl/${pkgver%.*}/yelp-xsl-$pkgver.tar.xz"
+
+prepare() {
+ sed 's|/usr/bin/sh|/bin/sh|' -i install-sh
+}
build() {
./configure \
@@ -27,4 +33,4 @@ package() {
mv "$pkgdir"/usr/share/pkgconfig "$pkgdir"/usr/lib
}
-sha512sums="05a03e045c8278faaf39604d6cbccb449130d2c85e3231c8c9737e344fc249cd2949011fb1a0e4fb6085dc21374e7804fc7fa4161f51607d93b301cbcf5453be yelp-xsl-3.32.1.tar.xz"
+sha512sums="9b0f72ec3fff70e0dc3b07036389daaffb8c3e4381c213b50ec4939254e17d4256ff13795246b716ca115d98c2efbb4bc1b81a89bd076a58124d64d3de1824b8 yelp-xsl-3.34.0.tar.xz"