summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2012-03-07 19:25:15 +0100
committerKuba Serafinowski2012-03-07 19:25:15 +0100
commite5e56591424f738fe98a6b5d61cc630509c8ab0f (patch)
treeb05388ae54acb52afb5270aeb3f191f90664c425
parent713396e5274f99a062b8b69d2dded161b226f43f (diff)
downloadaur-e5e56591424f738fe98a6b5d61cc630509c8ab0f.tar.gz
upstream tomahawk 0.4.0 release bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 37021f367ed7..afc720a68fad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tomahawk
pkgdesc = A Music Player App written in C++/Qt
- pkgver = 0.3.3
- pkgrel = 4
+ pkgver = 0.4.0
+ pkgrel = 1
url = http://tomahawk-player.org/
install = tomahawk.install
arch = i686
@@ -23,8 +23,8 @@ pkgbase = tomahawk
provides = tomahawk
conflicts = tomahawk-git
options = !strip
- source = http://download.tomahawk-player.org/tomahawk-0.3.3.tar.bz2
- md5sums = 0ee6ff7cd7fcf2dd01db6772902efbb4
+ source = http://download.tomahawk-player.org/tomahawk-0.4.0.tar.bz2
+ md5sums = 444f610e432281025bcac00aad0b0a90
pkgname = tomahawk
diff --git a/PKGBUILD b/PKGBUILD
index 5f7d308cbe46..6301569a0fd4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,8 +13,8 @@ _buildtype="RelWithDebInfo"
##############################################################
pkgname=tomahawk
-pkgver=0.3.3
-pkgrel=4
+pkgver=0.4.0
+pkgrel=1
pkgdesc="A Music Player App written in C++/Qt"
arch=('i686' 'x86_64')
url="http://tomahawk-player.org/"
@@ -26,7 +26,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