summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorUniversebenzene2019-07-20 21:32:10 +0800
committerUniversebenzene2019-07-20 21:32:10 +0800
commitc41bf0d00ad163956dd3983aeba37600b139b103 (patch)
treec5060e09f17c49a5861b1529e7e867acd8799fb6 /PKGBUILD
parent9cfb59cda11600a8d08940781e81f4ecf1b0f2bf (diff)
downloadaur-c41bf0d00ad163956dd3983aeba37600b139b103.tar.gz
Update to version 0.4.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 424cb2d61194..5ddd54e1be0b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-pytest-openfiles
_pyname=${pkgname#python-}
-pkgver=0.3.2
+pkgver=0.4.0
pkgrel=1
pkgdesc="Pytest plugin for detecting file handles that were inadvertently left open at the end of unit tests"
arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@ license=('BSD')
depends=('python-pytest>=2.8.0' 'python-psutil' 'python-six')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${_pyname:0:1}/${_pyname}/${_pyname}-${pkgver}.tar.gz")
-md5sums=('b219c5487f7630c3944973cf24709340')
+md5sums=('23fcf695c3d0245cb3f9d69952f189e6')
package() {
cd ${srcdir}/${_pyname}-${pkgver}