summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlad Wenter2017-09-10 19:56:46 +0200
committerAlad Wenter2017-09-10 19:56:46 +0200
commit8400632db33a92e44ec5e80bb458e928a817d4d1 (patch)
treea7438b3f4d4598d74ab29fb492ab7da7a70e0ef9 /PKGBUILD
parentd060e73893217fbb7be094289b28022b5a57b728 (diff)
downloadaur-8400632db33a92e44ec5e80bb458e928a817d4d1.tar.gz
aurutils: fix license array
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53b2f6bc8815..2d7e114f3dd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgrel=3
pkgdesc='helper tools for the arch user repository'
arch=('any')
url='https://github.com/AladW/aurutils'
-license=('ISC')
+license=('custom:ISC')
depends=('pacman>=5' 'git' 'jq' 'pacutils>=0.4')
makedepends=('git')
optdepends=('devtools: systemd-nspawn support'