diff options
author | Vijay Marcel <vijaymarcel@outlook.com> | 2024-11-23 07:08:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-11-23 07:55:53 +0700 |
commit | 5169aeead977434c93559fad9ccc646718cdd4b1 (patch) | |
tree | ca59fb70a0760443a4ba635a1346f436444776a1 | |
parent | 6272d8e7b565c23986363f096f7767b9995ac9cc (diff) |
python/python3-marisa-trie: Updated for version 1.2.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/python3-marisa-trie/python3-marisa-trie.SlackBuild | 4 | ||||
-rw-r--r-- | python/python3-marisa-trie/python3-marisa-trie.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/python3-marisa-trie/python3-marisa-trie.SlackBuild b/python/python3-marisa-trie/python3-marisa-trie.SlackBuild index 4c3e1d9b5271e..5b685aefc1a7b 100644 --- a/python/python3-marisa-trie/python3-marisa-trie.SlackBuild +++ b/python/python3-marisa-trie/python3-marisa-trie.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-marisa-trie -VERSION=${VERSION:-1.2.0} +VERSION=${VERSION:-1.2.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -96,4 +96,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE +/sbin/makepkg -l y -c n --remove-rpaths --remove-tmp-rpaths $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE diff --git a/python/python3-marisa-trie/python3-marisa-trie.info b/python/python3-marisa-trie/python3-marisa-trie.info index 6da9286ac5f6d..fe69056dd3ad2 100644 --- a/python/python3-marisa-trie/python3-marisa-trie.info +++ b/python/python3-marisa-trie/python3-marisa-trie.info @@ -1,8 +1,8 @@ PRGNAM="python3-marisa-trie" -VERSION="1.2.0" +VERSION="1.2.1" HOMEPAGE="https://github.com/pytries/marisa-trie" -DOWNLOAD="https://pypi.io/packages/source/m/marisa-trie/marisa_trie-1.2.0.tar.gz" -MD5SUM="fb1f3a97d74279a0f4417460ba840589" +DOWNLOAD="https://pypi.io/packages/source/m/marisa-trie/marisa_trie-1.2.1.tar.gz" +MD5SUM="b58edf269e2797a28b851c05f20cef20" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |