[arch-commits] Commit in qt5-enginio/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sun Mar 27 20:51:53 UTC 2016
Date: Sunday, March 27, 2016 @ 22:51:53
Author: arojas
Revision: 263184
Use actual 1.6.0 tarball (FS#48715)
Modified:
qt5-enginio/trunk/PKGBUILD
----------+
PKGBUILD | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-03-27 19:58:37 UTC (rev 263183)
+++ PKGBUILD 2016-03-27 20:51:53 UTC (rev 263184)
@@ -4,8 +4,9 @@
pkgname=qt5-enginio
_qtver=5.6.0
+_enginiover=1.6.0
pkgver=${_qtver/-/}
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -15,9 +16,9 @@
optdepends=('qt5-declarative: QML bindings')
conflicts=('qt')
groups=('qt' 'qt5')
-_pkgfqn="${pkgname/5-/}-opensource-src-1.6.0-rc"
+_pkgfqn="${pkgname/5-/}-opensource-src-${_enginiover}"
source=("http://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-md5sums=('ae114149111e9a1090c1731b5f9699e7')
+md5sums=('67362f39eca4316905f86cbba653309b')
prepare() {
mkdir -p build
More information about the arch-commits
mailing list