summaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--multimedia/videomass/videomass.SlackBuild4
-rw-r--r--multimedia/videomass/videomass.info8
2 files changed, 7 insertions, 5 deletions
diff --git a/multimedia/videomass/videomass.SlackBuild b/multimedia/videomass/videomass.SlackBuild
index e4b5aec9ee..efa21972bf 100644
--- a/multimedia/videomass/videomass.SlackBuild
+++ b/multimedia/videomass/videomass.SlackBuild
@@ -24,11 +24,13 @@
# - updated for v5.0.16
# - build method changed (python3 -m build, rather than setup.py)
+# - updated for v5.0.18
+# - Added python3-babel dependency to build MO files during build package.
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=videomass
-VERSION=${VERSION:-5.0.16}
+VERSION=${VERSION:-5.0.18}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/multimedia/videomass/videomass.info b/multimedia/videomass/videomass.info
index 800eaebd1f..3cc2de8480 100644
--- a/multimedia/videomass/videomass.info
+++ b/multimedia/videomass/videomass.info
@@ -1,10 +1,10 @@
PRGNAM="videomass"
-VERSION="5.0.16"
+VERSION="5.0.18"
HOMEPAGE="http://jeanslack.github.io/Videomass/"
-DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v5.0.16/Videomass-5.0.16.tar.gz"
-MD5SUM="8f045db9ead3e9675ab7465f494e1a1c"
+DOWNLOAD="https://github.com/jeanslack/Videomass/archive/v5.0.18/Videomass-5.0.18.tar.gz"
+MD5SUM="d7544c33598802ab762c50a7650c2a8b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="wxPython4 python3-pubsub python3-build python3-hatchling"
+REQUIRES="wxPython4 python3-pubsub python3-build python3-hatchling python3-babel"
MAINTAINER="Gianluca Pernigotto"
EMAIL="jeanlucperni@gmail.com"