summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0e7a49763ad5..b0c6551eb106 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = xdg-sanity
pkgdesc = A tool to sanely open http/s links.
pkgver = 0.2
- pkgrel = 1
+ pkgrel = 2
url = https://git.tebibyte.media/emma/xdg-sanity
arch = any
license = AGPL3
diff --git a/PKGBUILD b/PKGBUILD
index 53cb79e46b19..3ccd6cb51075 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname="xdg-sanity"
pkgver=0.2
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to sanely open http/s links."
arch=("any")
url="https://git.tebibyte.media/emma/xdg-sanity"
@@ -17,7 +17,7 @@ sha256sums=("SKIP")
pkgver() {
cd $srcdir/$pkgname
- git describe --tags
+ git describe --tags --abbrev=0
}
prepare() {