summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2014-04-08 22:48:30 +0300
committerKuba Serafinowski2014-04-08 22:48:30 +0300
commitac9a2734c0d53ce9103312eee48b2496b0113c74 (patch)
treee18362e909754034f31084fe7629c2de075a08da
parent998246150499be23c2a0fa2d93318711c69eb889 (diff)
downloadaur-ac9a2734c0d53ce9103312eee48b2496b0113c74.tar.gz
rename libechonest2 -> libechonest
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54e83b1086d6..7902516a7159 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tomahawk
pkgdesc = A Music Player App written in C++/Qt
pkgver = 0.7.0
- pkgrel = 3
+ pkgrel = 4
url = http://tomahawk-player.org/
install = tomahawk.install
arch = i686
@@ -12,7 +12,7 @@ pkgbase = tomahawk
depends = taglib
depends = boost
depends = clucene
- depends = libechonest2
+ depends = libechonest
depends = jreen
depends = qtweetlib
depends = quazip
diff --git a/PKGBUILD b/PKGBUILD
index 0fd039eb44a8..93f886d68e25 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,12 +14,12 @@ _buildtype='Release'
pkgname=tomahawk
pkgver=0.7.0
-pkgrel=3
+pkgrel=4
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' 'liblastfm')
+depends=('phonon' 'taglib' 'boost' 'clucene' 'libechonest' 'jreen' 'qtweetlib' 'quazip' 'attica' 'qtwebkit' 'liblastfm')
makedepends=('cmake')
provides=('tomahawk')
conflicts=('tomahawk-git')