summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-04-16 15:19:42 +0200
committerhaawda2020-04-16 15:19:42 +0200
commitcfa5e727b13eda04892eed4dd019ae0ea498c162 (patch)
treef31772324054c122e3df3076a008106abb75a814
parenta5ed2533aaf145103d9f0fe6d6c54c5c6c7ec400 (diff)
downloadaur-cfa5e727b13eda04892eed4dd019ae0ea498c162.tar.gz
fix dependencies
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0055f7f879d4..4cabe8b1c39c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = tikzit
pkgdesc = Allows the creation and modification of TeX diagrams written using the pgf/TikZ macro library
pkgver = 2.1.5
- pkgrel = 1
+ pkgrel = 2
url = https://tikzit.github.io/
arch = i686
arch = x86_64
license = GPL2
depends = qt5-base
depends = poppler-qt5
+ depends = hicolor-icon-theme
optdepends = texlive-core: previews
source = tikzit-2.1.5.tar.gz::https://github.com/tikzit/tikzit/archive/v2.1.5.tar.gz
sha256sums = f2c3ff7d8f7eb9fd4f5b29d8105e0d2930b1b736d2c06efddb6f20122a9a85ca
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')