summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b252e3c93f7..626aed9641c4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,12 @@
pkgbase = tikzit
pkgdesc = Allows the creation and modification of TeX diagrams written using the pgf/TikZ macro library
pkgver = 2.1.4
- pkgrel = 1
+ pkgrel = 2
url = https://tikzit.github.io/
arch = i686
arch = x86_64
license = GPL2
+ makedepends = poppler-qt5
depends = qt5-base
optdepends = texlive-core: previews
source = tikzit-2.1.4.tar.gz::https://github.com/tikzit/tikzit/archive/v2.1.4.tar.gz
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')