summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatsu Kagami2018-12-07 00:26:20 -0500
committerNatsu Kagami2018-12-07 00:26:20 -0500
commite31467e143547a6af123902d0a1b55154500e73c (patch)
treeca4da7c25c48a8d27f162cab744efd9faa28656b
parent88b6eaf20249ba2063923bedeaa4d7ccad3a8b77 (diff)
downloadaur-e31467e143547a6af123902d0a1b55154500e73c.tar.gz
go and git are makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba91cd04fed5..692d1a6dffdd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,8 +4,8 @@ pkgver = 0.2.0
pkgrel = 1
url = https://github.com/natsukagami/mpd-mpris
arch = any
-depends = go>=1.9
-depends = git
+makedepends = go>=1.9
+makedepends = git
source = https://github.com/natsukagami/mpd-mpris/archive/v0.2.0.tar.gz
sha256sums = df27a14eb754e236d0bea6ae21995366
diff --git a/PKGBUILD b/PKGBUILD
index 2d80502e61aa..2c1e7eecf7ba 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
pkgdesc='An implementation of the MPRIS protocol for MPD.'
arch=('any')
url='https://github.com/natsukagami/mpd-mpris'
-depends=('go>=1.9' 'git')
+makedepends=('go>=1.9' 'git')
source=("https://github.com/natsukagami/mpd-mpris/archive/v$pkgver.tar.gz")
md5sums=('df27a14eb754e236d0bea6ae21995366')