summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederic Bezies2019-01-02 13:04:22 +0100
committerFrederic Bezies2019-01-02 13:04:22 +0100
commitcfb702e687c97b6587480e69d70f99e1d456226f (patch)
tree9afd5a0633d9e370d80ed02bb9b06f036957f4bf
parent53a1296b50c96fe492ab545e7733cd166340bd6a (diff)
downloadaur-cfb702e687c97b6587480e69d70f99e1d456226f.tar.gz
January 2nd, 2019 update
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0ec69acda730..50364b92112c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tilda-git
pkgdesc = Linux terminal based on classic terminals from first person shooter games
- pkgver = 1.3.2.r107.ga8ad2b3
+ pkgver = tilda.1.3.2.r126.gcc3dfff
pkgrel = 1
url = https://github.com/lanoxx/tilda
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index d85cf633eb01..0d390a57b9cc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=tilda-git
_gitname=tilda
-pkgver=1.3.2.r107.ga8ad2b3
+pkgver=tilda.1.3.2.r126.gcc3dfff
pkgrel=1
pkgdesc="Linux terminal based on classic terminals from first person shooter games"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ sha1sums=('SKIP')
pkgver() {
cd $_gitname
- git describe --long --tags | sed 's/^tilda-//;s/\([^-]*-g\)/r\1/;s/-/./g'
+ git describe --long --tags | sed 's/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {