summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSkycoder422017-07-16 13:25:33 +0200
committerSkycoder422017-07-16 13:25:33 +0200
commit54e7faa08e349832b32ac7a064eb7af5f9a45b73 (patch)
treea83bdc626fbc1a35c734939547fcb7644ac99f90 /PKGBUILD
parentb4ba38473718ea1aca03626fb9df73db3e5552ce (diff)
downloadaur-54e7faa08e349832b32ac7a064eb7af5f9a45b73.tar.gz
fixed
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() {