summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRémi BERTHO2018-11-25 15:25:23 +0100
committerRémi BERTHO2018-11-25 15:25:23 +0100
commit0e95f0e9898fddd03d834ea972ab04b43203b115 (patch)
tree3cfc10afe8435d4d4a5009254a2df7ca0ff5e9d3
parent892040365f5833537241d8baf72c58ffc7ec00ed (diff)
downloadaur-0e95f0e9898fddd03d834ea972ab04b43203b115.tar.gz
Fixed License
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 601e5ecef5d6..9f8989b62353 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Sun Nov 25 14:24:29 UTC 2018
+# Sun Nov 25 14:25:21 UTC 2018
pkgbase = simple-panorama-viewer
pkgdesc = Simple web based panorama viewer
pkgver = 1.0.0
@@ -7,7 +7,7 @@ pkgbase = simple-panorama-viewer
url = https://www.dalan.fr
install = INSTALL
arch = any
- license = GPL
+ license = MIT
depends = python3
depends = python-pyqt5
source = https://git.berthor.eu/dalan/SimplePanoramaViewer/archive/1.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 9703284d87fe..17f474891457 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgrel=1
pkgdesc="Simple web based panorama viewer"
arch=(any)
url="https://www.dalan.fr"
-license=('GPL')
+license=('MIT')
depends=('python3' 'python-pyqt5')
install="INSTALL"
source=(https://git.berthor.eu/dalan/SimplePanoramaViewer/archive/1.0.tar.gz)