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

Felix Yan felixonmars at gemini.archlinux.org
Sun Nov 7 07:12:49 UTC 2021


    Date: Sunday, November 7, 2021 @ 07:12:49
  Author: felixonmars
Revision: 1038394

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-11-07 07:12:44 UTC (rev 1038393)
+++ PKGBUILD	2021-11-07 07:12:49 UTC (rev 1038394)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=you-get
-pkgver=0.4.1545
-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=('f6548e3bbadf01d2669dd743468770b1bb6b4e29b3eba2fb63081e3d96c6f4eb4ca21cfe41271af555dd30d6f954b3eabe0782bef1ce5e8c21673a186b656cb7')
-
-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 1038391, you-get/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-11-07 07:12:49 UTC (rev 1038394)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=you-get
+pkgver=0.4.1555
+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=('7b6bf7c587967be73f6a5022d26d08e424b8664556e8936d19ed0971f399cda22e2f7c1d3d0e43a03155ce911b18183fc0b970207a94d70629e67f6e111045d8')
+
+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