summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorstefanwimmer1282023-05-03 20:14:32 +0200
committerstefanwimmer1282023-05-03 20:14:32 +0200
commite704f78e60cb9fe62b5c3ab8251d85a7ac4b743b (patch)
treec827c84a04a380a46e6e395f43597cbae73a88f1
parentde7f19747ddaac5956b8939669ca6a10303ae963 (diff)
downloadaur-e704f78e60cb9fe62b5c3ab8251d85a7ac4b743b.tar.gz
Bump pkgrel
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b6df0e5083ff..5d4190171406 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = getoptions-bin
pkgdesc = An elegant option/argument parser for shell scripts
pkgver = 3.3.0.r2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/ko1nksm/getoptions
arch = any
license = CC0-1.0
diff --git a/PKGBUILD b/PKGBUILD
index 5b35408acdcc..9b71259503dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=getoptions
pkgname=$_pkgname-bin
_pkgver=3.3.0-2
pkgver=${_pkgver//-/.r}
-pkgrel=1
+pkgrel=2
pkgdesc='An elegant option/argument parser for shell scripts'
_arch=any
arch=($_arch)