summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-08-24 06:44:52 +0200
committerhaawda2018-08-24 06:44:52 +0200
commite7d8f393ad348062d2cc5837f5ffa1f7ddf11096 (patch)
tree3aa69ef75a760ff03759a687e3a106a4aab7b4d5
parent44c307c661c9466ed560fa2ce8f3f1e72bf0f17f (diff)
downloadaur-e7d8f393ad348062d2cc5837f5ffa1f7ddf11096.tar.gz
change pkgver, add epoch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f673a99cb338..7a9ed5abcf58 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,8 @@
pkgbase = textext-git
pkgdesc = An inkscape extension which lets you add LaTeX equations to your drawings
- pkgver = 20180206
+ pkgver = 0.8.1.1.g0164a57
pkgrel = 1
+ epoch = 1
url = https://bitbucket.org/pitgarbe/textext
arch = any
license = custom:BSD
diff --git a/PKGBUILD b/PKGBUILD
index a75b3e0242f9..29d919c7da49 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,8 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=textext-git
-pkgver=20180206
+pkgver=0.8.1.1.g0164a57
+epoch=1
pkgrel=1
pkgdesc="An inkscape extension which lets you add LaTeX equations to your drawings"
arch=('any')
@@ -23,7 +24,7 @@ prepare() {
pkgver() {
cd textext
- echo $(git log -1 --format="%cd" --date=short | sed 's|-||g')
+ git describe --tags |tr - .
}
package() {