diff options
Diffstat (limited to 'main/iceauth')
-rw-r--r-- | main/iceauth/APKBUILD | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/main/iceauth/APKBUILD b/main/iceauth/APKBUILD index d75a8e9dae..02aa56cd0f 100644 --- a/main/iceauth/APKBUILD +++ b/main/iceauth/APKBUILD @@ -1,20 +1,19 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=iceauth -pkgver=1.0.3 -pkgrel=2 +pkgver=1.0.6 +pkgrel=0 pkgdesc="X.Org ICE authority file utility" url="http://xorg.freedesktop.org/" arch="all" -license="custom" +license="MIT" subpackages="$pkgname-doc" -depends= +depends="" makedepends="pkgconfig libice-dev" source="http://xorg.freedesktop.org/releases/individual/app/iceauth-$pkgver.tar.bz2" -_builddir="$srcdir/$pkgname-$pkgver" +_builddir="$srcdir/$pkgname-$pkgver" prepare() { cd "$_builddir" - update_config_sub || return 1 } build() { @@ -32,4 +31,7 @@ package() { cd "$_builddir" make DESTDIR="$pkgdir" install || return 1 } -md5sums="975ade3f238c1eb10705da0a91e6e8e7 iceauth-1.0.3.tar.bz2" + +md5sums="2527344acc60741a709f4858564c5ae6 iceauth-1.0.6.tar.bz2" +sha256sums="bd990837353b439e6f45d478a87b8dbfa3f67d72d903e7a9ed4eb8de52f2e2f4 iceauth-1.0.6.tar.bz2" +sha512sums="45a89d9742570f837225313032a63d66e658c379e7f6b776836e5aeed17443b26faa48ff23645517bf32353fb346de13b62c61d43f1fb1b044686d9fd4c4578d iceauth-1.0.6.tar.bz2" |