diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2018-10-01 15:52:34 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-10-06 07:25:16 +0700 |
commit | bd6c9fe1788b69d5a6c7a5b14db283f2ad0aa61d (patch) | |
tree | 93bffac1860cee495e7c742080cd13c3754f5579 /system | |
parent | 6f279e0355fd876427acde1a86c4c9d3810cb41f (diff) | |
download | slackbuilds-bd6c9fe1788b69d5a6c7a5b14db283f2ad0aa61d.tar.gz |
system/wine-staging: Updated for version 3.17.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/wine-staging/wine-staging.SlackBuild | 8 | ||||
-rw-r--r-- | system/wine-staging/wine-staging.info | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/system/wine-staging/wine-staging.SlackBuild b/system/wine-staging/wine-staging.SlackBuild index 668e6efc63..10a0e65e2d 100644 --- a/system/wine-staging/wine-staging.SlackBuild +++ b/system/wine-staging/wine-staging.SlackBuild @@ -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 diff --git a/system/wine-staging/wine-staging.info b/system/wine-staging/wine-staging.info index 681409fab4..a1bdb32591 100644 --- a/system/wine-staging/wine-staging.info +++ b/system/wine-staging/wine-staging.info @@ -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="" |