summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-12-21 20:21:31 +0100
committerhaawda2018-12-21 20:21:31 +0100
commit4307681e4b449ad6a486fabed92412e247bbf8f1 (patch)
treeb800e3fc1d6cd5fdf9cbd3cc2c67e6cf98ee4779
parent74a4f6276e6b2d350228f3bcaec8a4133cc93807 (diff)
downloadaur-4307681e4b449ad6a486fabed92412e247bbf8f1.tar.gz
add poppler-qt5 dependency
-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')