diff --git a/tomahawk/PKGBUILD b/tomahawk/PKGBUILD index cbe3e5bed..7e6b1d5dd 100644 --- a/tomahawk/PKGBUILD +++ b/tomahawk/PKGBUILD @@ -19,7 +19,7 @@ _buildtype="RelWithDebInfo" ############################################################## pkgname=tomahawk -pkgver=0.3.3 +pkgver=0.4.0 pkgrel=1 pkgdesc="The social media player. A Music Player App written in C++/Qt" arch=('i686' 'x86_64') @@ -32,7 +32,7 @@ provides=('tomahawk') conflicts=('tomahawk-git') options=(!strip) source=(http://download.tomahawk-player.org/${pkgname}-${pkgver}.tar.bz2) -md5sums=('0ee6ff7cd7fcf2dd01db6772902efbb4') +md5sums=('444f610e432281025bcac00aad0b0a90') install=tomahawk.install # Clean options array to strip pkg if release buildtype is chosen