summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorK9002019-12-24 16:30:47 +0300
committerK9002019-12-24 16:30:47 +0300
commita7972329024c9a2c60da25544d11619184ee89f9 (patch)
tree5c8ed350c3b06a9f5bf00b693971ab3ced05d000
parent1a2a3dba96c3909f41a5110a22097b57a42c5229 (diff)
downloadaur-a7972329024c9a2c60da25544d11619184ee89f9.tar.gz
5.14.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1687b52c8041..0ccebf45fab7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = qt5-base-headless
pkgdesc = A cross-platform application and UI framework - headless build (no QtGui or QtWidgets)
- pkgver = 5.13.2
+ pkgver = 5.14.0
pkgrel = 1
url = https://www.qt.io/
arch = x86_64
@@ -29,8 +29,8 @@ pkgbase = qt5-base-headless
provides = qt5-base
conflicts = qtchooser
conflicts = qt5-base
- source = https://download.qt.io/official_releases/qt/5.13/5.13.2/submodules/qtbase-everywhere-src-5.13.2.tar.xz
- sha256sums = 26b6b686d66a7ad28eaca349e55e2894e5a735f3831e45f2049e93b1daa92121
+ source = https://download.qt.io/official_releases/qt/5.14/5.14.0/submodules/qtbase-everywhere-src-5.14.0.tar.xz
+ sha256sums = 4ef921c0f208a1624439801da8b3f4344a3793b660ce1095f2b7f5c4246b9463
pkgname = qt5-base-headless
diff --git a/PKGBUILD b/PKGBUILD
index d1cc1ffc9263..a822c702dc2c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
# Headless by: K900 <me@0upti.me>
pkgname=qt5-base-headless
-_qtver=5.13.2
+_qtver=5.14.0
pkgver=${_qtver/-/}
pkgrel=1
arch=('x86_64')
@@ -22,7 +22,7 @@ conflicts=('qtchooser' 'qt5-base')
provides=('qt5-base')
_pkgfqn="qtbase-everywhere-src-${_qtver}"
source=("https://download.qt.io/official_releases/qt/${pkgver%.*}/${_qtver}/submodules/${_pkgfqn}.tar.xz")
-sha256sums=('26b6b686d66a7ad28eaca349e55e2894e5a735f3831e45f2049e93b1daa92121')
+sha256sums=('4ef921c0f208a1624439801da8b3f4344a3793b660ce1095f2b7f5c4246b9463')
prepare() {
cd ${_pkgfqn}
@@ -68,7 +68,7 @@ build() {
-no-accessibility \
-no-freetype \
-no-harfbuzz
-
+
make
}