update minitube 1.4.2

This commit is contained in:
Fabien Valthier 2011-04-15 19:26:10 +02:00
parent ebcabbaf25
commit 7e078e4415

View File

@ -9,7 +9,7 @@
source ../_buildscripts/${current_repo}-${_arch}-cfg.conf source ../_buildscripts/${current_repo}-${_arch}-cfg.conf
pkgname=minitube pkgname=minitube
pkgver=1.4.1 pkgver=1.4.2
pkgrel=1 pkgrel=1
pkgdesc="A native YouTube client in QT. Watch YouTube videos without Flash Player" pkgdesc="A native YouTube client in QT. Watch YouTube videos without Flash Player"
arch=('i686' 'x86_64') arch=('i686' 'x86_64')
@ -23,7 +23,7 @@ optdepends=('phonon-xine: for xine backend (default by chakra)'
'phonon-vlc: for vlc backend') 'phonon-vlc: for vlc backend')
install=minitube.install install=minitube.install
source=(http://flavio.tordini.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz) source=(http://flavio.tordini.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz)
sha256sums=('30f04f66aa7cd75c0755684fb210baeec67833759ef1697ca2baa038fea6b557') sha256sums=('3e9bf99e84ef0191e48a813466ad89b69ea613006d166c856504009cac08b6fc')
build() { build() {
cd "${srcdir}/${pkgname}" cd "${srcdir}/${pkgname}"