aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxkbfile
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2017-06-29 00:58:02 +0000
committerJakub Jirutka <jakub@jirutka.cz>2017-07-28 01:03:55 +0200
commit293b42a045f0c3470348f125aabe37b7e85be423 (patch)
tree0b93d8feec5def3cce44e76815387df080f87783 /main/libxkbfile
parent4ec693c7ad37fc5d15fea4e0ba151a144e6a9bde (diff)
downloadaports-293b42a045f0c3470348f125aabe37b7e85be423.tar.bz2
aports-293b42a045f0c3470348f125aabe37b7e85be423.tar.xz
main/libxkbfile: these depends are already found by pc:*
Diffstat (limited to 'main/libxkbfile')
-rw-r--r--main/libxkbfile/APKBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/main/libxkbfile/APKBUILD b/main/libxkbfile/APKBUILD
index 3b7075891c..1342b4b8bc 100644
--- a/main/libxkbfile/APKBUILD
+++ b/main/libxkbfile/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxkbfile
pkgver=1.0.9
-pkgrel=0
+pkgrel=1
pkgdesc="X11 keyboard file manipulation library"
url="http://xorg.freedesktop.org/"
arch="all"
@@ -11,7 +11,6 @@ makedepends="libx11-dev"
subpackages="$pkgname-dev"
source="http://www.x.org/releases/individual/lib/$pkgname-$pkgver.tar.bz2"
-depends_dev="libx11-dev kbproto"
_builddir="$srcdir/$pkgname-$pkgver"
prepare() {