summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNattgew2017-11-04 10:44:29 -0700
committerNattgew2017-11-04 10:44:37 -0700
commite71c2d41b03feb8921ddfa633f85a28b8c63c090 (patch)
tree2f3c0a5a8c91aee250b35f5db47a4b0ca8e49b37
parentdfae2f0dae9393b274e986b8a9c1a90ecc641249 (diff)
downloadaur-e71c2d41b03feb8921ddfa633f85a28b8c63c090.tar.gz
Fix depends
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD2
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 849a57a84d12..c570731333a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,10 @@ pkgbase = gnome-shell-extension-bitcoin-markets-git
url = https://github.com/OttoAllmendinger/gnome-shell-bitcoin-markets/
arch = any
license = MIT
- makedepends = git zip unzip gjs
+ makedepends = git
+ makedepends = zip
+ makedepends = unzip
+ makedepends = gjs
depends = gnome-shell
source = gnome-shell-extension-bitcoin-markets-git::git://github.com/OttoAllmendinger/gnome-shell-bitcoin-markets.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index dc97233fde5b..851d7e82a722 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=(any)
url='https://github.com/OttoAllmendinger/gnome-shell-bitcoin-markets/'
license=(MIT)
depends=('gnome-shell')
-makedepends=('git zip unzip gjs')
+makedepends=('git' 'zip' 'unzip' 'gjs')
source=("$pkgname::git://github.com/OttoAllmendinger/gnome-shell-bitcoin-markets.git")
md5sums=('SKIP')