git » python-pytest.git » commit 6deba40

upgpkg: 2.8.2-1

author Felix Yan
2015-10-08 01:04:45 UTC
committer Felix Yan
2015-10-08 01:04:45 UTC
parent f988cbeab98644a1a58f5c285f687c127099944e

upgpkg: 2.8.2-1

PKGBUILD +5 -5

diff --git a/PKGBUILD b/PKGBUILD
index 80f7c54..d0a5711 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,21 +3,21 @@
 
 pkgbase=python-pytest
 pkgname=('python-pytest' 'python2-pytest')
-pkgver=2.8.1.20151003
-_commit=5171d167ce8e3bb5fe69544a204ac0edeeee58a7
+pkgver=2.8.2
 pkgrel=1
 pkgdesc="Simple powerful testing with Python"
 arch=('any')
 license=('MIT')
 url="http://pytest.org/"
-makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 'git')
-             # 'python-pluggy' 'python2-pluggy')
+makedepends=('python-setuptools' 'python2-setuptools' 'python-py' 'python2-py' 'git'
+             'python-pluggy' 'python2-pluggy')
 checkdepends=('lsof' 'python-nose' 'python2-nose'
               'python-mock' 'python2-mock' 'python-yaml' 'python2-yaml' 'python2-enum34'
               'python-pexpect' 'python2-pexpect' 'python-pytest-xdist' 'python2-pytest-xdist'
               'python-zope-interface' 'python2-zope-interface')
               # 'python-twisted' 'python2-twisted' disabled as they don't support python 3.5 for now
-source=("git+https://github.com/pytest-dev/pytest.git#commit=$_commit")
+#source=("git+https://github.com/pytest-dev/pytest.git#commit=$_commit")
+source=("git+https://github.com/pytest-dev/pytest.git#tag=$pkgver")
 sha512sums=('SKIP')
 
 prepare() {