summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')