summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack O'Connor2021-12-16 12:10:43 -0500
committerJack O'Connor2021-12-16 12:10:43 -0500
commitb6776653b79412f83e2412c496569509278fb12c (patch)
tree7a542c71525a4a1874011bf50322e45ee6ba4c61
parentc836c15d25cf573ce415d6dd3fe03d898cb81fcc (diff)
downloadaur-b6776653b79412f83e2412c496569509278fb12c.tar.gz
bump pkgrel
Python 3.10 was just released to Arch Linux core, and peru needs to be reinstalled.
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4f991b009a02..c7e52066fe1f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = peru
pkgdesc = A tool for fetching code
pkgver = 1.3.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/buildinspace/peru
arch = any
license = MIT
diff --git a/PKGBUILD b/PKGBUILD
index 3c860117da93..cb2d2cb22582 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=peru
pkgver=1.3.0
-pkgrel=1
+pkgrel=2
pkgdesc="A tool for fetching code"
arch=('any')
depends=('git' 'python' 'python-docopt' 'python-yaml')