diff options
-rw-r--r-- | community/yelp-xsl/APKBUILD | 16 |
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" |