diff options
Diffstat (limited to 'community/minitube/PKGBUILD')
-rw-r--r-- | community/minitube/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/community/minitube/PKGBUILD b/community/minitube/PKGBUILD index eb670c93c..db7a3bcd8 100644 --- a/community/minitube/PKGBUILD +++ b/community/minitube/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 105996 2014-02-20 19:25:26Z speps $ +# $Id: PKGBUILD 116069 2014-07-21 15:04:40Z speps $ # Maintainer : speps <speps at aur dot archlinux dot org> # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=minitube -pkgver=2.1.6 +pkgver=2.2 pkgrel=1 pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player" arch=('i686' 'x86_64') @@ -11,8 +11,8 @@ url='http://flavio.tordini.org/minitube' license=('GPL3') depends=('phonon-qt4') install="$pkgname.install" -source=("http://flavio.tordini.org/files/$pkgname/$pkgname-1.2.6.tar.gz") # tagging mismatch -md5sums=('b5a7794cad661d47e0e856b864f774af') +source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz") +md5sums=('b8483b2cfc4be460f347ed9342e3789f') build() { cd $pkgname |