summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-03-30 12:37:37 +0100
committerhaawda2019-03-30 12:37:37 +0100
commitf74d80814e6b5626f1b250a9866b3898c04cbfa6 (patch)
treee7a7bc9bcb973d04b43c2d7eb0b541139adea836
parentdec817125fe57cceda5f46d83b84dd1f6fcbcd5a (diff)
downloadaur-f74d80814e6b5626f1b250a9866b3898c04cbfa6.tar.gz
add poppler-qt5 makedependancy
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2aad6f35eaed..599d9c5fc246 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,6 +8,7 @@ pkgbase = tikzit-git
arch = x86_64
license = GPL
makedepends = git
+ makedepends = poppler-qt5
depends = qt5-base
depends = desktop-file-utils
depends = hicolor-icon-theme
diff --git a/PKGBUILD b/PKGBUILD
index 7c71b3fe8cac..df371b92818c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ arch=('i686' 'x86_64')
url="https://tikzit.github.io/"
license=('GPL')
depends=('qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'poppler-qt5')
-makedepends=('git')
+makedepends=('git' 'poppler-qt5')
provides=('tikzit')
conflicts=('tikzit')
source=('git+https://github.com/tikzit/tikzit.git')