[arch-commits] Commit in xcb-proto/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Thu May 19 20:00:43 UTC 2016


    Date: Thursday, May 19, 2016 @ 22:00:42
  Author: andyrtr
Revision: 268330

upgpkg: xcb-proto 1.12-1

upstream update 1.12

Modified:
  xcb-proto/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++++---
 1 file changed, 8 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-19 19:52:44 UTC (rev 268329)
+++ PKGBUILD	2016-05-19 20:00:42 UTC (rev 268330)
@@ -3,8 +3,8 @@
 # Contributor: Jan de Groot <jgc at archlinux.org>
 
 pkgname=xcb-proto
-pkgver=1.11
-pkgrel=2
+pkgver=1.12
+pkgrel=1
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="http://xcb.freedesktop.org/"
@@ -11,7 +11,7 @@
 license=('custom')
 makedepends=('python' 'libxml2')
 source=($url/dist/$pkgname-$pkgver.tar.bz2)
-sha256sums=('b4aceee6502a0ce45fc39b33c541a2df4715d00b72e660ebe8c5bb444771e32e')
+sha256sums=('5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906')
 
 build() {
   cd $pkgname-$pkgver
@@ -19,6 +19,11 @@
   make
 }
 
+check() {
+  cd $pkgname-$pkgver 
+  make -k check || /bin/true
+}
+
 package() {
   cd $pkgname-$pkgver
   make DESTDIR="$pkgdir" install



More information about the arch-commits mailing list