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

Felix Yan felixonmars at archlinux.org
Fri Aug 7 20:33:01 UTC 2020


    Date: Friday, August 7, 2020 @ 20:33:00
  Author: felixonmars
Revision: 671745

upgpkg: pifpaf 2.6.0-1

Modified:
  pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-07 20:32:55 UTC (rev 671744)
+++ PKGBUILD	2020-08-07 20:33:00 UTC (rev 671745)
@@ -1,8 +1,8 @@
 # Maintainer: Felix Yan <felixonmars at archlinux.org>
 
 pkgname=pifpaf
-pkgver=2.5.0
-pkgrel=2
+pkgver=2.6.0
+pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')
 license=('Apache')
@@ -17,18 +17,11 @@
               'memcached' 'percona-server' 'percona-server-clients' 'postgresql' 'redis'
               'ceph' 'consul' 'couchdb' 'httpbin' 'rabbitmq')
 # 'elasticsearch': test fails
-source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz"
-        pifpaf-httpbin.patch::https://github.com/jd/pifpaf/pull/131.patch)
-sha512sums=('fbbe891180cbbf592b90f76a9ab7604187f3c7c5d3fcd3a5848bf740646ae15bb08a704b5bd2ec58a3501ad5ed35c2d027eba026151d702283db67980a20a56d'
-            '2b64f9c943d103980eb541b65dd46890ae39da8a80fd89e895963d10efebb1284a386a55d1c7018ec5f42ed3dda30f922ef271a5172189c44949d08b0d32c33c')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz")
+sha512sums=('096e86190c636587b0e456de8ed5a5a26872a471287f6d55d37a0c5847e4e2e27a7d103d9c2d72bf59a28577e8681d2077c4491832acad2d6692f64dfc198dd4')
 
 export PBR_VERSION=$pkgver
 
-prepare() {
-  cd pifpaf-$pkgver
-  patch -p1 -i ../pifpaf-httpbin.patch
-}
-
 build() {
   cd pifpaf-$pkgver
   python setup.py build



More information about the arch-commits mailing list