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

Felix Yan felixonmars at archlinux.org
Tue Aug 16 03:33:48 UTC 2016


    Date: Tuesday, August 16, 2016 @ 03:33:48
  Author: felixonmars
Revision: 186832

upgpkg: python-case 1.2.3-1

Modified:
  python-case/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-16 03:29:18 UTC (rev 186831)
+++ PKGBUILD	2016-08-16 03:33:48 UTC (rev 186832)
@@ -3,8 +3,7 @@
 
 pkgbase=python-case
 pkgname=('python-case' 'python2-case')
-pkgver=1.2.2
-_commit=d056d92f7afa2256eb6386fb125721d6b7874853
+pkgver=1.2.3
 pkgrel=1
 pkgdesc="Python unittest Utilities"
 arch=('any')
@@ -12,7 +11,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#commit=$_commit")
+source=("git+https://github.com/celery/case.git#tag=v$pkgver")
 sha512sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list