[arch-commits] Commit in yt-dlp/repos/community-any (PKGBUILD PKGBUILD)
Antonio Rojas
arojas at gemini.archlinux.org
Fri Jan 21 15:37:16 UTC 2022
Date: Friday, January 21, 2022 @ 15:37:16
Author: arojas
Revision: 1112230
archrelease: copy trunk to community-any
Added:
yt-dlp/repos/community-any/PKGBUILD
(from rev 1112229, yt-dlp/trunk/PKGBUILD)
Deleted:
yt-dlp/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2022-01-21 15:37:06 UTC (rev 1112229)
+++ PKGBUILD 2022-01-21 15:37:16 UTC (rev 1112230)
@@ -1,30 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Stefan Tatschner <stefan at rumpelsepp.org>
-# Contributor: katt <magunasu.b97 at gmail.com>
-
-pkgname=yt-dlp
-pkgver=2021.12.27
-pkgrel=1
-pkgdesc='A youtube-dl fork with additional features and fixes'
-arch=(any)
-url='https://github.com/yt-dlp/yt-dlp'
-license=(Unlicense)
-depends=(python-mutagen python-pycryptodomex python-websockets)
-makedepends=(python-setuptools pandoc)
-optdepends=('ffmpeg: for video post-processing'
- 'rtmpdump: for rtmp streams support'
- 'atomicparsley: for embedding thumbnails into m4a files'
- 'aria2: for using aria2 as external downloader')
-source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
-sha256sums=('3492c344b1b71ac13c73a53dbb3bc504f7ebaa325c10807ad905428e74a6d630')
-
-build() {
- cd $pkgname
- make pypi-files
- python setup.py build
-}
-
-package() {
- cd $pkgname
- python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
Copied: yt-dlp/repos/community-any/PKGBUILD (from rev 1112229, yt-dlp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2022-01-21 15:37:16 UTC (rev 1112230)
@@ -0,0 +1,30 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Stefan Tatschner <stefan at rumpelsepp.org>
+# Contributor: katt <magunasu.b97 at gmail.com>
+
+pkgname=yt-dlp
+pkgver=2022.01.21
+pkgrel=1
+pkgdesc='A youtube-dl fork with additional features and fixes'
+arch=(any)
+url='https://github.com/yt-dlp/yt-dlp'
+license=(Unlicense)
+depends=(python-mutagen python-pycryptodomex python-websockets)
+makedepends=(python-setuptools pandoc)
+optdepends=('ffmpeg: for video post-processing'
+ 'rtmpdump: for rtmp streams support'
+ 'atomicparsley: for embedding thumbnails into m4a files'
+ 'aria2: for using aria2 as external downloader')
+source=($pkgname-$pkgver.tar.gz::https://github.com/yt-dlp/yt-dlp/releases/download/$pkgver/yt-dlp.tar.gz)
+sha256sums=('78455c03fb3f5a84bfc05afca5a2564af9852e8fe7f088877e20b8508217dd29')
+
+build() {
+ cd $pkgname
+ make pypi-files
+ python setup.py build
+}
+
+package() {
+ cd $pkgname
+ python setup.py install --root="$pkgdir" --skip-build --optimize=1
+}
More information about the arch-commits
mailing list