summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-04 08:58:37 +1100
committerPumpkinCheshire2020-12-04 08:58:37 +1100
commit717d776e9349c98548d7f568dfcf7fbdd88a337b (patch)
tree1127604e7ad937f0c37b1ec4208d9ff8837a0e5c
parent2489419cc4b26cb03f5d147b932c0e6b48e21c26 (diff)
downloadaur-python-eve-git.tar.gz
bump for python3.9, refresh version
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD3
2 files changed, 5 insertions, 2 deletions
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 e456d25ec65e..780ec65339e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: pumpkincheshire <sollyonzou at gmail dot com>
# Contributor: Sigmund Vestergaard <sigmundv at gmail dot com>
pkgname=python-eve-git
-pkgver=1.1.4.r5.ge1194eb7
+pkgver=1.1.4.r10.g9e0cfbf2
pkgrel=1
_name=eve
pkgdesc="An open source Python REST API framework designed for human beings."
@@ -32,4 +32,3 @@ package() {
python setup.py install --root="$pkgdir/" --skip-build --optimize=1
install -D -m644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
}
-