summaryrefslogtreecommitdiff
path: root/community/minitube
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-01 10:50:46 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-01 10:50:46 -0300
commit3aff11a8581ae7e5a8ccea02062cd92f873c44c5 (patch)
tree05623159a5ae88f6eed2414db216bc9a0d2d71c5 /community/minitube
parentd4157e6db6dd7e03802aa9c361a1902e81c2545a (diff)
parent9b6be78b0c13a61c14d5278f1363eaf9c6388e4c (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/geany/PKGBUILD community/linux-tools/PKGBUILD community/linux-tools/cpupower.conf community/linux-tools/cpupower.rc community/stk/PKGBUILD core/patch/PKGBUILD core/systemd/PKGBUILD extra/lftp/PKGBUILD extra/lftp/lftp-4.3.8-gets.patch extra/mysql/PKGBUILD extra/qt/PKGBUILD extra/transmission/PKGBUILD gnome-unstable/gcr/PKGBUILD gnome-unstable/glibmm/PKGBUILD gnome-unstable/gnome-session/PKGBUILD gnome-unstable/libgdata/PKGBUILD gnome-unstable/libgnome-keyring/PKGBUILD gnome-unstable/pango/PKGBUILD gnome-unstable/polkit/PKGBUILD gnome-unstable/telepathy-glib/PKGBUILD libre/linux-libre/PKGBUILD multilib/lib32-libphobos-ldc/PKGBUILD multilib/wine/PKGBUILD testing/dbus-core/PKGBUILD testing/dbus/PKGBUILD testing/libusbx/PKGBUILD testing/systemd/PKGBUILD testing/xf86-video-intel/PKGBUILD
Diffstat (limited to 'community/minitube')
-rw-r--r--community/minitube/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/minitube/PKGBUILD b/community/minitube/PKGBUILD
index e70d353be..1c75dffee 100644
--- a/community/minitube/PKGBUILD
+++ b/community/minitube/PKGBUILD
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD 73056 2012-06-29 18:18:46Z andrea $
+# $Id: PKGBUILD 76714 2012-09-27 15:50:01Z andrea $
# Maintainer: Andrea Scarpino <andrea@archlinux.org>
pkgname=minitube
-pkgver=1.8
+pkgver=1.9
pkgrel=1
pkgdesc="A native YouTube client in QT. Watch YouTube videos without Flash Player"
arch=('i686' 'x86_64' 'mips64el')
@@ -12,11 +12,11 @@ depends=('phonon')
install="${pkgname}.install"
source=("http://flavio.tordini.org/files/${pkgname}/${pkgname}-${pkgver}.tar.gz"
'fix-build.patch')
-md5sums=('dabfe4776ab6a19eff14e644f68714bb'
+md5sums=('a60bb568519eb91035d5d6dc27ff1406'
'b6d67acdfc5ef17235449ca13575ba97')
build() {
- cd "${srcdir}"/${pkgname}
+ cd ${pkgname}
patch -p1 -i "${srcdir}"/fix-build.patch
@@ -24,6 +24,6 @@ build() {
}
package() {
- cd "${srcdir}"/${pkgname}
+ cd ${pkgname}
make install INSTALL_ROOT="${pkgdir}"
}