diff options
-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 668e6efc63464..10a0e65e2db53 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 681409fab497b..a1bdb32591e99 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="" |