aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2019-04-10 17:27:15 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2019-04-10 18:18:37 +0200
commit88047408f33db30a652009de650deb84d63c29b6 (patch)
tree1bdddad4cbde1e45502b5b44b9c0523226b7093e
parentea43cc416891f052c626eae2842c4148f9f97019 (diff)
downloadaports-88047408f33db30a652009de650deb84d63c29b6.tar.bz2
aports-88047408f33db30a652009de650deb84d63c29b6.tar.xz
community/arch-install-scripts: clarify license
Tarball contains a GPL-2.0 license file (COPYING) but neither the README nor the source files contain an (or later) clause.
-rw-r--r--community/arch-install-scripts/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/arch-install-scripts/APKBUILD b/community/arch-install-scripts/APKBUILD
index a90c7bf0ea..e5be6bf251 100644
--- a/community/arch-install-scripts/APKBUILD
+++ b/community/arch-install-scripts/APKBUILD
@@ -3,11 +3,11 @@
pkgname=arch-install-scripts
pkgver=20
-pkgrel=0
+pkgrel=1
pkgdesc='Scripts to aid in installing Arch Linux'
arch=noarch
url='https://projects.archlinux.org/arch-install-scripts.git'
-license='GPL'
+license='GPL-2.0-only'
depends='bash coreutils pacman util-linux'
makedepends='m4'
source="https://git.archlinux.org/arch-install-scripts.git/snapshot/arch-install-scripts-$pkgver.tar.gz"