summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Gathoye2021-12-07 12:16:41 +0100
committerWilliam Gathoye2021-12-07 12:16:41 +0100
commit7f13644a81e56c0fc3bae33948ff26a3843bd63a (patch)
tree780095dd0202795c842e621cb2c863effa913e0a
parentd8356d129ff6bcd2324ca273fb9ea4d410804bd0 (diff)
downloadaur-7f13644a81e56c0fc3bae33948ff26a3843bd63a.tar.gz
Correct license
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 32cdb5f22875..0a881e526139 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
pkgbase = orthanc-plugin-web-viewer
pkgdesc = Web viewer of medical images plugin for Orthanc
pkgver = 2.7
- pkgrel = 1
+ pkgrel = 2
url = https://book.orthanc-server.com/plugins/webviewer.html
arch = x86_64
arch = i686
- license = GPL3
+ license = AGPL3
makedepends = boost
makedepends = cmake
makedepends = gtest
diff --git a/PKGBUILD b/PKGBUILD
index c98ead01973d..e02afa766bad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=orthanc-plugin-web-viewer
pkgver=2.7
-pkgrel=1
+pkgrel=2
pkgdesc='Web viewer of medical images plugin for Orthanc'
arch=('x86_64' 'i686')
url='https://book.orthanc-server.com/plugins/webviewer.html'
-license=('GPL3')
+license=('AGPL3')
depends=(
'orthanc'