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

Rémy Oudompheng remy at nymeria.archlinux.org
Mon Apr 15 06:34:54 UTC 2013


    Date: Monday, April 15, 2013 @ 08:34:53
  Author: remy
Revision: 182777

upgpkg: pyalpm 0.6.1-1

Add workaround for FS#34658 (CFLAGS+=-Wno-format)
Fix incorrect warnings from new pacman.conf options (FS#34591)

Modified:
  pyalpm/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-15 06:33:39 UTC (rev 182776)
+++ PKGBUILD	2013-04-15 06:34:53 UTC (rev 182777)
@@ -1,7 +1,7 @@
 # Maintainer : Rémy Oudompheng <remy at archlinux.org>
 
 pkgname=pyalpm
-pkgver=0.6
+pkgver=0.6.1
 pkgrel=1
 pkgdesc="Libalpm bindings for Python 3"
 arch=('i686' 'x86_64')
@@ -9,10 +9,14 @@
 license=('GPL')
 depends=('python>=3.2' 'pacman>=4.1')
 source=("ftp://ftp.archlinux.org/other/pyalpm/$pkgname-$pkgver.tar.gz")
-md5sums=('614fa9f8a5c7cef0828b4f6306ef92f2')
+md5sums=('7310508a3b009705b77dd1d93b3012d9')
 
 build() {
   cd ${srcdir}/${pkgname}-${pkgver}
+
+  # workaround Python packaging issue (FS#34658)
+  export CFLAGS="$CFLAGS -Wno-format"
+
   python setup.py build
 }
 




More information about the arch-commits mailing list