summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c967341f8533..0b5176511662 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = steamforwarder-git
pkgdesc = Tool that allows interaction between windows games under wine and the linux steam. (Cutting edge experimental features)
- pkgver = r151.c0dc1f3
+ pkgver = r157.789cb0a
pkgrel = 1
url = https://github.com/xomachine/SteamForwarder
arch = x86_64
@@ -13,6 +13,7 @@ pkgbase = steamforwarder-git
depends = wine
optdepends = steamcmd
provides = steamforwarder
+ options = !strip
source = git+https://github.com/xomachine/SteamForwarder.git#branch=devel
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9f1db755cbc8..d9c7b393d477 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('steamforwarder-git')
_pkgname=SteamForwarder
pkgdesc="Tool that allows interaction between windows games under wine and the linux steam. (Cutting edge experimental features)"
-pkgver=r151.c0dc1f3
+pkgver=r157.789cb0a
pkgrel=1
arch=('x86_64' 'i686')
url="https://github.com/xomachine/SteamForwarder"
@@ -14,6 +14,7 @@ makedepends=()
provides=('steamforwarder')
source=("git+https://github.com/xomachine/SteamForwarder.git#branch=devel")
sha256sums=('SKIP')
+options=(!strip)
pkgver() {
cd "$srcdir/$_pkgname"