summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Fontenelle2022-05-02 12:08:06 -0300
committerRafael Fontenelle2022-05-02 12:08:06 -0300
commit432b31b870bc2047d77cc14b059cc45c3a82ce43 (patch)
tree7346ab828d16c3c2db9583c27c485043084d30c8
parenta4b52ee9a8216c542344084fc0269b092ec6224d (diff)
downloadaur-432b31b870bc2047d77cc14b059cc45c3a82ce43.tar.gz
Update to 2.0.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b8ef80114fe0..51c9911789c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = python-pytest-datafiles
pkgdesc = py.test plugin to create a 'tmpdir' containing predefined files/directories.
- pkgver = 2.0
- pkgrel = 3
+ pkgver = 2.0.1
+ pkgrel = 1
url = https://github.com/omarkohl/pytest-datafiles
arch = any
license = MIT
makedepends = python-setuptools
depends = python-pytest
- source = https://pypi.org/packages/source/p/pytest-datafiles/pytest-datafiles-2.0.tar.gz
- sha256sums = 143329cbb1dbbb07af24f88fa4668e2f59ce233696cf12c49fd1c98d1756dbf9
+ source = https://pypi.org/packages/source/p/pytest-datafiles/pytest-datafiles-2.0.1.tar.gz
+ sha256sums = 6f6558d2a6e7cbde714f62411ce84e5c02ccd195bd7a50263bfdd888be4a1544
pkgname = python-pytest-datafiles
diff --git a/PKGBUILD b/PKGBUILD
index 0f8a69d0e0f0..695a00ecdcbf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Rafael Fontenelle <rafaelff@gnome.org>
_name=pytest-datafiles
pkgname=python-pytest-datafiles
-pkgver=2.0
-pkgrel=3
+pkgver=2.0.1
+pkgrel=1
pkgdesc="py.test plugin to create a 'tmpdir' containing predefined files/directories."
arch=(any)
url="https://github.com/omarkohl/pytest-datafiles"
@@ -10,7 +10,7 @@ license=('MIT')
depends=(python-pytest)
makedepends=(python-setuptools)
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('143329cbb1dbbb07af24f88fa4668e2f59ce233696cf12c49fd1c98d1756dbf9')
+sha256sums=('6f6558d2a6e7cbde714f62411ce84e5c02ccd195bd7a50263bfdd888be4a1544')
build() {
cd "$srcdir/$_name-$pkgver"