summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCebtenzzre2020-03-15 16:50:01 -0400
committerCebtenzzre2020-03-15 16:51:28 -0400
commitd1002520c61e5be1ef460c65318d38057e9df1e7 (patch)
tree73c9302e86822273fb99f13d19edeb3b33b0e7eb
parent5d1c92aec6d627ceb2485b787b724c46bc9ef801 (diff)
downloadaur-d1002520c61e5be1ef460c65318d38057e9df1e7.tar.gz
Sync PKGBUILD with Arch package
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 628a21392d00..865a032fc0a3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = libx11-threadsafe
pkgdesc = X11 client-side library - threadsafe patches by Jacek Caban
pkgver = 1.6.9
- pkgrel = 2
+ pkgrel = 3
url = https://xorg.freedesktop.org/
arch = x86_64
license = custom:XFREE86
makedepends = xorg-util-macros
makedepends = xtrans
- makedepends = xorgproto
depends = libxcb
+ depends = xorgproto
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 bb87a3e57734..5af45b06220f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,14 @@
pkgname=libx11-threadsafe
pkgver=1.6.9
-pkgrel=2
+pkgrel=3
pkgdesc="X11 client-side library - threadsafe patches by Jacek Caban"
arch=(x86_64)
url="https://xorg.freedesktop.org/"
-depends=('libxcb')
-makedepends=('xorg-util-macros' 'xtrans' 'xorgproto')
+# keep xorgproto runtime dependency
+# https://lists.archlinux.org/pipermail/arch-dev-public/2019-December/029767.html
+depends=('libxcb' 'xorgproto')
+makedepends=('xorg-util-macros' 'xtrans')
provides=("libx11=${pkgver}")
conflicts=("libx11=${pkgver}")
license=('custom:XFREE86')