summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBilal Elmoussaoui2016-07-31 01:33:15 +0200
committerBilal Elmoussaoui2016-07-31 01:33:15 +0200
commitf0ce38729201d0ba18cf5ebfd3a80f4068d292e3 (patch)
tree92eff69d1a91f38ccc18972064fd8ea4cb5b82b2
parent50f0577815aaf205d10a4823ef2b97c9fec447d4 (diff)
downloadaur-f0ce38729201d0ba18cf5ebfd3a80f4068d292e3.tar.gz
replace git with unzip
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9b3fef7a8bd2..a7f9b69147c6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,7 @@ pkgbase = gradio
arch = i686
arch = x86_64
license = GPL3
- makedepends = git
+ makedepends = unzip
makedepends = gnome-common
makedepends = intltool
makedepends = itstool
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")