summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorrespiranto2016-01-07 18:59:55 +0100
committerrespiranto2016-01-07 18:59:55 +0100
commit7113a3b9026e7e3f778f9b37fe637cb39a961b7a (patch)
tree73a0e63907fccb4df402c561adb74593baef1943 /PKGBUILD
parent8cb574fc1371afd4f24532e0c589070e9819889f (diff)
downloadaur-7113a3b9026e7e3f778f9b37fe637cb39a961b7a.tar.gz
Fixed license argument (AGPL -> AGPL3)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9fe921610d94..cae1c07408d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,11 +1,11 @@
# Author: Einhard Leichtfuß <respiranto@icloud.com>
pkgname=ctct
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="a simple console contact manager"
arch=('any')
url="https://respiranto.de/bash"
-license=('AGPL')
+license=('AGPL3')
backup=('etc/ctct/config.sh')
source=("https://respiranto.de/bash/${pkgname}_v$pkgver.tar.xz")
md5sums=('e5202502c42b6e1f11cba4b37ac8ea1d')