summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2caad82dc5e3..a750cfc8a854 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = libxext-git
pkgdesc = X11 common extensions library
- pkgver = 1.3.4.r0.gebb167f
+ pkgver = 1.3.4.r1.g4790406
pkgrel = 1
url = https://www.x.org/wiki/
arch = i686
@@ -10,7 +10,7 @@ pkgbase = libxext-git
makedepends = xorg-util-macros
depends = glibc
depends = libx11
- depends = xextproto
+ depends = xorgproto
provides = libxext
conflicts = libxext
options = staticlibs
diff --git a/PKGBUILD b/PKGBUILD
index fe6e4c251319..e5ff2c7a97fd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Chocobo1 <chocobo1 AT archlinux DOT net>
pkgname=libxext-git
-pkgver=1.3.4.r0.gebb167f
+pkgver=1.3.4.r1.g4790406
pkgrel=1
pkgdesc="X11 common extensions library"
arch=('i686' 'x86_64')
url="https://www.x.org/wiki/"
license=('custom')
-depends=('glibc' 'libx11' 'xextproto')
+depends=('glibc' 'libx11' 'xorgproto')
makedepends=('git' 'xorg-util-macros')
provides=('libxext')
conflicts=('libxext')