[arch-commits] Commit in yt-dlp/repos/community-any (PKGBUILD PKGBUILD)
Alexander Epaneshnikov
alex19ep at gemini.archlinux.org
Fri Dec 24 07:24:43 UTC 2021
Date: Friday, December 24, 2021 @ 07:24:43
Author: alex19ep
Revision: 1083375
archrelease: copy trunk to community-any
Added:
yt-dlp/repos/community-any/PKGBUILD
(from rev 1083374, yt-dlp/trunk/PKGBUILD)
Deleted:
yt-dlp/repos/community-any/PKGBUILD
----------+
PKGBUILD | 60 ++++++++++++++++++++++++++++++------------------------------
1 file changed, 30 insertions(+), 30 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-12-24 07:24:40 UTC (rev 1083374)
+++ PKGBUILD 2021-12-24 07:24:43 UTC (rev 1083375)
@@ -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.01
-pkgrel=2
-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=(https://github.com/yt-dlp/yt-dlp/archive/$pkgver/$pkgname-$pkgver.tar.gz)
-sha256sums=('c3ae873c1ab51399ae1024db65a28ee06681328ca87da69c0af03edaa04c6770')
-
-build() {
- cd $pkgname-$pkgver
- make pypi-files
- python setup.py build
-}
-
-package() {
- cd $pkgname-$pkgver
- python setup.py install --root="$pkgdir" --skip-build --optimize=1
-}
Copied: yt-dlp/repos/community-any/PKGBUILD (from rev 1083374, yt-dlp/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-12-24 07:24:43 UTC (rev 1083375)
@@ -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=2021.12.01
+pkgrel=3
+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=('bf0cc22d17ffbe59c0d0378026ff135a996b86c546ec9713d838f952dea61e0f')
+
+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