diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-01-01 20:33:50 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-01-02 08:59:50 +0100 |
commit | 28ca6fabe4f11e839f66810fb111ae094e9aa79c (patch) | |
tree | 33697a2299d8b0ad19669e6efd5d82a158457e43 /source/n | |
parent | c01d25f478b3333130586a203534d27eeb6fe93d (diff) | |
download | current-28ca6fabe4f11e839f66810fb111ae094e9aa79c.tar.gz |
Wed Jan 1 20:33:50 UTC 202020200101203350
Happy 2020 to the Slackware community! :-)
a/aaa_terminfo-6.1_20191228-x86_64-1.txz: Upgraded.
a/smartmontools-7.1-x86_64-1.txz: Upgraded.
ap/sudo-1.8.30-x86_64-1.txz: Upgraded.
d/python-setuptools-43.0.0-x86_64-1.txz: Upgraded.
l/boost-1.72.0-x86_64-2.txz: Rebuilt.
Recompiled against python3-3.8.1.
Patched to fix missing boost/serialization/split_member.hpp include.
This fixes the lightspark build at SBo. Thanks to orbea.
l/ffmpeg-4.2.2-x86_64-1.txz: Upgraded.
l/ncurses-6.1_20191228-x86_64-1.txz: Upgraded.
l/netpbm-10.89.00-x86_64-1.txz: Upgraded.
n/epic5-2.1.1-x86_64-4.txz: Rebuilt.
Recompiled against python3-3.8.1.
Thanks to Willy Sudiarto Raharjo for pointing this one out.
n/whois-5.5.4-x86_64-1.txz: Upgraded.
x/vulkan-sdk-1.1.130.0-x86_64-1.txz: Upgraded.
extra/pure-alsa-system/ffmpeg-4.2.2-x86_64-1_alsa.txz: Upgraded.
Diffstat (limited to 'source/n')
-rwxr-xr-x | source/n/epic5/epic5.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/n/epic5/epic5.SlackBuild b/source/n/epic5/epic5.SlackBuild index f1cb70a2..f89eb837 100755 --- a/source/n/epic5/epic5.SlackBuild +++ b/source/n/epic5/epic5.SlackBuild @@ -26,7 +26,7 @@ PKGNAM=epic5 VERSION=${VERSION:-$(echo $PKGNAM-*.tar.xz | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} EPICVER=5 HELPFILE=current -BUILD=${BUILD:-3} +BUILD=${BUILD:-4} # Default to no Ruby support, since it seems that ruby-2.7.0 is not compatible. # Patches to fix this are welcome, otherwise we'll keep an eye on upstream. |