summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAetf2018-08-07 00:09:10 -0400
committerAetf2018-08-07 00:09:10 -0400
commit22610d7728e7d5431374f02d36d0b713c51eaec3 (patch)
tree30f747514d430660fb0ffcedaa8f54d2e8a065fa
parent3a960d964197d1a047c282fb91646c6a7961ca9e (diff)
downloadaur-22610d7728e7d5431374f02d36d0b713c51eaec3.tar.gz
Rebuild for python 3.7
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7e81108f77e9..b48cc9881bc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-pipsi
pkgdesc = Wraps pip and virtualenv to install scripts
pkgver = 0.9
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/mitsuhiko/pipsi/
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index b752878a5460..776f8a4cab0d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=python-pipsi
_name=pipsi
pkgver=0.9
-pkgrel=1
+pkgrel=2
pkgdesc='Wraps pip and virtualenv to install scripts'
arch=('any')
url='https://github.com/mitsuhiko/pipsi/'