[arch-commits] Commit in youtube-viewer/trunk (PKGBUILD)

Alad Wenter alad at archlinux.org
Sat Mar 2 16:09:41 UTC 2019


    Date: Saturday, March 2, 2019 @ 16:09:41
  Author: alad
Revision: 437389

upgpkg: youtube-viewer 1:3.5.2-1

youtube-viewer: update to 3.5.2

Modified:
  youtube-viewer/trunk/PKGBUILD

----------+
 PKGBUILD |   22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-03-02 16:04:18 UTC (rev 437388)
+++ PKGBUILD	2019-03-02 16:09:41 UTC (rev 437389)
@@ -5,25 +5,25 @@
 
 pkgname=youtube-viewer
 epoch=1
-pkgver=3.5.1
+pkgver=3.5.2
 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')
+depends=('perl' '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')
+            'perl-text-charwidth: print results in a fixed-width format'
+            'perl-term-readline-gnu: better STDIN support'
+            'youtube-dl: play videos with encrypted signatures'
+            'wget: download videos with wget'
+            'vlc: play videos with VLC'
+            'mpv: play videos with MPV'
+            'gtk2-perl: GTK GUI'
+            'perl-file-sharedir: GTK GUI')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('52e04abc6927719130b6ab04b91ec8795945a37ca905927c43efc164e7b282b1')
+sha256sums=('0c0170c2870692a38bc6953142164f200e768e25531c701fb03897b47a57e927')
 
 build() {
     cd "$pkgname-$pkgver"



More information about the arch-commits mailing list