aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-02-07 17:42:01 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2018-02-10 02:49:57 +0000
commitf77bdf7ea02ba69ca1ccdf302235eb21b556c269 (patch)
tree09486b1a40fcbbfaad35cf0ea5422e3d829970d8
parentc6f4cfa642e9cbcb114344cc7a8dedf63acab681 (diff)
main/iceauth: build requires util-macros
-rw-r--r--main/iceauth/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/iceauth/APKBUILD b/main/iceauth/APKBUILD
index cfd697a67a7..e87e9b5d640 100644
--- a/main/iceauth/APKBUILD
+++ b/main/iceauth/APKBUILD
@@ -1,14 +1,14 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=iceauth
pkgver=1.0.7
-pkgrel=0
+pkgrel=1
pkgdesc="X.Org ICE authority file utility"
url="http://xorg.freedesktop.org/"
arch="all"
license="MIT"
subpackages="$pkgname-doc"
depends=""
-makedepends="libice-dev"
+makedepends="libice-dev util-macros"
source="http://www.x.org/releases/individual/app/iceauth-$pkgver.tar.bz2"
builddir="$srcdir/$pkgname-$pkgver"