summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2015-04-15 08:54:22 +0200
committerKuba Serafinowski2015-04-15 08:54:22 +0200
commit73eca98eb58cc91e5459f6d7856510da89f44f4a (patch)
treeed1f502e37f23f0c6c36461115c00a93b1aa6725
parent2774d3856193cce08cd4f5bb34227f735801babd (diff)
downloadaur-73eca98eb58cc91e5459f6d7856510da89f44f4a.tar.gz
tomahawk 0.8.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c01ad78ae8dc..7508e318780d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomahawk
pkgdesc = A Music Player App written in C++/Qt
- pkgver = 0.8.3
+ pkgver = 0.8.4
pkgrel = 1
url = http://tomahawk-player.org/
install = tomahawk.install
@@ -27,8 +27,8 @@ pkgbase = tomahawk
optdepends = telepathy-qt4: integration with Telepathy
provides = tomahawk
conflicts = tomahawk-git
- source = http://download.tomahawk-player.org/tomahawk-0.8.3.tar.bz2
- md5sums = 03994bad84eee3dcb46fdabb7c8434a3
+ source = http://download.tomahawk-player.org/tomahawk-0.8.4.tar.bz2
+ md5sums = 04832abe1786edcc55805875b5882445
pkgname = tomahawk
diff --git a/PKGBUILD b/PKGBUILD
index 27c3504645b7..531dad922044 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ _buildtype='Release'
##############################################################
pkgname=tomahawk
-pkgver=0.8.3
+pkgver=0.8.4
pkgrel=1
pkgdesc='A Music Player App written in C++/Qt'
arch=('i686' 'x86_64')
@@ -25,7 +25,7 @@ optdepends=('kdelibs: integration with Plasma Desktop' 'telepathy-qt4: integrati
provides=('tomahawk')
conflicts=('tomahawk-git')
source=("http://download.tomahawk-player.org/${pkgname}-${pkgver}.tar.bz2")
-md5sums=('03994bad84eee3dcb46fdabb7c8434a3')
+md5sums=('04832abe1786edcc55805875b5882445')
install=tomahawk.install
if [[ ! ${_buildtype} == 'Release' ]] && [[ ! ${_buildtype} == 'release' ]]; then