summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorErik2022-12-29 14:33:54 +0100
committerErik2022-12-29 14:33:54 +0100
commit3adb5fcc77260b4ae7de84229a614939708e0e61 (patch)
tree7aa49a44471dd7587320913a28088bfb89cb2af4
parent112cb46c32d34e46195088171eda9e8eee84e8f2 (diff)
downloadaur-3adb5fcc77260b4ae7de84229a614939708e0e61.tar.gz
Update license to GPL3
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f783fc7476ae..f29792fd854c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,7 @@ pkgbase = openlp-git
url = http://openlp.org/
install = openlp.install
arch = any
- license = GPLv2
+ license = GPL3
makedepends = qt5-tools
makedepends = git
makedepends = python-pip
diff --git a/PKGBUILD b/PKGBUILD
index 284109b251a5..5ca18d491852 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgrel=1
pkgdesc="Church presentation software."
arch=('any')
url='http://openlp.org/'
-license=('GPLv2')
+license=('GPL3')
provides=('openlp')
conflicts=('openlp')
makedepends=('qt5-tools' 'git' 'python-pip')