summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Staal2015-08-24 11:54:21 +0200
committerJens Staal2015-08-24 11:54:21 +0200
commitdc6a6eb3d3d3e33533f328772bb05a4bfd99f790 (patch)
treeba0570db2690273b4d0421c0a597fc128f27a6e5
parent82133f2e465f094e9da716cfcb1f297a8c5cabfe (diff)
downloadaur-dc6a6eb3d3d3e33533f328772bb05a4bfd99f790.tar.gz
updated dependencies
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD2
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c59c4f17b3fe..a9dcbcc2bff0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = mingw-w64-libxcb
+pkgbase = mingw-w64-libxcb-win32-git
pkgdesc = X11 client-side library on top of Win32 - git version (mingw-w64)
pkgver = 1.11.r59.g4033d39
pkgrel = 1
@@ -6,19 +6,20 @@ pkgbase = mingw-w64-libxcb
arch = any
license = custom
makedepends = git
- makedepends = libxslt
+ makedepends = mingw-w64-libxslt
makedepends = python
+ makedepends = mingw-w64-xorg-util-macros
depends = mingw-w64-crt
depends = mingw-w64-libxau
depends = mingw-w64-winpthreads
depends = mingw-w64-libxdmcp
depends = mingw-w64-xcb-proto
- provides = mingw-w64-libxcb-win32-git=1.11.r59.g4033d39
+ provides = mingw-w64-libxcb=1.11.r59.g4033d39
options = !strip
options = staticlibs
options = !buildflags
source = xcb-win32::git+http://anongit.freedesktop.org/git/xcb/libxcb.git
sha256sums = SKIP
-pkgname = mingw-w64-libxcb
+pkgname = mingw-w64-libxcb-win32-git
diff --git a/PKGBUILD b/PKGBUILD
index 440a037b9419..8580b054f965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('any')
url="http://xcb.freedesktop.org/win32port/"
depends=('mingw-w64-crt' 'mingw-w64-libxau' 'mingw-w64-winpthreads' \
'mingw-w64-libxdmcp' 'mingw-w64-xcb-proto')
-makedepends=('git' 'libxslt' 'python' 'mingw-w64-xorg-util-macros')
+makedepends=('git' 'mingw-w64-libxslt' 'python' 'mingw-w64-xorg-util-macros')
provides=("mingw-w64-libxcb=$pkgver")
license=('custom')
source=('xcb-win32'::'git+http://anongit.freedesktop.org/git/xcb/libxcb.git')