summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorBilal Elmoussaoui2016-07-31 01:33:15 +0200
committerBilal Elmoussaoui2016-07-31 01:33:15 +0200
commitf0ce38729201d0ba18cf5ebfd3a80f4068d292e3 (patch)
tree92eff69d1a91f38ccc18972064fd8ea4cb5b82b2 /PKGBUILD
parent50f0577815aaf205d10a4823ef2b97c9fec447d4 (diff)
downloadaur-f0ce38729201d0ba18cf5ebfd3a80f4068d292e3.tar.gz
replace git with unzip
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7dac3477b038..a89400629d7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ arch=('i686' 'x86_64')
license=('GPL3')
url="https://github.com/haecker-felix/gradio"
depends=('desktop-file-utils' 'gstreamer' 'json-glib' 'libgee' 'libsoup')
-makedepends=('git' 'gnome-common' 'intltool' 'itstool' 'vala' 'yelp-tools' 'cmake')
+makedepends=('unzip' 'gnome-common' 'intltool' 'itstool' 'vala' 'yelp-tools' 'cmake')
options=('!emptydirs')
install=gradio.install
source=("https://github.com/haecker-felix/${_gitname}/archive/v${pkgver}.zip")