summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2017-09-10 19:56:46 +0200
committerAlad Wenter2017-09-10 19:56:46 +0200
commit8400632db33a92e44ec5e80bb458e928a817d4d1 (patch)
treea7438b3f4d4598d74ab29fb492ab7da7a70e0ef9
parentd060e73893217fbb7be094289b28022b5a57b728 (diff)
downloadaur-8400632db33a92e44ec5e80bb458e928a817d4d1.tar.gz
aurutils: fix license array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7ee02c0b80b..e1f75e963c47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Thu Sep 7 13:55:55 UTC 2017
+# Sun Sep 10 17:56:44 UTC 2017
pkgbase = aurutils
pkgdesc = helper tools for the arch user repository
pkgver = 1.5.3
pkgrel = 3
url = https://github.com/AladW/aurutils
arch = any
- license = ISC
+ license = custom:ISC
makedepends = git
depends = pacman>=5
depends = git
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'