summaryrefslogtreecommitdiff
path: root/community/minitube/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/minitube/PKGBUILD')
-rw-r--r--community/minitube/PKGBUILD16
1 files changed, 12 insertions, 4 deletions
diff --git a/community/minitube/PKGBUILD b/community/minitube/PKGBUILD
index ce08d5b60..1abb5e533 100644
--- a/community/minitube/PKGBUILD
+++ b/community/minitube/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 97545 2013-09-23 20:44:05Z speps $
+# $Id: PKGBUILD 103290 2014-01-02 16:08:02Z speps $
# Maintainer : speps <speps at aur dot archlinux dot org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
pkgname=minitube
-pkgver=2.1.3
+pkgver=2.1.5
pkgrel=1
pkgdesc="A native YouTube client in Qt. Watch YouTube videos without Flash Player"
arch=('i686' 'x86_64' 'mips64el')
@@ -11,8 +11,16 @@ url='http://flavio.tordini.org/minitube'
license=('GPL3')
depends=('phonon')
install="$pkgname.install"
-source=("http://flavio.tordini.org/files/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('b43df4358de2e170d7e22370b39bd1ec')
+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]}
+}
build() {
cd $pkgname