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

Daniel Wallace dwallace at nymeria.archlinux.org
Mon Feb 4 04:29:43 UTC 2013


    Date: Monday, February 4, 2013 @ 05:29:43
  Author: dwallace
Revision: 83623

archrelease: copy trunk to community-any

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-04 04:29:23 UTC (rev 83622)
+++ PKGBUILD	2013-02-04 04:29:43 UTC (rev 83623)
@@ -1,42 +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.0.4
-pkgrel=2
-pkgdesc="A command line utility for viewing youtube-videos in MPlayer."
-arch=('any')
-url="https://github.com/trizen/youtube-viewer"
-license=('GPL3')
-source=("$pkgname.zip::https://github.com/trizen/$pkgname/zipball/$pkgver")
-md5sums=('74133aa409a65a1396e69b17081d7dc5')
-
-depends=('perl>=5.10.0' 'mplayer' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
-optdepends=('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"*/WWW-YoutubeViewer
-
-    perl Build.PL   # --gtk-youtube-viewer
-}
-
-check(){
-    cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
-    ./Build test
-}
-
-package() {
-    cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
-
-    ./Build install --install_path script=/usr/bin --destdir=$pkgdir
-    rm -r "$pkgdir/usr/lib/"
-
-}

Copied: youtube-viewer/repos/community-any/PKGBUILD (from rev 83622, youtube-viewer/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2013-02-04 04:29:43 UTC (rev 83623)
@@ -0,0 +1,42 @@
+$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.0.6
+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")
+md5sums=('cb0cec192a4d835c4bbcceedfa2f7d63')
+
+depends=('perl>=5.10.0' 'mplayer' 'perl-data-dump' 'perl-libwww' 'perl-xml-fast')
+optdepends=('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"*/WWW-YoutubeViewer
+
+    perl Build.PL   # --gtk-youtube-viewer
+}
+
+check(){
+    cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+    ./Build test
+}
+
+package() {
+    cd "$srcdir/$_pkgdir"*/WWW-YoutubeViewer
+
+    ./Build install --install_path script=/usr/bin --destdir=$pkgdir
+    rm -r "$pkgdir/usr/lib/"
+
+}




More information about the arch-commits mailing list