git » qt5-svg.git » commit a1a3324

Qt 5.10.0

author Antonio Rojas
2017-12-07 11:14:45 UTC
committer Antonio Rojas
2017-12-07 11:14:45 UTC
parent 0408a28c7a1c6b0bc033354d45c7e3eb8199cdd1

Qt 5.10.0

PKGBUILD +3 -4

diff --git a/PKGBUILD b/PKGBUILD
index b9d8120..77b78a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
 
 pkgname=qt5-svg
-_qtver=5.9.3
+_qtver=5.10.0
 pkgver=${_qtver/-/}
 pkgrel=1
 arch=('x86_64')
@@ -11,11 +11,10 @@ url='http://qt-project.org/'
 license=('GPL3' 'LGPL3' 'FDL' 'custom')
 pkgdesc='Classes for displaying the contents of SVG files'
 depends=('qt5-base')
-makedepends=()
 groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}"
+_pkgfqn="${pkgname/5-/}-everywhere-src-${_qtver}"
 source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('df6628a60c8fbbcff99e6a24955c29494268d741509a3367a2294031ab4f5df2')
+sha256sums=('4a2aa7cae70a3156846655422b9ed884d8b08b3707b95858e49c7cf9afe5e7b0')
 
 prepare() {
   mkdir -p build