summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuca Weiss2016-07-19 13:05:52 +0200
committerLuca Weiss2016-07-19 13:05:52 +0200
commite963d3c14c0cac9d67a40162ae502c874ecf4987 (patch)
tree66f3b88271bb0195c4e6554e2a0a3825e40613f7 /PKGBUILD
parente37f61ad39626c89e0d3e14182efc43254ff4773 (diff)
downloadaur-e963d3c14c0cac9d67a40162ae502c874ecf4987.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 984a3ce651b2..9f73fdd44ec6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ url="https://launchpad.net/goget-ubuntu-touch"
arch=('x86_64' 'i686')
license=('GPL3')
depends=('android-tools')
-makedepends=('go' 'bzr')
+makedepends=('go' 'bzr' 'git')
# options='!emptydirs'
provides=("ubuntu-device-flash")
conflicts=("ubuntu-device-flash")