summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a78f31b03ab8..201c452cf1a3 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.r101.gcd0443f
+ pkgver = 2023.12.30.r104.gfb44020
pkgrel = 1
url = https://github.com/yt-dlp/yt-dlp
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 1725df8ea1d7..7a5b9bf478ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: katt <magunasu.b97@gmail.com>
pkgname=yt-dlp-git
-pkgver=2023.12.30.r101.gcd0443f
+pkgver=2023.12.30.r104.gfb44020
pkgrel=1
pkgdesc='A youtube-dl fork with additional features and fixes (git)'
arch=(any)
@@ -41,6 +41,7 @@ prepare() {
build() {
cd "${pkgname%-git}"
make pypi-files
+ python devscripts/make_lazy_extractors.py
python -m build --wheel --no-isolation
}