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

Antonio Rojas arojas at archlinux.org
Wed May 23 20:43:14 UTC 2018


    Date: Wednesday, May 23, 2018 @ 20:43:14
  Author: arojas
Revision: 328467

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-05-23 20:42:51 UTC (rev 328466)
+++ PKGBUILD	2018-05-23 20:43:14 UTC (rev 328467)
@@ -1,43 +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.3
-pkgrel=2
-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
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 328466, youtube-viewer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-05-23 20:43:14 UTC (rev 328467)
@@ -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.4
+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=('f65d27c0f7a7e51a4d7f89ab2cb27a064ff82fbb971add7aa5606f5dfeec0ab7')
+
+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