diff options
-rw-r--r-- | community/yelp-xsl/APKBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/yelp-xsl/APKBUILD b/community/yelp-xsl/APKBUILD index 29ac8cd141..1dbd5ea9cc 100644 --- a/community/yelp-xsl/APKBUILD +++ b/community/yelp-xsl/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=yelp-xsl -pkgver=3.16.1 +pkgver=3.18.1 pkgrel=0 pkgdesc="A collection of programs and data files to help you build,maintain, and distribute documentation." url="https://wiki.gnome.org/Apps/Yelp" @@ -12,7 +12,7 @@ depends_dev="" makedepends="intltool libxslt itstool" install="" subpackages="" -source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/3.16/$pkgname-$pkgver.tar.xz" +source="http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/$pkgname-$pkgver.tar.xz" _builddir="$srcdir/$pkgname-$pkgver" prepare() { @@ -36,6 +36,6 @@ package() { make DESTDIR="${pkgdir}" install || return 1 } -md5sums="92871729425199f9a4374b8035f60a03 yelp-xsl-3.16.1.tar.xz" -sha256sums="3295eecc4b03d2a239f7a1bdf4a1311d34c46c3055e6535c1f72bb5a49b4174a yelp-xsl-3.16.1.tar.xz" -sha512sums="a4a51cbb036d93ffd8884218bd659cc634c632399ec70409c6128627a0c854a5b0a33a5f584614106fa3600dca674a24b18a06a6752ee93c130bf261580a1ccc yelp-xsl-3.16.1.tar.xz" +md5sums="4c0750cd7a9bc6c302c1f362ddddd2f5 yelp-xsl-3.18.1.tar.xz" +sha256sums="00870fbe59a1bc7797b385fce16386917e2987c404e9b5a7adcf0036f1c1ba62 yelp-xsl-3.18.1.tar.xz" +sha512sums="3c4cb72f21f5b704fc67e6324489ea3f58d36318c899b920162a593c3757532d5cff6de01c8bf6c0994dc190c8a9b7abf4a3214504edcb3d0982ab0f0d69090a yelp-xsl-3.18.1.tar.xz" |