summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKuba Serafinowski2014-11-05 22:29:19 +0100
committerKuba Serafinowski2014-11-05 22:29:19 +0100
commit129e4d1c0db9d54acefbb6508e70fa0f6fb77cfe (patch)
treee766313793b066ccdbe66cc513d1ac93488ea689
parent090082f2a66ea5ce036c58904a8daf0f3ddde250 (diff)
downloadaur-129e4d1c0db9d54acefbb6508e70fa0f6fb77cfe.tar.gz
change qca to qca-ossl
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1071653044c6..e72d7b50b1f6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = tomahawk
pkgdesc = A Music Player App written in C++/Qt
pkgver = 0.8.0
- pkgrel = 2
+ pkgrel = 3
url = http://tomahawk-player.org/
install = tomahawk.install
arch = i686
@@ -22,7 +22,7 @@ pkgbase = tomahawk
depends = qtwebkit
depends = liblastfm
depends = qtkeychain
- depends = qca
+ depends = qca-ossl
optdepends = kdelibs: integration with Plasma Desktop
optdepends = telepathy-qt4: integration with Telepathy
provides = tomahawk
diff --git a/PKGBUILD b/PKGBUILD
index 3a961696ecab..8a02c262ad10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,12 +14,12 @@ _buildtype='Release'
pkgname=tomahawk
pkgver=0.8.0
-pkgrel=2
+pkgrel=3
pkgdesc='A Music Player App written in C++/Qt'
arch=('i686' 'x86_64')
url='http://tomahawk-player.org/'
license=('GPL3')
-depends=('phonon-qt4' 'taglib' 'lucene++' 'libechonest' 'jreen' 'quazip' 'attica' 'qtwebkit' 'liblastfm' 'qtkeychain' 'qca')
+depends=('phonon-qt4' 'taglib' 'lucene++' 'libechonest' 'jreen' 'quazip' 'attica' 'qtwebkit' 'liblastfm' 'qtkeychain' 'qca-ossl')
makedepends=('cmake' 'automoc4' 'sparsehash' 'boost' 'websocketpp')
optdepends=('kdelibs: integration with Plasma Desktop' 'telepathy-qt4: integration with Telepathy')
provides=('tomahawk')