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 | d57620f8e9056c14aa165ac4ccadfc9e6f99ee85 |
PKGBUILD | +2 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 94c7762..a515ea6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=qt5-websockets -_qtver=5.6.1 +_qtver=5.7.0 pkgver=${_qtver/-/} pkgrel=1 arch=('i686' 'x86_64') @@ -13,11 +13,10 @@ pkgdesc='Provides WebSocket communication compliant with RFC 6455' depends=('qt5-base') makedepends=('qt5-declarative') optdepends=('qt5-declarative: QML bindings') -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=('338c3aaf50c174949e3f262ce0c95ff2') +md5sums=('54fc9157eeebd2af87f1da494d8fec1e') prepare() { mkdir -p build