summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorViktor Drobot2020-05-10 20:54:30 +0300
committerViktor Drobot2020-05-10 20:54:30 +0300
commitb189769df72c9683728d76768408fe150697754e (patch)
treead4a2af18fc2a4bffe48aa8b644319d5ddcc9ea3
parent0dcdd2678a40cf0de887a9f64daa92c4750417ce (diff)
downloadaur-b189769df72c9683728d76768408fe150697754e.tar.gz
Fix endianness
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9da0cd5ec4dc..a75bd7d6d71e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qt4
pkgdesc = A cross-platform application and UI framework
pkgver = 4.8.7
- pkgrel = 31
+ pkgrel = 32
url = https://www.qt.io
arch = x86_64
license = GPL3
diff --git a/PKGBUILD b/PKGBUILD
index f7638273e30a..557a02ea47e5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=qt4
pkgver=4.8.7
-pkgrel=31
+pkgrel=32
arch=('x86_64')
url='https://www.qt.io'
license=('GPL3' 'LGPL' 'FDL' 'custom')
@@ -149,7 +149,8 @@ build() {
-optimized-qmake \
-no-reduce-relocations \
-dbus-linked \
- -no-openvg
+ -no-openvg \
+ -little-endian -host-little-endian
make
}