summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Gamble2020-12-02 21:42:35 +1100
committerMatthew Gamble2020-12-02 21:42:35 +1100
commitd3384032bf88d5ba2d676cbafe1b80c5ba4428f4 (patch)
treee2acc6b5008ac3b0e18c297a1fee240ea8361194
parent798583045b1cbaa2e64dd6f817458955731b858f (diff)
downloadaur-d3384032bf88d5ba2d676cbafe1b80c5ba4428f4.tar.gz
Bump for python3.9 rebuild
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 137481125fa7..f346f5abc1c5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-locallib
pkgdesc = Ensure /usr/local/lib/pythonX is in sys.path
pkgver = 1.0.0
- pkgrel = 4
+ pkgrel = 5
arch = any
license = Unlicense
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index f0d2edd2179e..be684f3c77d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=python-locallib
pkgver=1.0.0
-pkgrel=4
+pkgrel=5
pkgdesc="Ensure /usr/local/lib/pythonX is in sys.path"
arch=("any")
license=("Unlicense")