summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2020-04-16 15:21:48 +0200
committerhaawda2020-04-16 15:21:48 +0200
commitb6b937937a84293d6fcc58570a4951a1cb41da6a (patch)
tree260d6c5cb711a28c52f084b6c2a29c7cf7b7d07a
parentb068c8767813ebc999ddc304ca6b9493d71f0ab3 (diff)
downloadaur-b6b937937a84293d6fcc58570a4951a1cb41da6a.tar.gz
fix dependencies
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b0784616e817..3567b976b57e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tikzit-git
pkgdesc = Creation and modification of TeX diagrams written using the pgf/TikZ macro library - rewrite in QT and C++
- pkgver = 2.1.4.r9.gf17f2a4
+ pkgver = 2.1.5.r8.g5ca0a2e
pkgrel = 1
epoch = 3
url = https://tikzit.github.io/
@@ -9,8 +9,6 @@ pkgbase = tikzit-git
license = GPL
makedepends = git
makedepends = poppler-qt5
- depends = qt5-base
- depends = desktop-file-utils
depends = hicolor-icon-theme
depends = poppler-qt5
provides = tikzit
diff --git a/PKGBUILD b/PKGBUILD
index 00ca02da6e45..7f3ce02e112d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@
pkgname=tikzit-git
epoch=3
-pkgver=2.1.4.r9.gf17f2a4
+pkgver=2.1.5.r8.g5ca0a2e
pkgrel=1
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' 'desktop-file-utils' 'hicolor-icon-theme' 'poppler-qt5')
+depends=('hicolor-icon-theme' 'poppler-qt5')
makedepends=('git' 'poppler-qt5')
provides=('tikzit')
conflicts=('tikzit')