aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2018-07-18 17:46:10 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-19 08:03:18 +0000
commit857cc5c52d7311b51b50aac7f6ae4a1d63328db8 (patch)
tree820f9bb32715ea5c6033d0d6c8fcd9e4c8b34d77
parentb1948202ee0ccaf5c2ff6ecc19f88072581c2905 (diff)
downloadaports-857cc5c52d7311b51b50aac7f6ae4a1d63328db8.tar.bz2
aports-857cc5c52d7311b51b50aac7f6ae4a1d63328db8.tar.xz
main/libxshmfence: use xorgproto
-rw-r--r--main/libxshmfence/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/libxshmfence/APKBUILD b/main/libxshmfence/APKBUILD
index eb37640537..89f21cda0e 100644
--- a/main/libxshmfence/APKBUILD
+++ b/main/libxshmfence/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer:
pkgname=libxshmfence
pkgver=1.2
-pkgrel=2
+pkgrel=3
pkgdesc="X11 shared memory fences"
url="https://www.x.org/"
arch="all"
license="MIT"
depends=""
depends_dev="linux-headers"
-makedepends="$depends_dev util-macros xproto"
+makedepends="$depends_dev util-macros xorgproto"
install=""
subpackages="$pkgname-dev"
source="https://www.x.org/releases/individual/lib/libxshmfence-$pkgver.tar.bz2"