aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Moser2021-01-16 18:22:06 +0100
committerFlorian Moser2021-01-16 18:22:06 +0100
commitec72f8eb193a4fbb62d99224eebda97f7e954003 (patch)
treef87137750eb9ffb7ed2daca1608dd31851bc854a
parentc64304488d30ccb3f50ffd0f55b712cbce29237e (diff)
downloadaur-ec72f8eb193a4fbb62d99224eebda97f7e954003.tar.gz
Fix license
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rwxr-xr-xupdate.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0430cc028b48..a1c9dcc86144 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -4,7 +4,7 @@ pkgbase = local-php-security-checker
pkgrel = 1
url = https://github.com/fabpot/local-php-security-checker
arch = x86_64
- license = GNU Affero General Public License v3.0
+ license = AGPL3
source = local-php-security-checker-1.0.0::https://github.com/fabpot/local-php-security-checker/releases/download/v1.0.0/local-php-security-checker_1.0.0_linux_amd64
sha256sums = e5b12488ca78bc07c149e9352278bf10667b88a8461caac10154f9a6f5476369
diff --git a/PKGBUILD b/PKGBUILD
index 9801e6618034..76dd9c82b91c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgver=1.0.0
pkgdesc="PHP security vulnerabilities checker."
url="https://github.com/fabpot/local-php-security-checker"
arch=('x86_64')
-license=('GNU Affero General Public License v3.0')
+license=('AGPL3')
source=(
"$pkgname-$pkgver::https://github.com/fabpot/local-php-security-checker/releases/download/v${pkgver}/${pkgname}_${pkgver}_linux_amd64"
)
diff --git a/update.sh b/update.sh
index 67d61b71e630..c64c4f1c006f 100755
--- a/update.sh
+++ b/update.sh
@@ -4,7 +4,7 @@ rm -rf src
rm -rf pkg
rm -rf local-php-security-checker*
updpkgsums
-makepkg -si
+makepkg -si --noconfirm
makepkg --printsrcinfo > .SRCINFO
set +e
git add .