summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPellegrino Prevete2022-07-15 19:00:00 +0000
committerPellegrino Prevete2022-07-15 19:00:00 +0000
commit1ba1f5c992649808c72fc52929a3d6f667b451e7 (patch)
tree943e70d3a672df5dbd6bc53f9a753b55c4c5beb9 /PKGBUILD
parentfa8063ed2f9e07ff3df968559eb3bfef53451892 (diff)
downloadaur-1ba1f5c992649808c72fc52929a3d6f667b451e7.tar.gz
switch to agpl3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fd6ce2ec5d6..797f7902b2d8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgver=1.42.0
pkgrel=1
pkgdesc="Tool to reassemble installed packages from its deliverd files. It comes in handy if there is no internet connection available and you have no access to an up-to-date package cache"
arch=('any')
-license=('GPL2')
+license=('AGPL3')
url="https://github.com/Edenhofer/fakepkg"
_url="https://gitlab.archlinux.org/tallero/${_pkgname}"
depends=('bash>=4.2' 'pacman' 'tar' 'gzip' 'sed' 'awk')