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

Felix Yan felixonmars at archlinux.org
Wed Jan 13 13:32:11 UTC 2021


    Date: Wednesday, January 13, 2021 @ 13:32:11
  Author: felixonmars
Revision: 820456

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-13 13:32:00 UTC (rev 820455)
+++ PKGBUILD	2021-01-13 13:32:11 UTC (rev 820456)
@@ -1,33 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=you-get
-pkgver=0.4.1500
-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-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=('307efb1ad22a7ef9702574b4ea32069c6048ebefd7158565db9298f9184e572009d0eedf5a834b1dbb431e65335f58cec8d8fc3fbeceacf4525934195eb12fc6')
-
-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 820455, you-get/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-01-13 13:32:11 UTC (rev 820456)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=you-get
+pkgver=0.4.1500
+pkgrel=2
+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=('307efb1ad22a7ef9702574b4ea32069c6048ebefd7158565db9298f9184e572009d0eedf5a834b1dbb431e65335f58cec8d8fc3fbeceacf4525934195eb12fc6')
+
+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