summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2018-11-12 06:06:39 +0100
committerhaawda2018-11-12 06:06:39 +0100
commit74a4f6276e6b2d350228f3bcaec8a4133cc93807 (patch)
tree8ec084af9ad1ffc3a58475d38286d3bdf079533d
parent833a8e3c1444ade961041dc9ce36e73721ef0859 (diff)
downloadaur-74a4f6276e6b2d350228f3bcaec8a4133cc93807.tar.gz
add dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a80a522eb17d..1653c99857b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
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 = 1
+ pkgrel = 2
url = https://tikzit.github.io/
arch = i686
arch = x86_64
license = GPL
makedepends = git
depends = qt5-base
+ depends = desktop-file-utils
+ depends = hicolor-icon-theme
provides = tikzit
conflicts = tikzit
options = !makeflags
diff --git a/PKGBUILD b/PKGBUILD
index c497bcb1400d..ad7a96bc69ed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,12 +5,12 @@
pkgname=tikzit-git
pkgver=2.0.8.g87b50b1
-pkgrel=1
+pkgrel=2
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')
+depends=('qt5-base' 'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('git')
provides=('tikzit')
conflicts=('tikzit')