summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxomachine2018-02-09 02:07:06 +0300
committerxomachine2018-02-09 02:07:06 +0300
commit01c7392027e735c5b976261b4633c0698195c765 (patch)
treec40e09590f358de472c19240a6eb3e2debf7c1fe
parent3e0ec3681c256c1b1d084ad546ddfe8b6e93e46a (diff)
downloadaur-01c7392027e735c5b976261b4633c0698195c765.tar.gz
Fixed parallel build and removed unneeded epoch variable
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 97b2cc08048d..c967341f8533 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,7 @@
pkgbase = steamforwarder-git
pkgdesc = Tool that allows interaction between windows games under wine and the linux steam. (Cutting edge experimental features)
- pkgver = r141.92e25ce
+ pkgver = r151.c0dc1f3
pkgrel = 1
- epoch = 1
url = https://github.com/xomachine/SteamForwarder
arch = x86_64
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 7c09f0ac50c7..9f1db755cbc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,9 +3,8 @@
pkgname=('steamforwarder-git')
_pkgname=SteamForwarder
pkgdesc="Tool that allows interaction between windows games under wine and the linux steam. (Cutting edge experimental features)"
-pkgver=r141.92e25ce
+pkgver=r151.c0dc1f3
pkgrel=1
-epoch=1
arch=('x86_64' 'i686')
url="https://github.com/xomachine/SteamForwarder"
license=('MIT')
@@ -26,7 +25,7 @@ pkgver() {
build() {
cd "$srcdir/${_pkgname}"
- make tools
+ make -j1 tools
# Touch required to avoid signatures.txt rebuilding when make install
touch signatures.txt
}