summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2019-03-30 12:36:40 +0100
committerhaawda2019-03-30 12:36:40 +0100
commit1b0391a3e45afcd98e876757b7bb9e7fd0a14eae (patch)
tree960e17d17bcdbe1f65943f26df40098cf45f556b /PKGBUILD
parent32cc714054323b3525b9714b7ad80065ad4a4419 (diff)
downloadaur-1b0391a3e45afcd98e876757b7bb9e7fd0a14eae.tar.gz
add poppler-qt5 makedependancy
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1ae71f1624a2..4ff04bd74bfb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,13 @@
pkgname=tikzit
pkgver=2.1.4
-pkgrel=1
+pkgrel=2
pkgdesc="Allows the creation and modification of TeX diagrams written using the pgf/TikZ macro library"
arch=('i686' 'x86_64')
url="https://tikzit.github.io/"
license=('GPL2')
depends=('qt5-base')
+makedepends=('poppler-qt5')
optdepends=('texlive-core: previews')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tikzit/tikzit/archive/v$pkgver.tar.gz")
sha256sums=('14443ab430ff20e5c3b185a704932858afb3d776aa9b3a54e1b9898d5b9c13a8')