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

Felix Yan felixonmars at archlinux.org
Fri Jun 24 03:19:19 UTC 2016


    Date: Friday, June 24, 2016 @ 03:19:19
  Author: felixonmars
Revision: 180848

upgpkg: python-case 1.2.2-1

Modified:
  python-case/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-24 03:15:23 UTC (rev 180847)
+++ PKGBUILD	2016-06-24 03:19:19 UTC (rev 180848)
@@ -3,7 +3,8 @@
 
 pkgbase=python-case
 pkgname=('python-case' 'python2-case')
-pkgver=1.2.0
+pkgver=1.2.2
+_commit=d056d92f7afa2256eb6386fb125721d6b7874853
 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