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

Jan de Groot jgc at nymeria.archlinux.org
Tue Jul 23 10:37:18 UTC 2013


    Date: Tuesday, July 23, 2013 @ 12:37:18
  Author: jgc
Revision: 191289

upgpkg: xcb-proto 1.8-2

Build with Python3

Modified:
  xcb-proto/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-07-23 10:10:30 UTC (rev 191288)
+++ PKGBUILD	2013-07-23 10:37:18 UTC (rev 191289)
@@ -4,18 +4,18 @@
 
 pkgname=xcb-proto
 pkgver=1.8
-pkgrel=1
+pkgrel=2
 pkgdesc="XML-XCB protocol descriptions"
 arch=(any)
 url="http://xcb.freedesktop.org/"
 license=('custom')
-makedepends=('python2' 'libxml2')
+makedepends=('python' 'libxml2')
 source=($url/dist/$pkgname-$pkgver.tar.bz2)
 sha1sums=('a8e71b9a09066870ff12049f45e8bccaaf83fc31')
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr
+  ./configure --prefix=/usr
   make
 }
 




More information about the arch-commits mailing list