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

Felix Yan felixonmars at archlinux.org
Thu Nov 17 06:57:14 UTC 2016


    Date: Thursday, November 17, 2016 @ 06:57:11
  Author: felixonmars
Revision: 196161

upgpkg: python-case 1.5.2-1

Modified:
  python-case/trunk/PKGBUILD

----------+
 PKGBUILD |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-17 06:56:57 UTC (rev 196160)
+++ PKGBUILD	2016-11-17 06:57:11 UTC (rev 196161)
@@ -3,7 +3,8 @@
 
 pkgbase=python-case
 pkgname=('python-case' 'python2-case')
-pkgver=1.4.0
+pkgver=1.5.2
+_commit=d2eb04d9ef1ee2f1d3bca37cd9fb6b0ff8cc7405
 pkgrel=1
 pkgdesc="Python unittest Utilities"
 arch=('any')
@@ -11,7 +12,7 @@
 url="https://github.com/celery/case"
 makedepends=('python-nose' 'python2-nose' 'python2-mock' 'python2-unittest2' 'git')
 checkdepends=('python-coverage' 'python2-coverage')
-source=("git+https://github.com/celery/case.git#tag=v$pkgver")
+source=("git+https://github.com/celery/case.git#commit=$_commit")
 sha512sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list