summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2019-05-14 14:56:24 +0200
committerbartus2019-05-14 14:56:24 +0200
commit536e4509007717765c4fc5d72a554bc28cbc1095 (patch)
treefb24d77e1cd543784f96060dadb3ab67b5a4c3ed
parentd3d41cb528d2b312b9126940c59368713e75105c (diff)
downloadaur-536e4509007717765c4fc5d72a554bc28cbc1095.tar.gz
add 'git' to 'makedepends'
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a596d56ea195..632cc91eda31 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,6 +5,7 @@ pkgbase = openboard-git
url = http://openboard.ch/index.en.html
arch = x86_64
license = GPL3
+ makedepends = git
depends = qt5-base
depends = qt5-multimedia
depends = qt5-svg
diff --git a/PKGBUILD b/PKGBUILD
index f147cfecbf02..dbf22a4cfb95 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ license=('GPL3')
depends=('qt5-base' 'qt5-multimedia' 'qt5-svg' 'qt5-script' 'qt5-webkit' 'qt5-tools' 'qt5-xmlpatterns' 'libpaper' 'bzip2' 'openssl' 'libfdk-aac' 'sdl' 'ffmpeg')
depends+=(quazip) #drop internal quazip and use system one.
depends+=(poppler) #replace xpdf lib with poppler, simplify the package and remove internal dep.
+makedepends=(git)
source=("git://github.com/OpenBoard-org/OpenBoard.git${_fragment}"
qchar.patch
qwebkit.patch