aurutils: fix license array
This commit is contained in:
parent
d060e73893
commit
8400632db3
2 changed files with 3 additions and 3 deletions
4
.SRCINFO
4
.SRCINFO
|
@ -1,12 +1,12 @@
|
||||||
# Generated by mksrcinfo v8
|
# Generated by mksrcinfo v8
|
||||||
# Thu Sep 7 13:55:55 UTC 2017
|
# Sun Sep 10 17:56:44 UTC 2017
|
||||||
pkgbase = aurutils
|
pkgbase = aurutils
|
||||||
pkgdesc = helper tools for the arch user repository
|
pkgdesc = helper tools for the arch user repository
|
||||||
pkgver = 1.5.3
|
pkgver = 1.5.3
|
||||||
pkgrel = 3
|
pkgrel = 3
|
||||||
url = https://github.com/AladW/aurutils
|
url = https://github.com/AladW/aurutils
|
||||||
arch = any
|
arch = any
|
||||||
license = ISC
|
license = custom:ISC
|
||||||
makedepends = git
|
makedepends = git
|
||||||
depends = pacman>=5
|
depends = pacman>=5
|
||||||
depends = git
|
depends = git
|
||||||
|
|
2
PKGBUILD
2
PKGBUILD
|
@ -5,7 +5,7 @@ pkgrel=3
|
||||||
pkgdesc='helper tools for the arch user repository'
|
pkgdesc='helper tools for the arch user repository'
|
||||||
arch=('any')
|
arch=('any')
|
||||||
url='https://github.com/AladW/aurutils'
|
url='https://github.com/AladW/aurutils'
|
||||||
license=('ISC')
|
license=('custom:ISC')
|
||||||
depends=('pacman>=5' 'git' 'jq' 'pacutils>=0.4')
|
depends=('pacman>=5' 'git' 'jq' 'pacutils>=0.4')
|
||||||
makedepends=('git')
|
makedepends=('git')
|
||||||
optdepends=('devtools: systemd-nspawn support'
|
optdepends=('devtools: systemd-nspawn support'
|
||||||
|
|
Loading…
Reference in a new issue