summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorThor772020-03-11 14:08:02 +0100
committerThor772020-03-11 14:08:02 +0100
commit239bcd10920cbf2ec1c8315d8cd5f01cef3b2713 (patch)
tree978d24246be80b401bf129a305c85e76d018b9d6
parentfb17307ac58e3d99a73e20d8ae3d37f22ced005a (diff)
downloadaur-239bcd10920cbf2ec1c8315d8cd5f01cef3b2713.tar.gz
Update license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55c6b889539b..ef9c70270f4e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = linx-server
pkgdesc = Self-hosted file/code/media sharing website
pkgver = 2.2.2
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/andreimarcu/linx-server
install = linx-server.install
arch = i686
arch = x86_64
arch = arm
- license = GPL
+ license = GPL3
noextract = linx-server
options = !strip
backup = etc/webapps/linx-server/config.ini
diff --git a/PKGBUILD b/PKGBUILD
index 24b1fe0cd78c..768177ee7edb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,11 +3,11 @@
pkgname=linx-server
pkgver=2.2.2
-pkgrel=1
+pkgrel=2
pkgdesc='Self-hosted file/code/media sharing website '
arch=('i686' 'x86_64' 'arm')
url='https://github.com/andreimarcu/linx-server'
-license=('GPL')
+license=('GPL3')
install=linx-server.install
options=('!strip')
noextract=('linx-server')