From ebfbe6aa4a09806147654dd9e8d512cd68921e0d Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Thu, 9 Jan 2014 03:58:56 +0000 Subject: Thu Jan 9 03:54:24 UTC 2014 --- community/rbutil/PKGBUILD | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'community/rbutil/PKGBUILD') diff --git a/community/rbutil/PKGBUILD b/community/rbutil/PKGBUILD index a3a793537..83cd61e2d 100755 --- a/community/rbutil/PKGBUILD +++ b/community/rbutil/PKGBUILD @@ -1,20 +1,20 @@ -# $Id: PKGBUILD 96229 2013-08-22 00:02:57Z alucryd $ +# $Id: PKGBUILD 103630 2014-01-08 13:34:03Z alucryd $ # Maintainer: Maxime Gauduin # Contributor: said # Contributor: clinx pkgname=rbutil -pkgver=1.3.1 -pkgrel=4 +pkgver=1.4.0 +pkgrel=1 pkgdesc="Rockbox Utility" arch=('i686' 'x86_64') url="http://www.rockbox.org/twiki/bin/view/Main/RockboxUtility" license=("GPL") -depends=('qt4' 'libusbx') -makedepends=('gendesk') +depends=('qt5-base' 'libusbx') +makedepends=('gendesk' 'qt5-tools') optdepends=('speex: voice files support') source=("http://download.rockbox.org/${pkgname}/source/RockboxUtility-v${pkgver}-src.tar.bz2") -sha256sums=('6c04b5c7eaad1762577908dedb9e40f5b0cee675150ae5ba844ea2c9bea294ca') +sha256sums=('bc28a58ac1f62055a39b072e7b41a162f407a8b83172c84790568235d4637e4c') prepare() { gendesk -n --pkgname "${pkgname}" --pkgdesc "${pkgdesc}" --name="Rockbox Utility" --exec="RockboxUtility" --categories="Application;Utility;" --comment="Rockbox automated installer" @@ -23,8 +23,8 @@ prepare() { build() { cd RockboxUtility-v${pkgver}/${pkgname}/rbutilqt - lrelease-qt4 rbutilqt.pro - qmake-qt4 + lrelease-qt5 rbutilqt.pro + qmake-qt5 make } -- cgit v1.2.3-54-g00ecf