summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJosip Ponjavic2018-04-15 17:23:24 +0200
committerJosip Ponjavic2018-04-15 17:23:24 +0200
commit4ff66575561ec5ac7597ab4ae397feef1e9ed05b (patch)
tree1aad7c0a06ea62ad736b046863c9c9c8c6cd081b
parent486772d7ea9a752534de345cdbaba6a50a1be8bf (diff)
downloadaur-4ff66575561ec5ac7597ab4ae397feef1e9ed05b.tar.gz
upgpkg: 1.2.r0.gceaddae9-1
-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() {