aboutsummaryrefslogtreecommitdiffstats
path: root/community/iceauth/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/iceauth/APKBUILD')
-rw-r--r--community/iceauth/APKBUILD20
1 files changed, 11 insertions, 9 deletions
diff --git a/community/iceauth/APKBUILD b/community/iceauth/APKBUILD
index 59e40ee7066..6bd1973b806 100644
--- a/community/iceauth/APKBUILD
+++ b/community/iceauth/APKBUILD
@@ -1,18 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iceauth
-pkgver=1.0.8
-pkgrel=0
+pkgver=1.0.9
+pkgrel=2
pkgdesc="X.Org ICE authority file utility"
-url="http://xorg.freedesktop.org"
+url="https://xorg.freedesktop.org/"
arch="all"
license="MIT"
subpackages="$pkgname-doc"
makedepends="libice-dev util-macros"
-source="https://www.x.org/releases/individual/app/iceauth-$pkgver.tar.bz2"
-
-check() {
- make check
-}
+source="https://www.x.org/releases/individual/app/iceauth-$pkgver.tar.xz"
build() {
./configure \
@@ -23,8 +19,14 @@ build() {
make
}
+check() {
+ make check
+}
+
package() {
make DESTDIR="$pkgdir" install
}
-sha512sums="9d4520adf951b16a3e784349dbb70d5d8176b74b956f8adc63abf55d049745c113b03ccfa60a281fc39b487db3742302dc6287c9985ce83a0157bf4674df2af1 iceauth-1.0.8.tar.bz2"
+sha512sums="
+16b2f58008587cf1544037ca8b1c76dbb75eb043b3048b3064e66ba6b147962233f1453c2cf18bfb136dd6dd21d3e27b5219e17e1ab7b81dbe93fb6aff801a72 iceauth-1.0.9.tar.xz
+"