summaryrefslogtreecommitdiff
path: root/community/minitube/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/minitube/PKGBUILD')
-rw-r--r--community/minitube/PKGBUILD15
1 files changed, 10 insertions, 5 deletions
diff --git a/community/minitube/PKGBUILD b/community/minitube/PKGBUILD
index 4cdeafce2..38aab9086 100644
--- a/community/minitube/PKGBUILD
+++ b/community/minitube/PKGBUILD
@@ -1,20 +1,25 @@
-# $Id: PKGBUILD 68258 2012-03-20 19:50:34Z andrea $
+# $Id: PKGBUILD 73056 2012-06-29 18:18:46Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=minitube
-pkgver=1.7.1
-pkgrel=3
+pkgver=1.8
+pkgrel=1
pkgdesc="A native YouTube client in QT. Watch YouTube videos without Flash Player"
arch=('i686' 'x86_64')
url='http://flavio.tordini.org/minitube'
license=('GPL')
depends=('phonon')
install="${pkgname}.install"
-source=("http://flavio.tordini.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz")
-md5sums=('ce336b8cca8294f85d8e34b6a7828e38')
+source=("http://flavio.tordini.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz"
+ 'fix-build.patch')
+md5sums=('dabfe4776ab6a19eff14e644f68714bb'
+ 'b6d67acdfc5ef17235449ca13575ba97')
build() {
cd "${srcdir}"/${pkgname}
+
+ patch -p1 -i "${srcdir}"/fix-build.patch
+
qmake
}