system/wine-staging: Updated for version 3.17.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2018-10-01 15:52:34 +01:00 committed by Willy Sudiarto Raharjo
parent 6f279e0355
commit bd6c9fe178
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 10 additions and 8 deletions

View file

@ -30,7 +30,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=wine-staging
VERSION=${VERSION:-3.16}
VERSION=${VERSION:-3.17}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -158,10 +158,12 @@ if [ -n "$WIN64" ]; then
--disable-tests \
--build=$BUILD_ARCH
#NUMJOBS=${NUMJOBS:-"-s -j6 -l7"}
#make $NUMJOBS depend || exit 1
#make $NUMJOBS || exit 1
make depend
make
#NUMJOBS=${NUMJOBS:-"-s -j6 -l7"}
#make $NUMJOBS || exit 1
make install DESTDIR=$PKG
cd ..
fi

View file

@ -1,10 +1,10 @@
PRGNAM="wine-staging"
VERSION="3.16"
VERSION="3.17"
HOMEPAGE="https://wiki.winehq.org/Wine-Staging"
DOWNLOAD="https://dl.winehq.org/wine/source/3.x/wine-3.16.tar.xz \
https://github.com/wine-staging/wine-staging/archive/v3.16/wine-staging-3.16.tar.gz"
MD5SUM="cee2fe3cd14368b32285d2a0d719f015 \
a0055275be492848c948e8a5250e4274"
DOWNLOAD="https://dl.winehq.org/wine/source/3.x/wine-3.17.tar.xz \
https://github.com/wine-staging/wine-staging/archive/v3.17/wine-staging-3.17.tar.gz"
MD5SUM="1b852a6e0e047525be75660914b3136b \
01f1aac33baee919616b7d456915f42c"
DOWNLOAD_x86_64="UNSUPPORTED"
MD5SUM_x86_64=""
REQUIRES=""