summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMagnus Boman2024-02-13 05:58:17 +0100
committerMagnus Boman2024-02-13 05:58:17 +0100
commit347944094a71db2e1dfb4428196df61c3b8aa36d (patch)
treec14e1e958e8a207993c54cff5fedce330df74390
parent5675da6caa1a06ac13e66c63d5868494fdfc0e4f (diff)
downloadaur-347944094a71db2e1dfb4428196df61c3b8aa36d.tar.gz
upgpkg: yt-dlp-git 2023.12.30.r101.gcd0443f-1
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d3c8ea11a24..a78f31b03ab8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = yt-dlp-git
pkgdesc = A youtube-dl fork with additional features and fixes (git)
- pkgver = 2023.12.30.r5.gb695127
+ pkgver = 2023.12.30.r101.gcd0443f
pkgrel = 1
url = https://github.com/yt-dlp/yt-dlp
arch = any
@@ -8,8 +8,8 @@ pkgbase = yt-dlp-git
checkdepends = python-pytest
makedepends = pandoc
makedepends = python-build
+ makedepends = python-hatchling
makedepends = python-installer
- makedepends = python-setuptools
makedepends = python-wheel
makedepends = git
depends = python
diff --git a/PKGBUILD b/PKGBUILD
index 1fa2398c558a..1725df8ea1d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: katt <magunasu.b97@gmail.com>
pkgname=yt-dlp-git
-pkgver=2023.12.30.r5.gb695127
+pkgver=2023.12.30.r101.gcd0443f
pkgrel=1
pkgdesc='A youtube-dl fork with additional features and fixes (git)'
arch=(any)
url=https://github.com/yt-dlp/yt-dlp
license=(Unlicense)
depends=(python python-certifi python-requests)
-makedepends=(pandoc python-build python-installer python-setuptools python-wheel git)
+makedepends=(pandoc python-build python-hatchling python-installer python-wheel git)
checkdepends=(python-pytest)
optdepends=('ffmpeg: for video post-processing'
'rtmpdump: for rtmp streams support'