summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuca Weiss2019-07-29 18:56:46 +0200
committerLuca Weiss2019-07-29 18:56:46 +0200
commitcde3bc5890214ab79bdacedd5ca3d8488696e1cd (patch)
treec35f3f483b9e5b83e7da0a33a84f1c12d2e99cd2
parent27d5a041a345177ef4fe5483a30b094b50370d04 (diff)
downloadaur-cde3bc5890214ab79bdacedd5ca3d8488696e1cd.tar.gz
upgpkg: elisa-git 0.4.0.r61.gbe00ded-1
Fix build, thanks @svalo
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 2 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1e986196bec1..137a11d93523 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,8 +5,7 @@ pkgbase = elisa-git
url = https://community.kde.org/Elisa
arch = i686
arch = x86_64
- license = GPL3
- license = custom:Qt Company GPL Exception 1.0
+ license = LGPL3
makedepends = git
makedepends = python
makedepends = extra-cmake-modules
diff --git a/PKGBUILD b/PKGBUILD
index d4c907e7ee51..38ca3e738006 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ pkgrel=1
arch=(i686 x86_64)
pkgdesc="A simple music player for KDE aiming to provide a nice experience for its users"
url="https://community.kde.org/Elisa"
-license=(GPL3 custom:"Qt Company GPL Exception 1.0")
+license=(LGPL3)
depends=(qt5-quickcontrols2 kcmutils baloo kirigami2)
makedepends=(git python extra-cmake-modules kdoctools)
provides=(elisa)
@@ -37,7 +37,4 @@ build() {
package(){
cd build
make DESTDIR="$pkgdir" install
-
- cd "$srcdir"/elisa
- install -Dm644 LICENSE.GPL3-EXCEPT "$pkgdir/usr/share/licenses/$pkgname/LICENSE.GPL3-EXCEPT"
}