summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2022-05-29 14:59:40 +0200
committerPhilip Goto2022-05-29 14:59:40 +0200
commit07eea144fb6d7e0b75e293a108e91e6ab28006b8 (patch)
treed757937c6e2de322fe5f65bc6f8cd96997a65d52
parenta35b315a9debc292513b64aef0ea0f60688d807f (diff)
downloadaur-07eea144fb6d7e0b75e293a108e91e6ab28006b8.tar.gz
Update version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42e7d548b83f..c413d2ce61bc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = adwaita-icon-theme-git
pkgdesc = GNOME standard icons
- pkgver = 42.beta.r0.g7342c5411
+ pkgver = 42.0+r18+gefd1c615a
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/adwaita-icon-theme
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 0960d2df9813..e03e410f8758 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=adwaita-icon-theme-git
-pkgver=42.beta.r0.g7342c5411
+pkgver=42.0+r18+gefd1c615a
pkgrel=1
pkgdesc='GNOME standard icons'
arch=(any)
@@ -16,7 +16,7 @@ b2sums=(SKIP)
pkgver() {
cd adwaita-icon-theme
- git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
}
prepare() {