summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbegin-theadventure2023-06-20 01:18:58 +0200
committerbegin-theadventure2023-06-20 01:18:58 +0200
commita5b1f088c4e093494630d6de26a8e7d6fbd54c4e (patch)
tree028e333c5254cc416470f22272fa93ab3e25c821
parent08a24e28ac8244e5b8f8939ec98ff685a4d895b2 (diff)
downloadaur-a5b1f088c4e093494630d6de26a8e7d6fbd54c4e.tar.gz
Edit git describe (add r)
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7eb9f2164d35..8e08ef3bee9d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = curtail-git
pkgdesc = Simple & useful image compressor (latest commit)
pkgver = 1.7.0
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/Huluti/Curtail
arch = any
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index b3a6cc61db71..beacb7c3096c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=curtail
pkgname=$_pkgname-git
pkgdesc='Simple & useful image compressor (latest commit)'
pkgver=1.7.0
-pkgrel=2
+pkgrel=3
arch=('any')
url="https://github.com/Huluti/Curtail"
license=('GPL3')
@@ -18,7 +18,7 @@ sha256sums=('SKIP')
pkgver() {
cd Curtail
- git describe --long --tags | sed 's/\([^-]*-g\)/\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {