From 8400632db33a92e44ec5e80bb458e928a817d4d1 Mon Sep 17 00:00:00 2001 From: Alad Wenter Date: Sun, 10 Sep 2017 19:56:46 +0200 Subject: [PATCH] aurutils: fix license array --- .SRCINFO | 4 ++-- PKGBUILD | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index b7ee02c..e1f75e9 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 53b2f6b..2d7e114 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'