summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2013-05-03 22:51:54 +0200
committerKuba Serafinowski2013-05-03 22:51:54 +0200
commitbdbc39d751cda67da6b634c2fb018819f89a8479 (patch)
tree0194ff8233acf230ce5bb5fe58676d1f7810c6ef
parent044ec2693803bd89d9d7cfd9a80295e2ccb8ddeb (diff)
downloadaur-bdbc39d751cda67da6b634c2fb018819f89a8479.tar.gz
tomahawk 0.7.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8f3269d0a59..5ce0c5e5d1ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomahawk
pkgdesc = A Music Player App written in C++/Qt
- pkgver = 0.6.1
+ pkgver = 0.7.0
pkgrel = 1
url = http://tomahawk-player.org/
install = tomahawk.install
@@ -21,8 +21,8 @@ pkgbase = tomahawk
depends = liblastfm
provides = tomahawk
conflicts = tomahawk-git
- source = http://download.tomahawk-player.org/tomahawk-0.6.1.tar.bz2
- md5sums = 64106afac08a20b7523317f8680f5f54
+ source = http://download.tomahawk-player.org/tomahawk-0.7.0.tar.bz2
+ md5sums = 98b7f5bc43e017379f5cd3834f19e90d
pkgname = tomahawk
diff --git a/PKGBUILD b/PKGBUILD
index 2d07348f70ab..5e8d7fc3978b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ _buildtype="Release"
##############################################################
pkgname=tomahawk
-pkgver=0.6.1
+pkgver=0.7.0
pkgrel=1
pkgdesc="A Music Player App written in C++/Qt"
arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@ makedepends=('cmake')
provides=('tomahawk')
conflicts=('tomahawk-git')
source=("http://download.tomahawk-player.org/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('64106afac08a20b7523317f8680f5f54')
+md5sums=('98b7f5bc43e017379f5cd3834f19e90d')
install=tomahawk.install