summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2013-01-25 18:44:48 +0100
committerKuba Serafinowski2013-01-25 18:44:48 +0100
commitc2d2653045911dfc9a4e9d9349d3eb3a73d3100e (patch)
treefe0685a8313d85f66e69835e9a8c4f4a7d234c4f
parent30e3c47ec6f62ebe99498eb4824d6c6f38962d7f (diff)
downloadaur-c2d2653045911dfc9a4e9d9349d3eb3a73d3100e.tar.gz
liblastfm is now up-to-date in extra
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 210ee0454d39..28e298c49854 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tomahawk
pkgdesc = A Music Player App written in C++/Qt
pkgver = 0.6.0
- pkgrel = 1
+ pkgrel = 2
url = http://tomahawk-player.org/
install = tomahawk.install
arch = i686
@@ -18,7 +18,7 @@ pkgbase = tomahawk
depends = quazip
depends = attica
depends = qtwebkit
- depends = liblastfm1
+ depends = liblastfm
optdepends = tomahawk-spotify-git: spotify resolver
provides = tomahawk
conflicts = tomahawk-git
diff --git a/PKGBUILD b/PKGBUILD
index c353a3212acc..ea91de65e193 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -15,12 +15,12 @@ _buildtype="Release"
pkgname=tomahawk
pkgver=0.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="A Music Player App written in C++/Qt"
arch=('i686' 'x86_64')
url="http://tomahawk-player.org/"
license=('GPL3')
-depends=('phonon' 'taglib' 'boost' 'clucene' 'libechonest2' 'jreen' 'qtweetlib' 'quazip' 'attica' 'qtwebkit' 'liblastfm1')
+depends=('phonon' 'taglib' 'boost' 'clucene' 'libechonest2' 'jreen' 'qtweetlib' 'quazip' 'attica' 'qtwebkit' 'liblastfm')
makedepends=('cmake')
optdepends=('tomahawk-spotify-git: spotify resolver')
provides=('tomahawk')