summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkycoder422017-07-16 13:17:11 +0200
committerSkycoder422017-07-16 13:17:11 +0200
commitb4ba38473718ea1aca03626fb9df73db3e5552ce (patch)
tree2acd7efe87b062bea05158151358f118298e4910
parent0392d68007fb30f30d0489972c08be8224ea8888 (diff)
downloadaur-b4ba38473718ea1aca03626fb9df73db3e5552ce.tar.gz
modify to run like official builds
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4d7e6d9b87c2..ebce8ce4f29e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = qt5-backgroundprocess
pkgdesc = A Library to create background applications with simple, automated foreground control
pkgver = 1.5.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/Skycoder42/QtBackgroundProcess
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 3ca06b1ed0dd..02ab093d27c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Felix Barz <skycoder42.de@gmx.de>
pkgname=qt5-backgroundprocess
pkgver=1.5.1
-pkgrel=3
+pkgrel=4
pkgdesc="A Library to create background applications with simple, automated foreground control"
arch=('i686' 'x86_64')
url="https://github.com/Skycoder42/QtBackgroundProcess"
@@ -13,6 +13,9 @@ source=("$_pkgfqn::git+https://github.com/Skycoder42/QtBackgroundProcess.git#tag
md5sums=('SKIP')
prepare() {
+ cd "$_pkgfqn"
+ git submodule update --init --recursive
+
mkdir -p build
}