summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJosip Ponjavic2018-04-15 17:23:24 +0200
committerJosip Ponjavic2018-04-15 17:23:24 +0200
commit4ff66575561ec5ac7597ab4ae397feef1e9ed05b (patch)
tree1aad7c0a06ea62ad736b046863c9c9c8c6cd081b /PKGBUILD
parent486772d7ea9a752534de345cdbaba6a50a1be8bf (diff)
downloadaur-4ff66575561ec5ac7597ab4ae397feef1e9ed05b.tar.gz
upgpkg: 1.2.r0.gceaddae9-1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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() {