diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2018-02-07 17:42:01 -0600 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2018-02-10 02:49:57 +0000 |
commit | f77bdf7ea02ba69ca1ccdf302235eb21b556c269 (patch) | |
tree | 09486b1a40fcbbfaad35cf0ea5422e3d829970d8 /main/iceauth/APKBUILD | |
parent | c6f4cfa642e9cbcb114344cc7a8dedf63acab681 (diff) | |
download | aports-f77bdf7ea02ba69ca1ccdf302235eb21b556c269.tar.bz2 aports-f77bdf7ea02ba69ca1ccdf302235eb21b556c269.tar.xz |
main/iceauth: build requires util-macros
Diffstat (limited to 'main/iceauth/APKBUILD')
-rw-r--r-- | main/iceauth/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/iceauth/APKBUILD b/main/iceauth/APKBUILD index cfd697a67a..e87e9b5d64 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" |