summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoralextee2018-11-18 02:25:48 +0000
committeralextee2018-11-18 02:25:48 +0000
commit25c2918e050bde0dea0815e1efe5b1eed8146ea2 (patch)
treede352bb91a925e7e8a94c22139e7208d2d2a7643 /PKGBUILD
parent822972525c90f9c6024c2c615ea3f5e6ea595bed (diff)
downloadaur-25c2918e050bde0dea0815e1efe5b1eed8146ea2.tar.gz
add coreutils makedependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6e0d3bcc95d6..726c902592b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ arch=('x86_64')
url="https://gitlab.com/alextee/zrythm"
license=('GPL')
depends=('gtk3' 'lilv-git' 'suil-git' 'jack2' 'libsndfile' 'libsmf')
-makedepends=('git')
+makedepends=('git' 'coreutils')
source=("$pkgname-$pkgver::git+https://gitlab.com/alextee/zrythm.git")
md5sums=('SKIP')