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 52c37b74c46f..6b0e2b94b3a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = delft-icon-theme-git
pkgdesc = Continuation of Faenza icon theme with up to date app icons
- pkgver = 1.1.r0.g8329b5ca
+ pkgver = 1.2.r0.gceaddae9
pkgrel = 1
url = https://github.com/madmaxms/iconpack-delft
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 855207ae3c7d..cf390cce3d5f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor:
pkgname=delft-icon-theme-git
-pkgver=1.1.r0.g8329b5ca
+pkgver=1.2.r0.gceaddae9
pkgrel=1
pkgdesc="Continuation of Faenza icon theme with up to date app icons"
url="https://github.com/madmaxms/iconpack-delft"
@@ -18,7 +18,7 @@ md5sums=("SKIP")
pkgver() {
cd "${pkgname%-*}"
- git describe --long --tags | sed -r 's/([^-]*-g)/r\1/;s/-/./g;s/v//g'
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
package() {