summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPopolon2024-03-26 10:23:16 +0100
committerPopolon2024-03-26 10:23:16 +0100
commit7c9094425306df3dad6d0527d9c9e2df5a1904e0 (patch)
tree05f5dfc6cc4d68a12a808e4f9c75168b39986df3 /PKGBUILD
parentcd4bfc336701feda59fcea65ade6b6f3b05f8a02 (diff)
downloadaur-videomass.tar.gz
upgrade to 5.0.6
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 5 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9ac0d22819d4..696e16bb7b8b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,8 @@
+# Maintainer: Popolon <popolon @ popolon.org >
+
pkgname='videomass'
-pkgver='5.0.4'
-pkgrel=3
+pkgver='5.0.6'
+pkgrel=1
pkgdesc="A cross-platform GUI for FFmpeg and youtube-dl or yt-dlp"
url="http://jeanslack.github.io/Videomass/"
depends=('python' 'python-wxpython' 'python-pypubsub' 'python-requests' 'ffmpeg')
@@ -12,7 +14,7 @@ makedepends=('python-setuptools' 'python-build' 'python-installer' 'python-wheel
license=('GPL-3.0-only')
arch=('any')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('26dbf5b8bfd7c82f2038aed5c83b001c9685bd7821f3030ea759465808e8f2c8')
+sha256sums=('83eac6f37e75c08fc822e7348e4b27bc7432a2daacbfbf523d3aec45ee6daec5')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"