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

Antonio Rojas arojas at archlinux.org
Sun May 10 14:56:09 UTC 2015


    Date: Sunday, May 10, 2015 @ 16:56:09
  Author: arojas
Revision: 133187

Update to 3.4.11

Modified:
  clipgrab/trunk/PKGBUILD

----------+
 PKGBUILD |   10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-05-10 14:14:17 UTC (rev 133186)
+++ PKGBUILD	2015-05-10 14:56:09 UTC (rev 133187)
@@ -4,17 +4,17 @@
 # Contributor: thacrazze <thacrazze|googlemail|com>
 
 pkgname=clipgrab
-pkgver=3.4.9
+pkgver=3.4.11
 pkgrel=1
 pkgdesc='A video downloader and converter for YouTube, Veoh, DailyMotion, MyVideo, ...'
-arch=('i686' 'x86_64')
+arch=(i686 x86_64)
 url='http://clipgrab.de/en'
-license=('GPL3')
-depends=('qtwebkit')
+license=(GPL3)
+depends=(qtwebkit)
 optdepends=('ffmpeg: for the conversion functionality')
 source=(http://download.clipgrab.de/$pkgname-$pkgver.tar.bz2
         $pkgname.desktop)
-md5sums=('a4ef4bb2436265e5683a59d0c087d185'
+md5sums=('89b1937c34d0251e1e83d914b537e85e'
          '9a141791f6952917c441050c3dac81ce')
 
 build() {



More information about the arch-commits mailing list