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

Felix Yan felixonmars at archlinux.org
Tue May 25 06:33:43 UTC 2021


    Date: Tuesday, May 25, 2021 @ 06:33:43
  Author: felixonmars
Revision: 945409

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-05-25 06:33:26 UTC (rev 945408)
+++ PKGBUILD	2021-05-25 06:33:43 UTC (rev 945409)
@@ -1,34 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-
-pkgname=you-get
-pkgver=0.4.1520
-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=('ee54d438e20d31646c34186fcb59a761b6bbf95f9cc2f323d4c578c28cb6ad5c9445bfb96cbebe2524dadd28350bb5819f048e13f41b50d6ea9928224108249a')
-
-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 945408, you-get/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-05-25 06:33:43 UTC (rev 945409)
@@ -0,0 +1,34 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+
+pkgname=you-get
+pkgver=0.4.1525
+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=('e06f62cc20d07bb0e6548e731fba4871c5ed436ad437a6883f9e7fab43c76a954f91da8ef24114e474f42ca02e50375b32653722977a188430dec554fe02bb44')
+
+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