Date: Saturday, April 20, 2019 @ 20:11:39
  Author: felixonmars
Revision: 452391

upgpkg: python-pytest-mock 1.10.4-1

Modified:
  python-pytest-mock/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2019-04-20 20:11:16 UTC (rev 452390)
+++ PKGBUILD    2019-04-20 20:11:39 UTC (rev 452391)
@@ -2,7 +2,7 @@
 
 pkgbase=python-pytest-mock
 pkgname=('python-pytest-mock' 'python2-pytest-mock')
-pkgver=1.10.3
+pkgver=1.10.4
 pkgrel=1
 pkgdesc="Thin-wrapper around the mock package for easier use with py.test"
 arch=('any')
@@ -10,8 +10,8 @@
 url="https://github.com/pytest-dev/pytest-mock/";
 makedepends=('python-pytest' 'python2-pytest' 'python2-mock' 
'python-setuptools-scm'
              'python2-setuptools-scm')
-source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-mock/archive/v$pkgver.tar.gz";)
-sha512sums=('d9cee7cfcd687c94698b0fc9d4a2e68c9785bfe45fdfd0876037ad44bf769f3140b2103fb61703252a1c7a47315bfbcb42582006e66fd85f6e4999b6f7037591')
+source=("$pkgbase-$pkgver.tar.gz::https://github.com/pytest-dev/pytest-mock/archive/$pkgver.tar.gz";)
+sha512sums=('5825f051a21d25027c413265bff98d7d4d0d98a4b2648d87ab247a942670133eb96091e4504c87f46b7c9d63e1e7c7e294c212761c9f3348ccfabcc129c57c35')
 
 prepare() {
   cp -a pytest-mock-$pkgver{,-py2}

Reply via email to