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

Daniel Wallace dwallace at archlinux.org
Tue Sep 8 17:20:56 UTC 2015


    Date: Tuesday, September 8, 2015 @ 19:20:56
  Author: dwallace
Revision: 139632

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-08 17:20:17 UTC (rev 139631)
+++ PKGBUILD	2015-09-08 17:20:56 UTC (rev 139632)
@@ -1,44 +0,0 @@
-#$Id$
-# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
-# Contributor: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
-
-pkgname=youtube-viewer
-_pkgdir=trizen-youtube-viewer
-epoch=1
-pkgver=3.1.7
-pkgrel=1
-pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
-arch=('any')
-url="https://github.com/trizen/youtube-viewer"
-license=('GPL3')
-source=("$pkgname-$pkgver.zip::https://github.com/trizen/$pkgname/zipball/$pkgver")
-sha256sums=('9e5d503e0e5f7f0b986c65f1d8e7d400771ecce89ea786203f61531baf5c9f51')
-
-depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 'perl-libwww')
-optdepends=('vlc: for playing videos'
-			'mplayer: for playing videos'
-			'perl-term-readkey: to get the terminal width size'
-            'perl-term-readline-gnu: for a better STDIN support'
-            'perl-lwp-protocol-https: for login and https support'
-            'gcap: for retrieving Youtube closed captions. [in AUR]')
-
-
-build() {
-    cd "$srcdir/$_pkgdir"*/
-
-    perl Build.PL
-    perl Makefile.PL INSTALLDIRS=vendor
-}
-
-check(){
-    cd "$srcdir/$_pkgdir"*/
-
-    ./Build test
-}
-
-package() {
-    cd "$srcdir/$_pkgdir"*/
-
-    make install DESTDIR=$pkgdir
-    rm -r "$pkgdir/usr/lib/"
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 139631, youtube-viewer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2015-09-08 17:20:56 UTC (rev 139632)
@@ -0,0 +1,42 @@
+#$Id$
+# Maintainer: Daniel Wallace < danielwallace at gtmanfred dot com>
+# Contributor: Trizen <echo dHJpemVueEBnbWFpbC5jb20K | base64 -d>
+
+pkgname=youtube-viewer
+epoch=1
+pkgver=3.1.9
+pkgrel=1
+pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
+arch=('any')
+url="https://github.com/trizen/youtube-viewer"
+license=('GPL3')
+source=("https://github.com/trizen/$pkgname/archive/$pkgver.tar.gz")
+sha256sums=('7a4dec0a34fd632520986fbeebe4df14b5bc0aaee6b814e1eec6aa9b2b09f5ac')
+
+depends=('perl>=5.16.0' 'perl-data-dump' 'perl-json' 'perl-lwp-protocol-https' 'perl-libwww')
+optdepends=('vlc: for playing videos'
+			'mplayer: for playing videos'
+			'perl-term-readkey: to get the terminal width size'
+            'perl-term-readline-gnu: for a better STDIN support'
+            'perl-lwp-protocol-https: for login and https support'
+            'gcap: for retrieving Youtube closed captions. [in AUR]')
+
+
+build() {
+    cd "$srcdir/$pkgname-$pkgver/"
+
+    perl Makefile.PL INSTALLDIRS=vendor
+}
+
+check(){
+    cd "$srcdir/$pkgname-$pkgver/"
+
+    make test
+}
+
+package() {
+    cd "$srcdir/$pkgname-$pkgver/"
+
+    make install DESTDIR=$pkgdir
+    rm -r "$pkgdir/usr/lib/"
+}



More information about the arch-commits mailing list