summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPumpkinCheshire2020-12-04 09:28:40 +1100
committerPumpkinCheshire2020-12-04 09:28:40 +1100
commit2cef1754fa9db94b3ba5e08dd7bccf76c4e7a642 (patch)
tree7e1f1f4cc14499cde5b0b65884c05f65a7ae3e75 /PKGBUILD
parente899fe11fa8bfd40c4d9ff7b1c544303663c460b (diff)
downloadaur-2cef1754fa9db94b3ba5e08dd7bccf76c4e7a642.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 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"
}
-