summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack O'Connor2019-12-12 14:26:43 -0500
committerJack O'Connor2019-12-12 14:27:25 -0500
commit1a993f40a1946cf0a7ec4af2e1e0d13b86272bc9 (patch)
tree787a532891555048b2ed29469fb0b2c868ed659f
parentad3434b3c67aae77c5ba739d56a53cc5c7f5115b (diff)
downloadaur-1a993f40a1946cf0a7ec4af2e1e0d13b86272bc9.tar.gz
bump pkgrel
This prompts a reinstall, which is generally necessary after a Python version upgrade. (Python 3.8 was released recently.)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index abad25305099..46cf1807ec59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = peru
pkgdesc = A tool for fetching code
pkgver = 1.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/buildinspace/peru
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index c0624409e4b2..d1a42f4a8e1f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=peru
pkgver=1.2.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for fetching code"
arch=('any')
depends=('git' 'python' 'python-docopt' 'python-yaml')