summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorxomachine2018-02-09 17:32:47 +0300
committerxomachine2018-02-09 17:32:47 +0300
commit811dc6290c3b38aa0c42a33c52bc64d52fc13087 (patch)
treecb15d44d224b8842da1e5eb14ef6f10362832c3a
parent01c7392027e735c5b976261b4633c0698195c765 (diff)
downloadaur-811dc6290c3b38aa0c42a33c52bc64d52fc13087.tar.gz
Removed strip option because SteamForwarder needs debuginfo to produce steam_api.dll.so
-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"