summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2012-04-07 20:59:49 +0200
committerKuba Serafinowski2012-04-07 20:59:49 +0200
commitc5c8ee36ac7aff76db36b83fecde37cc50fd386c (patch)
tree9a71c14bed00e9cc5d4af02f4bac62b1bfcd0fcd
parent205dd6dd920950a68a46d6520268dd63a15d264b (diff)
downloadaur-c5c8ee36ac7aff76db36b83fecde37cc50fd386c.tar.gz
tomahawk 0.4.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5e27793c1cb5..54fd46823f33 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomahawk
pkgdesc = A Music Player App written in C++/Qt
- pkgver = 0.4.1
+ pkgver = 0.4.2
pkgrel = 1
url = http://tomahawk-player.org/
install = tomahawk.install
@@ -23,8 +23,8 @@ pkgbase = tomahawk
provides = tomahawk
conflicts = tomahawk-git
options = !strip
- source = http://download.tomahawk-player.org/tomahawk-0.4.1.tar.bz2
- md5sums = e0e761cd7be70bbbb11cfc770427392b
+ source = http://download.tomahawk-player.org/tomahawk-0.4.2.tar.bz2
+ md5sums = 2c5aadf3c6a3a9b8b7c66ca29bbf88fb
pkgname = tomahawk
diff --git a/PKGBUILD b/PKGBUILD
index c13f8bcaaa7b..0b1e1f0a7ef1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _buildtype="RelWithDebInfo"
##############################################################
pkgname=tomahawk
-pkgver=0.4.1
+pkgver=0.4.2
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=('e0e761cd7be70bbbb11cfc770427392b')
+md5sums=('2c5aadf3c6a3a9b8b7c66ca29bbf88fb')
install=tomahawk.install