author | Antonio Rojas
<arojas@archlinux.org> 2016-06-16 18:12:53 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2016-06-16 18:12:53 UTC |
parent | 43ec6ab7ab0c31e1e0e4e9297e229276ddc80a6b |
PKGBUILD | +2 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index b1e4610..b652348 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=qt5-graphicaleffects -_qtver=5.6.1 +_qtver=5.7.0 pkgver=${_qtver/-/} pkgrel=1 arch=('i686' 'x86_64') @@ -12,11 +12,10 @@ license=('GPL3' 'LGPL' 'FDL' 'custom') pkgdesc='Graphical effects for use with Qt Quick 2' depends=('qt5-declarative') makedepends=() -conflicts=('qt') groups=('qt' 'qt5') _pkgfqn="${pkgname/5-/}-opensource-src-${_qtver}" source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz") -md5sums=('e4f164b3df516d07bc8e7534a5c72b3d') +md5sums=('f26b0de5cdbb76ae49faca226628fe65') prepare() { mkdir -p build