summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2019-07-28 22:57:34 +0200
committerhaawda2019-07-28 22:57:34 +0200
commit299f5c35e23308e22a98453333859f235d092c1c (patch)
tree3239327d38377312334b08ace95a24f18f344b75
parentd3c666664af2ba4d331f6dda969b315acb5eea3f (diff)
downloadaur-299f5c35e23308e22a98453333859f235d092c1c.tar.gz
fix license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bee8e53071b9..a345eb78dd99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,10 @@
pkgbase = artanis
pkgdesc = A fast monolithic web-framework of Scheme
pkgver = 0.3.2
- pkgrel = 1
+ pkgrel = 2
url = http://web-artanis.com/
arch = x86_64
- license = GPL
+ license = LGPL
depends = guile
options = !strip
source = http://ftp.gnu.org/gnu/artanis/artanis-0.3.2.tar.bz2
diff --git a/PKGBUILD b/PKGBUILD
index ed1d6d042ad3..2ac89c4cd8d6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=artanis
pkgver=0.3.2
-pkgrel=1
+pkgrel=2
pkgdesc="A fast monolithic web-framework of Scheme"
url="http://web-artanis.com/"
depends=('guile')
arch=('x86_64')
-license=('GPL')
+license=('LGPL')
source=("http://ftp.gnu.org/gnu/$pkgname/$pkgname-${pkgver}.tar.bz2"{,.sig})
sha256sums=('6a680bbf1e07dd69a3b84dcef6c3f904d5e178f1570930cdf28763a95b69767a'
'SKIP')