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

Felix Yan felixonmars at archlinux.org
Fri Jul 21 17:08:54 UTC 2017


    Date: Friday, July 21, 2017 @ 17:08:53
  Author: felixonmars
Revision: 245947

upgpkg: python-pifpaf 1.9.2-1

Modified:
  python-pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-21 16:51:23 UTC (rev 245946)
+++ PKGBUILD	2017-07-21 17:08:53 UTC (rev 245947)
@@ -3,8 +3,8 @@
 
 pkgbase=python-pifpaf
 pkgname=('python-pifpaf' 'python2-pifpaf')
-pkgver=1.9.0
-pkgrel=2
+pkgver=1.9.2
+pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')
 license=('Apache')
@@ -19,10 +19,13 @@
               'ceph' 'consul' 'couchdb')
 # 'elasticsearch': test fails
 # 'rabbitmq': test hangs
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz")
-sha512sums=('0818b0e4901ea5601e5892ebfb49207bd8f606b792f5e93b13a0e83f223a232eef285e244f977a8007328b070f5eb4e53810efc2cda5a97a31b68ae4d90abb69')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz"
+        https://github.com/felixonmars/pifpaf/commit/c78cf93dde0bd9b656e97ce12d86e27668a2f968.patch)
+sha512sums=('b62a96de88f474c3d7b8432ce7393f2bebe11bb30352dab2ce17d4ff0c1059fdb0453c3e05de22baa9f8a538fd92b13b98f0b2bcd0654b1dbbe94d8a98a6ac2d'
+            '5d58a07e464839031036a017c2a72bb50cf729856a87fb9fda1dc9d8ff345416ae47d045e2ba054e898969f88e37fb18f2a8c6375eec71894d402adee77797a0')
 
 prepare() {
+  (cd pifpaf-$pkgver; patch -p1 -i ../c78cf93dde0bd9b656e97ce12d86e27668a2f968.patch)
   cp -a pifpaf-$pkgver{,-py2}
 
   export LC_CTYPE=en_US.UTF-8



More information about the arch-commits mailing list