diff options
Diffstat (limited to 'community/yelp-tools/APKBUILD')
-rw-r--r-- | community/yelp-tools/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/yelp-tools/APKBUILD b/community/yelp-tools/APKBUILD index 4dbf407085..2471dfbbbd 100644 --- a/community/yelp-tools/APKBUILD +++ b/community/yelp-tools/APKBUILD @@ -1,13 +1,14 @@ # Contributor: Alan Lacerda <alacerda@alpinelinux.org> # Maintainer: Alan Lacerda <alacerda@alpinelinux.org> pkgname=yelp-tools -pkgver=3.32.1 +pkgver=3.32.2 pkgrel=0 pkgdesc="Collection of utilities to help create documentation" url="https://wiki.gnome.org/Apps/Yelp/Tools" arch="noarch" license="GPL-2.0-or-later" makedepends="autoconf-archive automake gawk yelp-xsl itstool libxml2-utils libxslt" +options="!check" # no tests source="https://download.gnome.org/sources/yelp-tools/${pkgver%.*}/$pkgname-$pkgver.tar.xz" prepare() { @@ -30,4 +31,4 @@ package() { make DESTDIR="$pkgdir" install } -sha512sums="aa4386d86d2fb1b9bd71bb30fbbb9159639d7b679d38f9448dbd472c85347497f5e5dac35c5f5db3380634767ec355e77a1c86c315c0b049c5753650d1b99b4e yelp-tools-3.32.1.tar.xz" +sha512sums="c9383426b854ae46ff4587bef07955541de3026f845025f9e99ba095cce11ff307e23d00d07a2da8763bcb6f9f061fc610351170e2abd99b5669912463729a85 yelp-tools-3.32.2.tar.xz" |