summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2012-07-14 14:31:42 +0200
committerKuba Serafinowski2012-07-14 14:31:42 +0200
commit1c26780ec5fae24b8faf3cdb508671324b3c545a (patch)
treecce7b748535a68bec85400ba5451d8bad3598342
parent9785e5f43ab44dee01f08926577234d8b815ac32 (diff)
downloadaur-1c26780ec5fae24b8faf3cdb508671324b3c545a.tar.gz
tomahawk 0.5.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 66edf11ed83d..e7fe08acfb39 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomahawk
pkgdesc = A Music Player App written in C++/Qt
- pkgver = 0.5.3
+ pkgver = 0.5.4
pkgrel = 1
url = http://tomahawk-player.org/
install = tomahawk.install
@@ -24,8 +24,8 @@ pkgbase = tomahawk
provides = tomahawk
conflicts = tomahawk-git
options = !strip
- source = http://download.tomahawk-player.org/tomahawk-0.5.3.tar.bz2
- md5sums = c646ce17efc8bf386e4c27683fe6fa47
+ source = http://download.tomahawk-player.org/tomahawk-0.5.4.tar.bz2
+ md5sums = d53c521099b43f2bfad0137d2061a4a3
pkgname = tomahawk
diff --git a/PKGBUILD b/PKGBUILD
index eddcf155d424..e724baf5cc7c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _buildtype="RelWithDebInfo"
##############################################################
pkgname=tomahawk
-pkgver=0.5.3
+pkgver=0.5.4
pkgrel=1
pkgdesc="A Music Player App written in C++/Qt"
arch=('i686' 'x86_64')
@@ -27,7 +27,7 @@ provides=('tomahawk')
conflicts=('tomahawk-git')
options=(!strip)
source=("http://download.tomahawk-player.org/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('c646ce17efc8bf386e4c27683fe6fa47')
+md5sums=('d53c521099b43f2bfad0137d2061a4a3')
install=tomahawk.install