summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-04 09:21:36 +1100
committerPumpkinCheshire2020-12-04 09:21:36 +1100
commit0cc802c755e54d8abd9bba1e1354fc379046aaa3 (patch)
treee895aa8a4c9d3af7d540923ba936ed2ce9774965
parente659b40c3a9146f333198cb95eaf62bb0f43c85b (diff)
downloadaur-0cc802c755e54d8abd9bba1e1354fc379046aaa3.tar.gz
bump for python3.9
-rw-r--r--.SRCINFO2
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD3
3 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 29169dea638e..5fa16ee321ed 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-overly
pkgdesc = An overly configurable http server for client testing.
pkgver = 0.1.85
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/theelous3/overly
arch = any
license = MIT
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..018a3de08144
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*
+!PKGBUILD
+!.SRCINFO
+!.gitignore
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"
}
-