[arch-commits] Commit in yt-dlp/trunk (PKGBUILD)
Alexander Epaneshnikov
alex19ep at gemini.archlinux.org
Fri Dec 24 07:24:40 UTC 2021
Date: Friday, December 24, 2021 @ 07:24:40
Author: alex19ep
Revision: 1083374
upgpkg: yt-dlp 2021.12.01-3 use correct artifact url
Modified:
yt-dlp/trunk/PKGBUILD
----------+
PKGBUILD | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-24 06:33:26 UTC (rev 1083373)
+++ PKGBUILD 2021-12-24 07:24:40 UTC (rev 1083374)
@@ -4,7 +4,7 @@
pkgname=yt-dlp
pkgver=2021.12.01
-pkgrel=2
+pkgrel=3
pkgdesc='A youtube-dl fork with additional features and fixes'
arch=(any)
url='https://github.com/yt-dlp/yt-dlp'
@@ -15,16 +15,16 @@
'rtmpdump: for rtmp streams support'
'atomicparsley: for embedding thumbnails into m4a files'
'aria2: for using aria2 as external downloader')
-source=(https://github.com/yt-dlp/yt-dlp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('c3ae873c1ab51399ae1024db65a28ee06681328ca87da69c0af03edaa04c6770')
+source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
+sha256sums=('bf0cc22d17ffbe59c0d0378026ff135a996b86c546ec9713d838f952dea61e0f')
build() {
- cd $pkgname-$pkgver
+ cd $pkgname
make pypi-files
python setup.py build
}
package() {
- cd $pkgname-$pkgver
+ cd $pkgname
python setup.py install --root="$pkgdir" --skip-build --optimize=1
}
More information about the arch-commits
mailing list