summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12023-04-11 16:14:58 +0800
committerChocobo12023-04-11 16:14:58 +0800
commit332bc7b7eb223ff1fb781635fd667d2d477976f6 (patch)
tree939fabc784545543e9d5561f4060016805c4dfd9
parent63dae48f5d7d8aa65cde3d413ac7948196e3502c (diff)
downloadaur-libx11-git.tar.gz
upgpkg: libx11-git 1.8.4.r14.g96cbac89-1
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e33b70ef49ac..fdb0c4167bd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libx11-git
pkgdesc = Core X11 protocol client library
- pkgver = 1.6.10.r1.g93fce3f4
+ pkgver = 1.8.4.r14.g96cbac89
pkgrel = 1
url = https://www.x.org/wiki/
arch = i686
@@ -12,11 +12,10 @@ pkgbase = libx11-git
depends = glibc
depends = libxcb
depends = xorgproto
- provides = libx11
+ provides = libx11=1.8.4.r14.g96cbac89
conflicts = libx11
options = staticlibs
source = git+https://gitlab.freedesktop.org/xorg/lib/libx11.git
sha256sums = SKIP
pkgname = libx11-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 9db0cfcd8970..ed57505da024 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libx11-git
-pkgver=1.6.10.r1.g93fce3f4
+pkgver=1.8.4.r14.g96cbac89
pkgrel=1
pkgdesc="Core X11 protocol client library"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.x.org/wiki/"
license=('custom')
depends=('glibc' 'libxcb' 'xorgproto')
makedepends=('git' 'xorg-util-macros' 'xtrans')
-provides=('libx11')
+provides=("libx11=$pkgver")
conflicts=('libx11')
options=('staticlibs')
source=("git+https://gitlab.freedesktop.org/xorg/lib/libx11.git")