aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxres
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2018-07-18 21:47:20 +0300
committerNatanael Copa <ncopa@alpinelinux.org>2018-07-19 08:03:20 +0000
commit51dca090277fd9c2c172a47f3e9613d4b69e1e8e (patch)
tree1ebd9c17a3af1086a666e366794ab2f5bb875971 /main/libxres
parent41e64a3bc14906ea8ce8238dd5726d645e239955 (diff)
downloadaports-51dca090277fd9c2c172a47f3e9613d4b69e1e8e.tar.bz2
aports-51dca090277fd9c2c172a47f3e9613d4b69e1e8e.tar.xz
main/libxres: replace *proto with xorgproto
Diffstat (limited to 'main/libxres')
-rw-r--r--main/libxres/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/main/libxres/APKBUILD b/main/libxres/APKBUILD
index 0ea4bb4ccd..c41800277f 100644
--- a/main/libxres/APKBUILD
+++ b/main/libxres/APKBUILD
@@ -1,7 +1,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=libxres
pkgver=1.2.0
-pkgrel=0
+pkgrel=1
pkgdesc="X11 Resource extension library"
url="http://xorg.freedesktop.org"
arch="all"
@@ -9,8 +9,8 @@ license="custom"
options="!check" # No test suite.
subpackages="$pkgname-dev $pkgname-doc"
depends=
-depends_dev="resourceproto"
-makedepends="$depends_dev libx11-dev libxext-dev util-macros xproto"
+depends_dev="xorgproto"
+makedepends="$depends_dev libx11-dev libxext-dev util-macros xorgproto"
source="http://www.x.org/releases/individual/lib/libXres-$pkgver.tar.bz2
"