[arch-commits] Commit in python-pytest-django/trunk (PKGBUILD)
Felix Yan
fyan at archlinux.org
Wed Oct 7 02:03:12 UTC 2015
Date: Wednesday, October 7, 2015 @ 04:03:12
Author: fyan
Revision: 143186
upgpkg: python-pytest-django 2.9.1-1
Modified:
python-pytest-django/trunk/PKGBUILD
----------+
PKGBUILD | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2015-10-07 01:52:52 UTC (rev 143185)
+++ PKGBUILD 2015-10-07 02:03:12 UTC (rev 143186)
@@ -3,8 +3,7 @@
pkgbase=python-pytest-django
pkgname=('python-pytest-django' 'python2-pytest-django')
-pkgver=2.8.1.20151006
-_commit=78258372191e6f95169cf05aafb35b06dafa6404
+pkgver=2.9.1
pkgrel=1
pkgdesc="A Django plugin for py.test"
arch=('any')
@@ -13,8 +12,8 @@
makedepends=('python-pytest' 'python2-pytest' 'git')
checkdepends=('python-django' 'python2-django' 'python-pytest-xdist' 'python2-pytest-xdist'
'twine' 'python2-twine' 'python-south' 'python2-south')
-#source=("git+https://github.com/pytest-dev/pytest-django.git#tag=v$pkgver")
-source=("git+https://github.com/pytest-dev/pytest-django.git#commit=$_commit")
+source=("git+https://github.com/pytest-dev/pytest-django.git#tag=$pkgver")
+#source=("git+https://github.com/pytest-dev/pytest-django.git#commit=$_commit")
sha512sums=('SKIP')
prepare() {
More information about the arch-commits
mailing list