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

Felix Yan fyan at archlinux.org
Sun Feb 14 02:38:56 UTC 2016


    Date: Sunday, February 14, 2016 @ 03:38:56
  Author: fyan
Revision: 161500

upgpkg: python-pytest-runner 2.7-1

Modified:
  python-pytest-runner/trunk/PKGBUILD

----------+
 PKGBUILD |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-13 23:59:05 UTC (rev 161499)
+++ PKGBUILD	2016-02-14 02:38:56 UTC (rev 161500)
@@ -3,14 +3,14 @@
 
 pkgbase=python-pytest-runner
 pkgname=('python-pytest-runner' 'python2-pytest-runner')
-pkgver=2.6.3
+pkgver=2.7
 pkgrel=1
 pkgdesc="Invoke py.test as distutils command with dependency resolution"
 arch=('any')
 license=('MIT')
-url="https://bitbucket.org/pytest-dev/pytest-runner"
-makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 'python2-setuptools_scm' 'mercurial')
-source=("hg+https://bitbucket.org/pytest-dev/pytest-runner#tag=$pkgver")
+url="https://github.com/pytest-dev/pytest-runner"
+makedepends=('python-pytest' 'python2-pytest' 'python-setuptools_scm' 'python2-setuptools_scm' 'git')
+source=("git+https://github.com/pytest-dev/pytest-runner.git#tag=$pkgver")
 sha512sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list