summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlad Wenter2017-09-10 19:56:27 +0200
committerAlad Wenter2017-09-10 19:56:27 +0200
commit7e96fdbd13d7f27966b212e347858860acbb47f2 (patch)
treed2a9d2084ed8b351a9d75c32c61c572cb6413e0b
parent84ae43a5c4b01727c277516220f30df44bd554c5 (diff)
downloadaur-7e96fdbd13d7f27966b212e347858860acbb47f2.tar.gz
aurutils-git: fix license array
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c04f04ebabcf..bdddaf149374 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
# Generated by mksrcinfo v8
-# Mon Jul 24 19:53:40 UTC 2017
+# Sun Sep 10 17:56:16 UTC 2017
pkgbase = aurutils-git
pkgdesc = helper tools for the arch user repository
pkgver = 1.5.3.r170.g19a5ed9
pkgrel = 1
url = https://github.com/AladW/aurutils
arch = any
- license = ISC
+ license = custom:ISC
checkdepends = shellcheck
makedepends = git
depends = pacman>=5.0
diff --git a/PKGBUILD b/PKGBUILD
index a701361e6a07..de9785afeae0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,3 @@
-
# Maintainer: Alad Wenter <https://github.com/AladW>
pkgname=aurutils-git
pkgver=1.5.3.r170.g19a5ed9
@@ -6,7 +5,7 @@ pkgrel=1
pkgdesc='helper tools for the arch user repository'
url='https://github.com/AladW/aurutils'
arch=('any')
-license=('ISC')
+license=('custom:ISC')
source=('git+https://github.com/AladW/aurutils')
sha256sums=('SKIP')
conflicts=('aurutils')