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

Antonio Rojas arojas at archlinux.org
Wed Feb 3 16:05:32 UTC 2016


    Date: Wednesday, February 3, 2016 @ 17:05:32
  Author: arojas
Revision: 160086

Update to 3.2.0

Modified:
  youtube-viewer/trunk/PKGBUILD

----------+
 PKGBUILD |   13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-03 16:04:07 UTC (rev 160085)
+++ PKGBUILD	2016-02-03 16:05:32 UTC (rev 160086)
@@ -1,10 +1,11 @@
 #$Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Maintainer:
+# Contributor: Daniel Wallace < danielwallace at gtmanfred dot com>
 # Contributor: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
 
 pkgname=youtube-viewer
 epoch=1
-pkgver=3.1.9
+pkgver=3.2.0
 pkgrel=1
 pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
 arch=('any')
@@ -11,7 +12,7 @@
 url="https://github.com/trizen/youtube-viewer"
 license=('GPL3')
 source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz")
-sha256sums=('7a4dec0a34fd632520986fbeebe4df14b5bc0aaee6b814e1eec6aa9b2b09f5ac')
+sha256sums=('f752141dce29dc5ca4cf7f82671a6b4d0348ddda37cb2c2a8fdbbb2972a9ee04')
 
 depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 'perl-libwww')
 optdepends=('vlc: for playing videos'
@@ -23,19 +24,19 @@
 
 
 build() {
-    cd "$srcdir/$pkgname-$pkgver/"
+    cd $pkgname-$pkgver
 
     perl Makefile.PL INSTALLDIRS=vendor
 }
 
 check(){
-    cd "$srcdir/$pkgname-$pkgver/"
+    cd $pkgname-$pkgver
 
     make test
 }
 
 package() {
-    cd "$srcdir/$pkgname-$pkgver/"
+    cd $pkgname-$pkgver
 
     make install DESTDIR=$pkgdir
     rm -r "$pkgdir/usr/lib/"



More information about the arch-commits mailing list