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

Felix Yan felixonmars at archlinux.org
Wed Jan 10 17:34:30 UTC 2018


    Date: Wednesday, January 10, 2018 @ 17:34:29
  Author: felixonmars
Revision: 281144

upgpkg: pifpaf 2.0.0-1

Modified:
  pifpaf/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-10 17:34:06 UTC (rev 281143)
+++ PKGBUILD	2018-01-10 17:34:29 UTC (rev 281144)
@@ -3,14 +3,14 @@
 
 pkgbase=pifpaf
 pkgname=('pifpaf' 'python2-pifpaf')
-pkgver=1.12.1
+pkgver=2.0.0
 pkgrel=1
 pkgdesc='Suite of tools and fixtures to manage daemons for testing'
 arch=('any')
 license=('Apache')
 url='https://github.com/jd/pifpaf'
-makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-cliff'
-             'python2-cliff' 'python-six' 'python2-six' 'python-daiquiri' 'python2-daiquiri'
+makedepends=('python-setuptools' 'python2-setuptools' 'python-pbr' 'python2-pbr' 'python-click'
+             'python2-click' 'python-six' 'python2-six' 'python-daiquiri' 'python2-daiquiri'
              'python-fixtures' 'python2-fixtures' 'python-psutil' 'python2-psutil'
              'python-jinja' 'python2-jinja' 'python-xattr' 'python2-xattr')
 checkdepends=('python-testrepository' 'python2-testrepository' 'python-requests' 'python2-requests'
@@ -20,7 +20,7 @@
 # 'elasticsearch': test fails
 # 'rabbitmq': test hangs
 source=("$pkgbase-$pkgver.tar.gz::https://github.com/jd/pifpaf/archive/$pkgver.tar.gz")
-sha512sums=('7a6f998c768d587883fdd216b57764e7aee6a5ea7d570c864fc3d401bf969c882c53cc06ec5857b82ec3abbfc69a78e398fc1ca513ac42a575cb8320cea14787')
+sha512sums=('524f0847120c183f5142ff53ba9a855477018b84bed1288e6ad024dcb88275405dbc9eeff43f71ae971d0e03a5add834f7c39004e3f87bfcfb434f0aeb5b4124')
 
 prepare() {
   cp -a pifpaf-$pkgver{,-py2}
@@ -50,7 +50,7 @@
 }
 
 package_pifpaf() {
-  depends=('python-daiquiri' 'python-cliff' 'python-pbr' 'python-jinja' 'python-six'
+  depends=('python-daiquiri' 'python-click' 'python-pbr' 'python-jinja' 'python-six'
            'python-fixtures' 'python-psutil' 'python-xattr')
   provides=("python-pifpaf=$pkgver")
   conflicts=('python-pifpaf')
@@ -61,7 +61,7 @@
 }
 
 package_python2-pifpaf() {
-  depends=('python2-pbr' 'python2-cliff' 'python2-six' 'python2-fixtures' 'python2-daiquiri'
+  depends=('python2-pbr' 'python2-click' 'python2-six' 'python2-fixtures' 'python2-daiquiri'
            'python2-psutil' 'python2-jinja' 'python2-xattr')
 
   cd pifpaf-$pkgver-py2



More information about the arch-commits mailing list