summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormagnus2021-09-04 18:24:26 -0500
committermagnus2021-09-04 18:24:26 -0500
commit0ab325f621238190fb83e73d40a95c65183a8f02 (patch)
tree45cccc4e25fe6040ebbd7716258f63ae5b6b4d35
parent186d5067d46ae8e42b23b7a5b6494cafade05824 (diff)
downloadaur-0ab325f621238190fb83e73d40a95c65183a8f02.tar.gz
Remove tag prefix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 08d48cb347ab..5a8d35fb26ea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ascii-image-converter-git
pkgdesc = A cross-platform command-line tool to convert images into ascii art and print them on the console.
- pkgver = v1.8.0.r0.g202179d
+ pkgver = 1.8.0.r3.ga8701af
pkgrel = 1
url = https://github.com/TheZoraiz/ascii-image-converter
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 2fb151c8a429..95a2cd420e32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Magnus Anderson <magnus@iastate.edu>
pkgname=ascii-image-converter-git
-pkgver=v1.8.0.r0.g202179d
+pkgver=1.8.0.r3.ga8701af
pkgrel=1
pkgdesc="A cross-platform command-line tool to convert images into ascii art and print them on the console."
arch=('x86_64')
@@ -15,7 +15,7 @@ md5sums=('SKIP')
pkgver() {
cd "${pkgname%-git}"
- git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | sed 's/^v//'
}
build() {
cd "${pkgname%-git}"