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

Felix Yan felixonmars at archlinux.org
Sat Dec 24 16:05:32 UTC 2016


    Date: Saturday, December 24, 2016 @ 16:05:32
  Author: felixonmars
Revision: 284647

upgpkg: python-cairo 1.10.0-7

python 3.6 rebuild

Modified:
  python-cairo/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-12-24 15:39:32 UTC (rev 284646)
+++ PKGBUILD	2016-12-24 16:05:32 UTC (rev 284647)
@@ -5,7 +5,7 @@
 pkgname=python-cairo
 pkgver=1.10.0
 _waf_version=1.7.15
-pkgrel=6
+pkgrel=7
 pkgdesc="Python bindings for the cairo graphics library"
 arch=('i686' 'x86_64')
 url="http://www.cairographics.org/pycairo"
@@ -12,15 +12,15 @@
 license=('LGPL3')
 depends=('python' 'cairo')
 source=(http://cairographics.org/releases/pycairo-${pkgver}.tar.bz2
-        http://waf.googlecode.com/files/waf-${_waf_version}.tar.bz2)
+        https://waf.io/waf-${_waf_version})
 md5sums=('e6fd3f2f1e6a72e0db0868c4985669c5'
-         'a62272a3b4eb05b7e5842b4f9839cb98')
+         '2ba0e10baf44db334e3baa39e59688db')
 
 build() {
   cd pycairo-${pkgver}
 
   # use newer waf
-  cp "$srcdir/waf-$_waf_version/waf" ./
+  cp "$srcdir/waf-$_waf_version" ./waf
 
   # fix compatibility with newer waf
   # http://cgit.freedesktop.org/pycairo/commit/?id=c57cd129407c904f8c2f752a59d0183df7b01a5e



More information about the arch-commits mailing list