summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCebtenzzre2019-12-21 12:21:21 -0500
committerCebtenzzre2019-12-21 12:21:21 -0500
commit5d1c92aec6d627ceb2485b787b724c46bc9ef801 (patch)
tree6093a0613429b47368f028447c783343898abc9e
parent332fb65104fcea28fa165b57b0a1508ada0ba232 (diff)
downloadaur-5d1c92aec6d627ceb2485b787b724c46bc9ef801.tar.gz
makedepend on xorgproto, remove xextproto build dependency
These changes come from the official libx11 package.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 820a4c531c3a..628a21392d00 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,14 @@
pkgbase = libx11-threadsafe
pkgdesc = X11 client-side library - threadsafe patches by Jacek Caban
pkgver = 1.6.9
- pkgrel = 1
+ pkgrel = 2
url = https://xorg.freedesktop.org/
arch = x86_64
license = custom:XFREE86
makedepends = xorg-util-macros
- makedepends = xextproto
makedepends = xtrans
- makedepends = inputproto
+ makedepends = xorgproto
depends = libxcb
- depends = xproto
- depends = kbproto
provides = libx11=1.6.9
conflicts = libx11=1.6.9
source = https://xorg.freedesktop.org//releases/individual/lib/libX11-1.6.9.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index 7daae22296f3..bb87a3e57734 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=libx11-threadsafe
pkgver=1.6.9
-pkgrel=1
+pkgrel=2
pkgdesc="X11 client-side library - threadsafe patches by Jacek Caban"
arch=(x86_64)
url="https://xorg.freedesktop.org/"
-depends=('libxcb' 'xproto' 'kbproto')
-makedepends=('xorg-util-macros' 'xextproto' 'xtrans' 'inputproto')
+depends=('libxcb')
+makedepends=('xorg-util-macros' 'xtrans' 'xorgproto')
provides=("libx11=${pkgver}")
conflicts=("libx11=${pkgver}")
license=('custom:XFREE86')