summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Yang2016-08-23 18:43:22 +0800
committerMichael Yang2016-08-23 18:43:22 +0800
commitd70d808e56708b218787b874382b6045916745e5 (patch)
tree600d8e669295327629be7a833b983479a907a038
parent8141fc7c710e33780f0d2a2e130886ec3efedff0 (diff)
downloadaur-d70d808e56708b218787b874382b6045916745e5.tar.gz
Update
-rw-r--r--.SRCINFO4
-rwxr-xr-xPKGBUILD12
2 files changed, 3 insertions, 13 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3b28340723e1..cda9c9cccd25 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Jul 16 13:12:53 UTC 2016
+# Tue Aug 23 10:43:03 UTC 2016
pkgbase = qmlfmt-git
pkgdesc = Command line application that formats QML files
- pkgver = 0.1.0.r7.58bf170
+ pkgver = 0.1.0.r12.e0f7ec7
pkgrel = 1
url = https://github.com/jesperhh/qmlfmt
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 6438a28dd1f4..37cf22aaa3d3 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Michael Yang <ohmyarchlinux@gmail.com>
pkgname=qmlfmt-git
-pkgver=0.1.0.r7.58bf170
+pkgver=0.1.0.r12.e0f7ec7
pkgrel=1
pkgdesc="Command line application that formats QML files"
arch=('i686' 'x86_64')
@@ -24,16 +24,6 @@ prepare() {
}
build() {
- sed qmlfmt/QtCreator/QtCreator.cmake -i \
- -e 's/http/https/' \
- -e 's/3.3/4.0/' \
- -e 's/3.3.0/4.0.3/g' \
- -e 's/$<CONFIG>/RELEASE/g' \
- -e '8aPATCH_COMMAND sed -i -e "s# QTC_REL_TOOLS_PATH##" src/libs/utils/consoleprocess_unix.cpp'
- sed qmlfmt/QtCreator/CMakeLists.txt -i \
- -e '14afind_package(Qt5Qml REQUIRED)' \
- -e 's/:Concurrent/:Concurrent Qt5::Qml/'
- sed -i '11a#include <qmljs/parser/qmljsengine_p.h>' qmlfmt/qmlfmt.cpp
cd build
cmake ../qmlfmt \
-DCMAKE_BUILD_TYPE=Release \