summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-04-10 16:45:49 +0200
committerhaawda2020-04-10 16:45:49 +0200
commitb068c8767813ebc999ddc304ca6b9493d71f0ab3 (patch)
tree37015735d608d671329ff90fe050cee1152bb2e9
parentf74d80814e6b5626f1b250a9866b3898c04cbfa6 (diff)
downloadaur-b068c8767813ebc999ddc304ca6b9493d71f0ab3.tar.gz
bump epoch fo a change in pkgver function
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 599d9c5fc246..b0784616e817 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = tikzit-git
pkgdesc = Creation and modification of TeX diagrams written using the pgf/TikZ macro library - rewrite in QT and C++
- pkgver = 2.1.4r2.g6c5d96d
+ pkgver = 2.1.4.r9.gf17f2a4
pkgrel = 1
- epoch = 2
+ epoch = 3
url = https://tikzit.github.io/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index df371b92818c..00ca02da6e45 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,8 +4,8 @@
# Based on original tikzit-aur-package made by pippin
pkgname=tikzit-git
-epoch=2
-pkgver=2.1.4r2.g6c5d96d
+epoch=3
+pkgver=2.1.4.r9.gf17f2a4
pkgrel=1
pkgdesc="Creation and modification of TeX diagrams written using the pgf/TikZ macro library - rewrite in QT and C++"
arch=('i686' 'x86_64')
@@ -21,7 +21,7 @@ options=('!makeflags')
pkgver() {
cd ${pkgname%-git}
- printf "%s" "$(git describe --tags | cut -c2- | sed 's+-+r+' | tr - .)"
+ printf "%s" "$(git describe --tags | cut -c2- | sed 's+-+.r+' | tr - .)"
}
build() {