summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2011-12-07 14:12:51 +0000
committerKuba Serafinowski2011-12-07 14:12:51 +0000
commit221c2daaf6a06702a50db503f136cf5f8ed8b562 (patch)
treefa43d92082e9e327ae5e09690444ec47921164c8
parentd7e92dbad145fa1e1ce3b28322c69801d0ff21c7 (diff)
downloadaur-221c2daaf6a06702a50db503f136cf5f8ed8b562.tar.gz
bump Tomahawk pkgbuild to 0.3.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 019040743506..9156dce91830 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomahawk
pkgdesc = A Music Player App written in C++/Qt
- pkgver = 0.3.2
+ pkgver = 0.3.3
pkgrel = 1
url = http://tomahawk-player.org/
install = tomahawk.install
@@ -22,8 +22,8 @@ pkgbase = tomahawk
provides = tomahawk
conflicts = tomahawk-git
options = !strip
- source = http://download.tomahawk-player.org/tomahawk-0.3.2.tar.bz2
- md5sums = 81803d6daed1afacbb185fea406ff111
+ source = http://download.tomahawk-player.org/tomahawk-0.3.3.tar.bz2
+ md5sums = 0ee6ff7cd7fcf2dd01db6772902efbb4
pkgname = tomahawk
diff --git a/PKGBUILD b/PKGBUILD
index efc83363ee1d..ae20196d1ddd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ _buildtype="RelWithDebInfo"
##############################################################
pkgname=tomahawk
-pkgver=0.3.2
+pkgver=0.3.3
pkgrel=1
pkgdesc="A Music Player App written in C++/Qt"
arch=('i686' 'x86_64')
@@ -26,7 +26,7 @@ provides=('tomahawk')
conflicts=('tomahawk-git')
options=(!strip)
source=(http://download.tomahawk-player.org/${pkgname}-${pkgver}.tar.bz2)
-md5sums=('81803d6daed1afacbb185fea406ff111')
+md5sums=('0ee6ff7cd7fcf2dd01db6772902efbb4')
install=tomahawk.install
# Clean options array to strip pkg if release buildtype is chosen