summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-04 09:28:40 +1100
committerPumpkinCheshire2020-12-04 09:28:40 +1100
commit2cef1754fa9db94b3ba5e08dd7bccf76c4e7a642 (patch)
tree7e1f1f4cc14499cde5b0b65884c05f65a7ae3e75
parente899fe11fa8bfd40c4d9ff7b1c544303663c460b (diff)
downloadaur-python-sansio-multipart.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 ab0b8da5ef75..a24978d3ab81 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-sansio-multipart
pkgdesc = A sansio multipart parser for Python 3
pkgver = 0.3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/theelous3/sansio-multipart-parser
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 6bc91ed724e2..2059c6b52c73 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_name=sansio_multipart
pkgname=python-sansio-multipart
pkgver=0.3
-pkgrel=1
+pkgrel=2
pkgdesc="A sansio multipart parser for Python 3"
arch=('any')
url="https://github.com/theelous3/sansio-multipart-parser"
@@ -22,4 +22,3 @@ package() {
python setup.py install --root="$pkgdir/" --optimize=1 --skip-build
install -Dm644 LICENSE -t "$pkgdir/usr/share/licenses/$pkgname"
}
-