summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJens Staal2015-08-24 09:24:55 +0200
committerJens Staal2015-08-24 09:24:55 +0200
commitd17295b10dede888405d277e142300bfcc8903de (patch)
treeb837bd267c55e6507e38221cc1faf720d1092f78
parent99657a5e3b6448670ae274be8731a4b8d16dd4f5 (diff)
downloadaur-d17295b10dede888405d277e142300bfcc8903de.tar.gz
temporary commit :xcb work-in-progress
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index afb2a53573a6..c59c4f17b3fe 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,4 +1,4 @@
-pkgbase = mingw-w64-libxcb-win32-git
+pkgbase = mingw-w64-libxcb
pkgdesc = X11 client-side library on top of Win32 - git version (mingw-w64)
pkgver = 1.11.r59.g4033d39
pkgrel = 1
@@ -13,12 +13,12 @@ pkgbase = mingw-w64-libxcb-win32-git
depends = mingw-w64-winpthreads
depends = mingw-w64-libxdmcp
depends = mingw-w64-xcb-proto
- provides = mingw-w64-libxcb=1.11.r59.g4033d39
+ provides = mingw-w64-libxcb-win32-git=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-win32-git
+pkgname = mingw-w64-libxcb
diff --git a/PKGBUILD b/PKGBUILD
index b7dcbe2dd34c..01194471d079 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: NeoRaider <neoraider@universe-factory.net>
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
-pkgname=mingw-w64-libxcb-win32-git
+pkgname=mingw-w64-libxcb
pkgver=1.11.r59.g4033d39
pkgrel=1
pkgdesc="X11 client-side library on top of Win32 - git version (mingw-w64)"
@@ -13,7 +13,7 @@ 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')
-provides=("mingw-w64-libxcb=$pkgver")
+provides=("mingw-w64-libxcb-win32-git=$pkgver")
license=('custom')
source=('xcb-win32'::'git+http://anongit.freedesktop.org/git/xcb/libxcb.git')
sha256sums=('SKIP')