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

Felix Yan fyan at archlinux.org
Fri May 20 05:25:03 UTC 2016


    Date: Friday, May 20, 2016 @ 07:25:02
  Author: fyan
Revision: 175765

upgpkg: python-pytest-mock 1.0-1

Modified:
  python-pytest-mock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-20 05:23:50 UTC (rev 175764)
+++ PKGBUILD	2016-05-20 05:25:02 UTC (rev 175765)
@@ -3,7 +3,7 @@
 
 pkgbase=python-pytest-mock
 pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=0.11.0
+pkgver=1.0
 pkgrel=1
 pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
 arch=('any')
@@ -10,7 +10,7 @@
 license=('LGPL3')
 url="https://github.com/pytest-dev/pytest-mock/"
 makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 'git')
-source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=$pkgver")
+source=("git+https://github.com/pytest-dev/pytest-mock.git#tag=v$pkgver")
 sha512sums=('SKIP')
 
 prepare() {



More information about the arch-commits mailing list