summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Smith2024-04-23 20:56:48 -0400
committerStephen Smith2024-04-23 20:56:48 -0400
commit6e565b87e60a319b8147bc5578b85bec1847db5b (patch)
tree4eb6ac2067d8eee840fffa17e7f0a4bb963167b3
parent99d123f80751469c8246254fb6822b346080a619 (diff)
downloadaur-tty2gif-git.tar.gz
Version bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 772945bfa4a2..d1a55d2c36ca 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tty2gif-git
pkgdesc = tty2gif let you record scripts and their outputs into both binary and gif formats.
- pkgver = .8a9f400
+ pkgver = 0.2.r4.ge7d2c39
pkgrel = 1
url = https://github.com/z24/tty2gif
arch = i686
@@ -14,4 +14,3 @@ pkgbase = tty2gif-git
sha256sums = SKIP
pkgname = tty2gif-git
-
diff --git a/PKGBUILD b/PKGBUILD
index 036be53f3d7d..fe8cb3fe3731 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Stephen Smith <stephen304@gmail.com>
pkgname=tty2gif-git
_pkgname=tty2gif
-pkgver=.8a9f400
+pkgver=0.2.r4.ge7d2c39
pkgrel=1
pkgdesc="tty2gif let you record scripts and their outputs into both binary and gif formats."
arch=('i686' 'x86_64')
@@ -16,7 +16,7 @@ sha256sums=('SKIP')
pkgver() {
cd "$srcdir/$_pkgname"
- echo $(git rev-list --count xft-master).$(git rev-parse --short master)
+ git describe --long --abbrev=7 --tags | sed 's/^v//;s/\([^-]*-g\)/r\1/;s/-/./g'
}
build() {