diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2019-09-01 19:03:23 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2019-09-02 08:59:46 +0200 |
commit | 6fe328cf8e5085a87987583d7cc3c3261859625b (patch) | |
tree | b055a3aa8bc6e1a29c30c509dd2d083e44623918 /source/l/libogg | |
parent | bfb7494122bbe72a83747ff11d0f7497e9b50e1e (diff) | |
download | current-6fe328cf8e5085a87987583d7cc3c3261859625b.tar.gz |
Sun Sep 1 19:03:23 UTC 201920190901190323
ap/cups-2.3.0-x86_64-2.txz: Rebuilt.
Fixed manpages. Thanks to TurboBlaze.
Quit renaming/symlinking binaries for LPRng compatibility.
ap/cups-filters-1.25.4-x86_64-1.txz: Upgraded.
Compiled against qpdf-9.0.0.
ap/qpdf-9.0.0-x86_64-1.txz: Upgraded.
Shared library .so-version bump.
l/imagemagick-6.9.10_63-x86_64-1.txz: Upgraded.
l/libogg-1.3.4-x86_64-1.txz: Upgraded.
l/mozilla-nss-3.46-x86_64-1.txz: Upgraded.
Upgraded to nss-3.46 and nspr-4.22.
Diffstat (limited to 'source/l/libogg')
-rwxr-xr-x | source/l/libogg/libogg.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/l/libogg/libogg.SlackBuild b/source/l/libogg/libogg.SlackBuild index d0d23236..e6d30051 100755 --- a/source/l/libogg/libogg.SlackBuild +++ b/source/l/libogg/libogg.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=libogg VERSION=${VERSION:-$(echo libogg-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-1} # Automatically determine the architecture we're building on: if [ -z "$ARCH" ]; then |