summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorTing-Wei Lan2017-05-14 10:48:33 +0800
committerTing-Wei Lan2017-05-14 10:48:33 +0800
commit7e9544bfa1fe27ae3e98d583183712d1e52904b3 (patch)
tree359cbff828e459caea1fac69381681ebc28d95a8 /PKGBUILD
parent90ac5f543f9ae6d5bcbfaa505da1180e7eea70de (diff)
downloadaur-7e9544bfa1fe27ae3e98d583183712d1e52904b3.tar.gz
qelly-git: Add git to makedepends to fix makechrootpkg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f6facd50bb8b..dc0e5b0d6f55 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('x86_64' 'i686')
url="https://github.com/uranusjr/Qelly"
license=('GPL3')
depends=('qt4' 'libqxt')
-makedepends=()
+makedepends=('git')
conflicts=('qelly')
provides=('qelly')
source=("$pkgname::git+https://github.com/uranusjr/Qelly.git")