summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorknedl1k2023-11-01 13:13:01 +0100
committerknedl1k2023-11-01 13:13:01 +0100
commit3728223e840dd38ec887cee35db26788e7184dd2 (patch)
treec49076d2f3b88f4e2d6e5d690fb922023252ba51 /PKGBUILD
parentd32f01da5b4e994028d85101f211540d215e9ba9 (diff)
downloadaur-ykdl.tar.gz
bumped version to 1.8.2, added dependencies
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ad03c7fc942b..3cdf7463073d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,19 +1,20 @@
-# Maintainer: Bruce Zhang
+# Maintainer: knedl1k <knedl1k At tuta Dot io>
+# Contributor: Bruce Zhang
pkgname=ykdl
-pkgver=1.7.2
+pkgver=1.8.2
pkgrel=1
pkgdesc="a video downloader focus on China mainland video sites."
arch=('any')
url="https://github.com/SeaHOH/ykdl"
license=('MIT')
-depends=('python' 'python-m3u8')
+depends=('python' 'python-m3u8' 'mpv' 'ffmpeg')
makedepends=('python-setuptools')
optdepends=(
'python-colorama: Color output'
'python-urllib3: Support http range'
)
source=("$pkgname-$pkgver.src.tar.gz::https://github.com/SeaHOH/ykdl/archive/v$pkgver.tar.gz")
-sha256sums=('47d2f8cda2fbbc305ef64c0413c973d60d6276e085584a8f642072e0926f3366')
+sha256sums=('8eb58f351e5474170df6bb33f3d3faf456ea8e03e7f1dfe5212631f31516b4e2')
build() {
cd "$pkgname-$pkgver"