summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPopolon2024-02-15 22:24:11 +0100
committerPopolon2024-02-15 22:24:11 +0100
commitcd4bfc336701feda59fcea65ade6b6f3b05f8a02 (patch)
treeda12797a8d8890e084c1220da444925fef8db9ff /PKGBUILD
parentbb521dc1827ad8846f9ba64da2e65095673424b6 (diff)
downloadaur-cd4bfc336701feda59fcea65ade6b6f3b05f8a02.tar.gz
add python-setuptools as make dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b6fc176f8fe4..9ac0d22819d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname='videomass'
pkgver='5.0.4'
-pkgrel=2
+pkgrel=3
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')
@@ -8,7 +8,7 @@ optdepends=(
'atomicparsley: For parsing MP4 metadata'
'yt-dlp: Modernified version of youtube-dl, for extracting videos'
)
-makedepends=('python-build' 'python-installer' 'python-wheel')
+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")