[arch-commits] Commit in you-get/repos/community-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at gemini.archlinux.org
Thu Jun 2 03:35:16 UTC 2022


    Date: Thursday, June 2, 2022 @ 03:35:15
  Author: felixonmars
Revision: 1218401

archrelease: copy trunk to community-any

Added:
  you-get/repos/community-any/PKGBUILD
    (from rev 1218400, you-get/trunk/PKGBUILD)
Deleted:
  you-get/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   68 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 34 insertions(+), 34 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-02 03:35:01 UTC (rev 1218400)
+++ PKGBUILD	2022-06-02 03:35:15 UTC (rev 1218401)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=you-get
-pkgver=0.4.1602
-pkgrel=1
-pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
-url="https://www.soimort.org/you-get/"
-arch=('any')
-license=('MIT')
-depends=('python')
-makedepends=('python-setuptools')
-optdepends=('python-pysocks: for socks proxy support')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz")
-sha512sums=('8ca41e0d5499d8150bf782e7fd93ab7baf86ba40599ca120e9afa51b8f2696526cdab9f5b29b7c173fd9830c9cfbf8463d8840ad13cbaa4b34729e1809415760')
-
-build() {
-  cd you-get-$pkgver
-  python setup.py build
-}
-
-check() {
-  cd you-get-$pkgver
-  python setup.py test || echo "Tests failed"
-}
-
-package() {
-  cd you-get-$pkgver
-  python setup.py install --root="$pkgdir"
-
-  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
-  install -Dm644 contrib/completion/_you-get "$pkgdir"/usr/share/zsh/site-functions/_you-get
-  install -Dm644 contrib/completion/you-get-completion.bash "$pkgdir"/usr/share/bash-completion/completions/you-get
-  install -Dm644 contrib/completion/you-get.fish "$pkgdir"/usr/share/fish/vendor_completions.d/you-get.fish
-}

Copied: you-get/repos/community-any/PKGBUILD (from rev 1218400, you-get/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-02 03:35:15 UTC (rev 1218401)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=you-get
+pkgver=0.4.1612
+pkgrel=1
+pkgdesc="A YouTube/Youku/Niconico video downloader written in Python 3."
+url="https://www.soimort.org/you-get/"
+arch=('any')
+license=('MIT')
+depends=('python')
+makedepends=('python-setuptools')
+optdepends=('python-pysocks: for socks proxy support')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/soimort/you-get/archive/v$pkgver.tar.gz")
+sha512sums=('236f334f45c7a3db284e67672641fb09f6dc1ba3bfc0ffbe8b1f399c07278bcc5f18a38a2148185daa641ce31c86e76a095af68a1fa41f51bb060d479f68ab01')
+
+build() {
+  cd you-get-$pkgver
+  python setup.py build
+}
+
+check() {
+  cd you-get-$pkgver
+  python setup.py test || echo "Tests failed"
+}
+
+package() {
+  cd you-get-$pkgver
+  python setup.py install --root="$pkgdir"
+
+  install -Dm644 LICENSE.txt "$pkgdir"/usr/share/licenses/$pkgname/LICENSE.txt
+  install -Dm644 contrib/completion/_you-get "$pkgdir"/usr/share/zsh/site-functions/_you-get
+  install -Dm644 contrib/completion/you-get-completion.bash "$pkgdir"/usr/share/bash-completion/completions/you-get
+  install -Dm644 contrib/completion/you-get.fish "$pkgdir"/usr/share/fish/vendor_completions.d/you-get.fish
+}



More information about the arch-commits mailing list