summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2011-08-30 10:16:11 +0100
committerKuba Serafinowski2011-08-30 10:16:11 +0100
commit1fd139f4f3615ac92b9f8ead7734c61b2aaae9af (patch)
tree073b040d30c636a0ae63946c741ace531ddc7c49
parentfff052b54c6057b54409db3c94a180f2e621ed9e (diff)
downloadaur-1fd139f4f3615ac92b9f8ead7734c61b2aaae9af.tar.gz
upgrade to 0.2.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ed22573f7aa..06f30949d01c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomahawk
pkgdesc = A Music Player App written in C++/Qt
- pkgver = 0.2.2
+ pkgver = 0.2.3
pkgrel = 1
url = http://tomahawk-player.org/
install = tomahawk.install
@@ -20,8 +20,8 @@ pkgbase = tomahawk
provides = tomahawk
conflicts = tomahawk-git
options = !strip
- source = http://download.tomahawk-player.org/tomahawk-0.2.2.tar.bz2
- md5sums = 9c80bc040958b1838e6dbb6e376a488b
+ source = http://download.tomahawk-player.org/tomahawk-0.2.3.tar.bz2
+ md5sums = 40090f6186c9585cfc791ed604056f8a
pkgname = tomahawk
diff --git a/PKGBUILD b/PKGBUILD
index 57e1ea335c2f..72c4182710bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ _buildtype="RelWithDebInfo"
##############################################################
pkgname=tomahawk
-pkgver=0.2.2
+pkgver=0.2.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=('9c80bc040958b1838e6dbb6e376a488b')
+md5sums=('40090f6186c9585cfc791ed604056f8a')
install=tomahawk.install
# Clean options array to strip pkg if release buildtype is chosen