summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 02ab093d27c6..1cbae4b3d5ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-backgroundprocess
pkgver=1.5.1
-pkgrel=4
+pkgrel=5
pkgdesc="A Library to create background applications with simple, automated foreground control"
arch=('i686' 'x86_64')
url="https://github.com/Skycoder42/QtBackgroundProcess"
@@ -13,10 +13,10 @@ source=("$_pkgfqn::git+https://github.com/Skycoder42/QtBackgroundProcess.git#tag
md5sums=('SKIP')
prepare() {
+ mkdir -p build
+
cd "$_pkgfqn"
git submodule update --init --recursive
-
- mkdir -p build
}
build() {