summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1653c99857b9..ad607d330175 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
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.8.g87b50b1
- pkgrel = 2
+ pkgver = 2.0.34.g873316d
+ pkgrel = 1
url = https://tikzit.github.io/
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = tikzit-git
depends = qt5-base
depends = desktop-file-utils
depends = hicolor-icon-theme
+ depends = poppler-qt5
provides = tikzit
conflicts = tikzit
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index ad7a96bc69ed..a275eb0ce14e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,13 +4,13 @@
# Based on original tikzit-aur-package made by pippin
pkgname=tikzit-git
-pkgver=2.0.8.g87b50b1
-pkgrel=2
+pkgver=2.0.34.g873316d
+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')
url="https://tikzit.github.io/"
license=('GPL')
-depends=('qt5-base' 'desktop-file-utils' 'hicolor-icon-theme')
+depends=('qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'poppler-qt5')
makedepends=('git')
provides=('tikzit')
conflicts=('tikzit')