summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a750cfc8a854..3859e59625f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libxext-git
pkgdesc = X11 common extensions library
- pkgver = 1.3.4.r1.g4790406
+ pkgver = 1.3.5.r3.gde2ebd6
pkgrel = 1
url = https://www.x.org/wiki/
arch = i686
@@ -11,11 +11,10 @@ pkgbase = libxext-git
depends = glibc
depends = libx11
depends = xorgproto
- provides = libxext
+ provides = libxext=1.3.5.r3.gde2ebd6
conflicts = libxext
options = staticlibs
source = git+https://gitlab.freedesktop.org/xorg/lib/libxext.git
sha256sums = SKIP
pkgname = libxext-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e5ff2c7a97fd..766e9e1f277a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libxext-git
-pkgver=1.3.4.r1.g4790406
+pkgver=1.3.5.r3.gde2ebd6
pkgrel=1
pkgdesc="X11 common extensions library"
arch=('i686' 'x86_64')
@@ -9,7 +9,7 @@ url="https://www.x.org/wiki/"
license=('custom')
depends=('glibc' 'libx11' 'xorgproto')
makedepends=('git' 'xorg-util-macros')
-provides=('libxext')
+provides=("libxext=$pkgver")
conflicts=('libxext')
options=('staticlibs')
source=("git+https://gitlab.freedesktop.org/xorg/lib/libxext.git")