summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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
}