summaryrefslogtreecommitdiff
path: root/community/minitube/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/minitube/PKGBUILD')
-rw-r--r--community/minitube/PKGBUILD18
1 files changed, 5 insertions, 13 deletions
diff --git a/community/minitube/PKGBUILD b/community/minitube/PKGBUILD
index 1abb5e533..1f52a12d7 100644
--- a/community/minitube/PKGBUILD
+++ b/community/minitube/PKGBUILD
@@ -1,26 +1,18 @@
-# $Id: PKGBUILD 103290 2014-01-02 16:08:02Z speps $
+# $Id: PKGBUILD 105996 2014-02-20 19:25:26Z speps $
# Maintainer : speps <speps at aur dot archlinux dot org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=minitube
-pkgver=2.1.5
+pkgver=2.1.6
pkgrel=1
pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player"
arch=('i686' 'x86_64' 'mips64el')
url='http://flavio.tordini.org/minitube'
license=('GPL3')
-depends=('phonon')
+depends=('phonon-qt4')
install="$pkgname.install"
-source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz"
- "$pkgname-missing-locale.patch")
-md5sums=('e52933f3ae5200f83aa39ac71ac13bfb'
- '70cdaa1d3df700cf90243be5a0d55443')
-
-prepare() {
- cd $pkgname
- # remove missing translations
- patch -p1 -i ../${source[1]}
-}
+source=("http://flavio.tordini.org/files/$pkgname/$pkgname-1.2.6.tar.gz") # tagging mismatch
+md5sums=('b5a7794cad661d47e0e856b864f774af')
build() {
cd $pkgname