[arch-commits] Commit in youtube-viewer/repos/community-any (PKGBUILD PKGBUILD)

Alad Wenter alad at archlinux.org
Thu Feb 8 18:39:03 UTC 2018


    Date: Thursday, February 8, 2018 @ 18:39:01
  Author: alad
Revision: 290325

archrelease: copy trunk to community-any

Added:
  youtube-viewer/repos/community-any/PKGBUILD
    (from rev 290324, youtube-viewer/trunk/PKGBUILD)
Deleted:
  youtube-viewer/repos/community-any/PKGBUILD

----------+
 PKGBUILD |   89 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 43 insertions(+), 46 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-08 18:38:54 UTC (rev 290324)
+++ PKGBUILD	2018-02-08 18:39:01 UTC (rev 290325)
@@ -1,46 +0,0 @@
-#$Id$
-# Maintainer: Alad Wenter <alad at mailbox.org>
-# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
-# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
-
-pkgname=youtube-viewer
-epoch=1
-pkgver=3.3.1
-pkgrel=1
-pkgdesc='Command line utility for viewing YouTube videos'
-arch=('any')
-url='https://github.com/trizen/youtube-viewer'
-license=('GPL3')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('91fd0eef5744b0cbb859a87b158ae95bdb2512b921ffab8e916710ac5e9ad092')
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 'perl-libwww')
-makedepends=('perl-module-build')
-optdepends=(
-  'perl-json-xs: faster JSON to HASH conversion'
-  'perl-text-charwidth: to print the results in a fixed-width format (-W)'
-  'perl-term-readline-gnu: for better STDIN support'
-  'youtube-dl: for playing videos with encrypted signatures'
-  'wget: for downloading videos with wget'
-  'vlc: for playing the videos with VLC'
-  'mpv: for playing the videos with MPV (recommended)'
-  'gtk2-perl: for the GTK GUI'
-  'perl-file-sharedir: for the GTK GUI'
-)
-
-build() {
-  cd "$pkgname-$pkgver"
-
-  perl Build.PL --installdirs vendor --gtk
-}
-
-check(){
-  cd $pkgname-$pkgver
-  ./Build test
-}
-
-package() {
-  cd $pkgname-$pkgver
-  ./Build install --destdir "$pkgdir"
-  rm -r "$pkgdir"/usr/lib
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 290324, youtube-viewer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-08 18:39:01 UTC (rev 290325)
@@ -0,0 +1,43 @@
+# $Id$
+# Maintainer: Alad Wenter <alad at mailbox.org>
+# Contributor: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.3.3
+pkgrel=1
+pkgdesc='Command line utility for viewing YouTube videos'
+arch=('any')
+url='https://github.com/trizen/youtube-viewer'
+license=('GPL3')
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 'perl-libwww')
+makedepends=('perl-module-build')
+optdepends=('perl-json-xs: faster JSON to HASH conversion'
+            'perl-text-charwidth: to print the results in a fixed-width format (-W)'
+            'perl-term-readline-gnu: for better STDIN support'
+            'youtube-dl: for playing videos with encrypted signatures'
+            'wget: for downloading videos with wget'
+            'vlc: for playing the videos with VLC'
+            'mpv: for playing the videos with MPV (recommended)'
+            'gtk2-perl: for the GTK GUI'
+            'perl-file-sharedir: for the GTK GUI')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('f36d500f733079bf8cf0fc78550ea215afa485c1ceaeec2bfdaa62a32314a7c8')
+
+build() {
+    cd "$pkgname-$pkgver"
+    perl Build.PL --installdirs vendor --gtk
+}
+
+check(){
+    cd "$pkgname-$pkgver"
+    ./Build test
+}
+
+package() {
+    cd "$pkgname-$pkgver"
+    ./Build install --destdir "$pkgdir"
+    rm -r "$pkgdir"/usr/lib
+}



More information about the arch-commits mailing list