summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorhaawda2020-04-16 15:19:42 +0200
committerhaawda2020-04-16 15:19:42 +0200
commitcfa5e727b13eda04892eed4dd019ae0ea498c162 (patch)
treef31772324054c122e3df3076a008106abb75a814 /PKGBUILD
parenta5ed2533aaf145103d9f0fe6d6c54c5c6c7ec400 (diff)
downloadaur-cfa5e727b13eda04892eed4dd019ae0ea498c162.tar.gz
fix dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dc414bad2320..777b8ae707ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,12 +6,12 @@
pkgname=tikzit
pkgver=2.1.5
-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' 'poppler-qt5')
+depends=('qt5-base' 'poppler-qt5' 'hicolor-icon-theme')
optdepends=('texlive-core: previews')
source=("$pkgname-$pkgver.tar.gz::https://github.com/tikzit/tikzit/archive/v$pkgver.tar.gz")
sha256sums=('f2c3ff7d8f7eb9fd4f5b29d8105e0d2930b1b736d2c06efddb6f20122a9a85ca')