summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorUniversebenzene2018-08-07 12:32:17 +0800
committerUniversebenzene2018-08-07 12:32:17 +0800
commit1ac7f10534455d238670dfc89f4dd0266cf9118b (patch)
tree23c83a8925beb412f35f0ecdc4fad4b3372275f0
parentcec665178fab094304b61f7e509730206f7e747c (diff)
downloadaur-1ac7f10534455d238670dfc89f4dd0266cf9118b.tar.gz
Bump to new python version
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c130ae1f43ee..fbd4eab0dacd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Thu Apr 26 07:52:21 UTC 2018
+# Tue Aug 7 04:32:08 UTC 2018
pkgbase = python-pytest-openfiles
pkgdesc = Pytest plugin for detecting file handles that were inadvertently left open at the end of unit tests
pkgver = 0.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/astropy/pytest-openfiles
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index e75c18fc01ef..e361e38eb597 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Astro Benzene <universebenzene at sina dot com>
pkgname=python-pytest-openfiles
pkgver=0.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="Pytest plugin for detecting file handles that were inadvertently left open at the end of unit tests"
arch=('i686' 'x86_64')
url="https://github.com/astropy/pytest-openfiles"