summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-01-14 04:37:45 +0100
committerhaawda2019-01-14 04:37:45 +0100
commit546a311d2a6b8353372507ca562c0bf032e49a18 (patch)
treec4a841ba5db0961efc5096a673f37c7c0f872d21
parent4307681e4b449ad6a486fabed92412e247bbf8f1 (diff)
downloadaur-546a311d2a6b8353372507ca562c0bf032e49a18.tar.gz
add epoch
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ad607d330175..e517ef2adaa6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +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.0.34.g873316d
+ pkgver = 2.1.1.8.g0efa4c0
pkgrel = 1
+ epoch = 1
url = https://tikzit.github.io/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index a275eb0ce14e..785100518b07 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,8 @@
# Based on original tikzit-aur-package made by pippin
pkgname=tikzit-git
-pkgver=2.0.34.g873316d
+epoch=1
+pkgver=2.1.1.8.g0efa4c0
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')