summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilip Goto2018-09-20 13:16:38 +0200
committerPhilip Goto2018-09-20 13:16:38 +0200
commitdc46f83e053967f3bce9d4b8d8602be45cf1f494 (patch)
tree9329def346fd789bd4f2a521ecf9f4e47246fe00
parent2fc95aa629e9e8439f77a43d6eb46a738134a6b7 (diff)
downloadaur-dc46f83e053967f3bce9d4b8d8602be45cf1f494.tar.gz
Remove v prefix from version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 41f183c7e191..40b41f5bb317 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mato-icons-git
pkgdesc = Mato is a Material Design inspired icon theme for Linux. It features simple and modern icons based on the official icons.
- pkgver = latest
+ pkgver = 1.4.r85.gca1fb9a
pkgrel = 1
url = https://flipflop97.github.io/Mato/
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index fcb80c9b7fa7..fdd7bcfa20c4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Philip Goto <philip.goto@gmail.com>
pkgname=mato-icons-git
-pkgver=latest
+pkgver=1.4.r85.gca1fb9a
pkgrel=1
pkgdesc="Mato is a Material Design inspired icon theme for Linux. It features simple and modern icons based on the official icons."
arch=('any')
@@ -14,7 +14,7 @@ sha256sums=('SKIP')
pkgver() {
cd "${pkgname}"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {