summaryrefslogtreecommitdiffstats
path: root/protobuf
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-10-27 15:37:25 +0000
committer Eric Hameleers <alien@slackware.com>2020-10-27 15:37:25 +0000
commit1c3669b4fb09a6b45a239e798ae05a1bc0efeb94 (patch)
tree14e0a36a645059a47eea8e52361b063c11cd8e93 /protobuf
parent28773a2546fcb342c198bb68e3f87dfc1492542f (diff)
downloadasb-1c3669b4fb09a6b45a239e798ae05a1bc0efeb94.tar.gz
asb-1c3669b4fb09a6b45a239e798ae05a1bc0efeb94.tar.xz
protobuf: update to 3.13.0
Diffstat (limited to 'protobuf')
-rwxr-xr-xprotobuf/build/protobuf.SlackBuild11
1 files changed, 6 insertions, 5 deletions
diff --git a/protobuf/build/protobuf.SlackBuild b/protobuf/build/protobuf.SlackBuild
index e6b543df..2abba8ce 100755
--- a/protobuf/build/protobuf.SlackBuild
+++ b/protobuf/build/protobuf.SlackBuild
@@ -28,22 +28,23 @@
# For: protobuf
# Descr: Google's data interchange format
# URL: https://developers.google.com/protocol-buffers/
-# Build needs: pysetuptools
# Needs:
# Changelog:
# 2.5.0-1: 24/Mar/2014 by Eric Hameleers <alien@slackware.com>
# * Initial build.
# 3.12.3-1: 29/jun/2020 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 3.13.0-1: 25/oct/2020 by Eric Hameleers <alien@slackware.com>
+# * Update. Python setuptools are part of Slackware.
#
# Run 'sh protobuf.SlackBuild' to build a Slackware package.
-# The package (.tgz) and .txt file as well as build logs are created in /tmp .
+# The package (.txz) and .txt file as well as build logs are created in /tmp .
# Install it using 'installpkg'.
#
# -----------------------------------------------------------------------------
PRGNAM=protobuf
-VERSION=${VERSION:-3.12.3}
+VERSION=${VERSION:-3.13.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -208,9 +209,9 @@ cat $SRCDIR/slack-required > $PKG/install/slack-required
# Build the package:
cd $PKG
-makepkg --linkadd y --chown n $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-tgz} 2>&1 | tee $OUTPUT/makepkg-${PRGNAM}.log
+makepkg --linkadd y --chown n $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-txz} 2>&1 | tee $OUTPUT/makepkg-${PRGNAM}.log
cd $OUTPUT
-md5sum ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-tgz} > ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-tgz}.md5
+md5sum ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-txz} > ${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.${PKGTYPE:-txz}.md5
cd -
cat $PKG/install/slack-desc | grep "^${PRGNAM}" > $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.txt
cat $PKG/install/slack-required > $OUTPUT/${PRGNAM}-${VERSION}-${ARCH}-${BUILD}${TAG}.dep