summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorschaap1372017-03-03 13:28:05 +0100
committerschaap1372017-03-03 13:28:05 +0100
commit5a9cdef82ce692870a26f05d4a7cf9dd5b78ed3e (patch)
tree2d7dff630cec341a41e1d15eddfcc29641f26646 /PKGBUILD
parent8d5628adf39fd8c5648bc82c5528986f4f390721 (diff)
downloadaur-5a9cdef82ce692870a26f05d4a7cf9dd5b78ed3e.tar.gz
add findutils to makedepends(), sort makedepends() entries alphabetically
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 76abd7ceca94..d24aec3f055e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: schaap137 <dojo86@gmail.com>
pkgname=chugins-git
pkgver=1.3.5.2.r86.g9ed524f
-pkgrel=4
+pkgrel=5
pkgdesc="Repository for ChuGins (to use with chuck)"
arch=('i686' 'x86_64')
url="https://github.com/ccrma/chugins"
license=('GPL')
depends=('chuck')
-makedepends=('git' 'cpio')
+makedepends=('cpio' 'findutils' 'git')
source=("$pkgname"::"git://github.com/ccrma/chugins.git")
sha256sums=('SKIP')