summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoréclairevoyant2022-11-28 17:46:45 -0500
committeréclairevoyant2022-11-28 17:46:45 -0500
commit6591d42b372186d226643513f0fa1944921c6d1f (patch)
tree061142ed9f3a354b42de760642b0c5bded9182f3
parenta5ef7bfe05458d1474d2a3f16a84e9c7103e530b (diff)
downloadaur-6591d42b372186d226643513f0fa1944921c6d1f.tar.gz
adwaita-icon-theme-git: fix versioning
Signed-off-by: éclairevoyant <848000+eclairevoyant@users.noreply.github.com>
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 85f1fc75314f..aa1179dbd181 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = adwaita-icon-theme-git
pkgdesc = GNOME standard icons
- pkgver = 43+r60+g4f8e8dc69
+ pkgver = 43.r60.g4f8e8dc69
pkgrel = 1
url = https://gitlab.gnome.org/GNOME/adwaita-icon-theme
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index d696a2862b8e..bd0db7799a10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
_pkgname=adwaita-icon-theme
pkgname="$_pkgname-git"
-pkgver=43+r60+g4f8e8dc69
+pkgver=43.r60.g4f8e8dc69
pkgrel=1
pkgdesc='GNOME standard icons'
arch=('any')
@@ -18,14 +18,14 @@ b2sums=('SKIP')
pkgver() {
cd $_pkgname
- git describe --long --tags | sed 's/[^-]*-g/r&/;s/-/+/g'
+ git describe --long --tags | sed 's/[^-]*-g/r&/;s/-/./g'
}
prepare() {
cd $_pkgname
autoreconf -fvi
}
-
+
build() {
cd $_pkgname
./configure --prefix=/usr