summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2014-11-21 11:52:14 +0100
committerKuba Serafinowski2014-11-21 11:52:14 +0100
commit0862b8ac41bcb77900491c01e30be314edd191a2 (patch)
tree012e04f8c7cfd5a9a0b64d4eacee01f5fa33d5a9
parent4a9df7421a62a2827018a3887dbece359119b8b4 (diff)
downloadaur-0862b8ac41bcb77900491c01e30be314edd191a2.tar.gz
tomahawk 0.8.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9560eb34094a..a2a1622227ee 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tomahawk
pkgdesc = A Music Player App written in C++/Qt
- pkgver = 0.8.1
+ pkgver = 0.8.2
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.1.tar.bz2
- md5sums = 48ad6bafb266ae23946423dc69ca2951
+ source = http://download.tomahawk-player.org/tomahawk-0.8.2.tar.bz2
+ md5sums = a63128cad97035d9b872000a3f8c6d5f
pkgname = tomahawk
diff --git a/PKGBUILD b/PKGBUILD
index b1d8cd9032cc..1b68942e4da6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ _buildtype='Release'
##############################################################
pkgname=tomahawk
-pkgver=0.8.1
+pkgver=0.8.2
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=('48ad6bafb266ae23946423dc69ca2951')
+md5sums=('a63128cad97035d9b872000a3f8c6d5f')
install=tomahawk.install
if [[ ! ${_buildtype} == 'Release' ]] && [[ ! ${_buildtype} == 'release' ]]; then