summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')