summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20aeda5d3e2d..c52d80b05eb9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = qt5-svg-git
pkgdesc = Classes for displaying the contents of SVG files
pkgver = 5.12.1.r11.g2ae3c52
- pkgrel = 1
+ pkgrel = 2
url = https://www.qt.io/
arch = i686
arch = x86_64
+ license = FDL
license = GPL
license = LGPL
- license = FDL
license = custom
makedepends = git
depends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 299a39d8c217..5dc2f68c6b0e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,11 +6,11 @@
pkgname=qt5-svg-git
pkgver=5.12.1.r11.g2ae3c52
-pkgrel=1
+pkgrel=2
pkgdesc="Classes for displaying the contents of SVG files"
arch=('i686' 'x86_64')
url="https://www.qt.io/"
-license=('GPL' 'LGPL' 'FDL' 'custom')
+license=('FDL' 'GPL' 'LGPL' 'custom')
depends=('qt5-base')
makedepends=('git')
provides=('qt5-svg')
@@ -51,6 +51,5 @@ package() {
-exec sed -i -e '/^QMAKE_PRL_BUILD_DIR/d' {} \;
cd "$srcdir/qtsvg"
- install -Dm644 "LICENSE.FDL" "$pkgdir/usr/share/licenses/qt5-svg/LICENSE.FDL"
install -Dm644 "LICENSE.GPL3-EXCEPT" "$pkgdir/usr/share/licenses/qt5-svg/LICENSE.GPL3-EXCEPT"
}