summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-04 09:21:36 +1100
committerPumpkinCheshire2020-12-04 09:21:36 +1100
commit0cc802c755e54d8abd9bba1e1354fc379046aaa3 (patch)
treee895aa8a4c9d3af7d540923ba936ed2ce9774965 /PKGBUILD
parente659b40c3a9146f333198cb95eaf62bb0f43c85b (diff)
downloadaur-python-overly.tar.gz
bump for python3.9
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 1 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 94c05018483c..b15de499905e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=overly
pkgname=python-overly
pkgver=0.1.85
-pkgrel=1
+pkgrel=2
pkgdesc="An overly configurable http server for client testing."
arch=('any')
url="https://github.com/theelous3/overly"
@@ -23,4 +23,3 @@ package() {
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
install -Dm644 LICENCE -t "$pkgdir/usr/share/licenses/$pkgname"
}
-