summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2019-03-17 16:50:46 -0300
committerRafael Fontenelle2019-03-17 16:50:46 -0300
commitc3c6da06c514523eb7a575aa55f0cb855d6ce56c (patch)
tree1cd8f6106834e86c9a39d820ab207f355d8da171
parent00a449c1d1a5fcbd7d8792a3b9d2b43e79e8e040 (diff)
downloadaur-c3c6da06c514523eb7a575aa55f0cb855d6ce56c.tar.gz
Update to 2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6ba46aca229..71b80e496c08 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = python-pytest-datafiles
pkgdesc = py.test plugin to create a 'tmpdir' containing predefined files/directories.
- pkgver = 1.0
+ pkgver = 2.0
pkgrel = 1
url = https://github.com/omarkohl/pytest-datafiles
arch = any
license = MIT
makedepends = python-pytest
makedepends = python2-pytest
- source = https://pypi.org/packages/source/p/pytest-datafiles/pytest-datafiles-1.0.tar.gz
- sha256sums = bb6493c00e8cfb26e9a08f3cc6d5796ae1d168a5a3d09a0e31b3c65b5619a4f0
+ source = https://pypi.org/packages/source/p/pytest-datafiles/pytest-datafiles-2.0.tar.gz
+ sha256sums = 143329cbb1dbbb07af24f88fa4668e2f59ce233696cf12c49fd1c98d1756dbf9
pkgname = python-pytest-datafiles
depends = python-pytest
diff --git a/PKGBUILD b/PKGBUILD
index 66201030a42e..661cdad91200 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_name=pytest-datafiles
pkgname=('python-pytest-datafiles' 'python2-pytest-datafiles')
pkgbase=python-$_name
-pkgver=1.0
+pkgver=2.0
pkgrel=1
pkgdesc="py.test plugin to create a 'tmpdir' containing predefined files/directories."
arch=(any)
@@ -10,7 +10,7 @@ url="https://github.com/omarkohl/pytest-datafiles"
license=('MIT')
makedepends=(python-pytest python2-pytest)
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('bb6493c00e8cfb26e9a08f3cc6d5796ae1d168a5a3d09a0e31b3c65b5619a4f0')
+sha256sums=('143329cbb1dbbb07af24f88fa4668e2f59ce233696cf12c49fd1c98d1756dbf9')
prepare() {
cp -a $_name-$pkgver{,-py2}