summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFrederik "Freso" S. Olesen2014-11-07 19:15:01 +0100
committerFrederik "Freso" S. Olesen2014-11-07 19:15:01 +0100
commit05b0276e1a0ff708e9608463279affbe9a6654f1 (patch)
treeda3e3231ecfe2f4e626bd9211798df6982b69379 /PKGBUILD
parentdd55ec38ac675549aa796011935b8d798dda4deb (diff)
downloadaur-acousticbrainz-gui-git.tar.gz
acousticbrainz-gui-git: Upstream has changed dependencies.
* Qt4 -> Qt5: https://github.com/MTG/acousticbrainz-gui/commit/49c809c7f70e451fa52cec6fe22b35c79999db42 * No Qjson: https://github.com/MTG/acousticbrainz-gui/commit/708e2de9f1ac2f0e30e322e03e0e5d02146922f5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f4b539a6cc1a..bd1260dd5617 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
_pkgname=acousticbrainz-gui
pkgname=$_pkgname-git
-pkgver=r33.22379f8
+pkgver=r43.708e2de
pkgver(){
cd "$_pkgname"
printf "r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
@@ -11,7 +11,7 @@ pkgdesc='Submit audio features to the AcousticBrainz project.'
arch=('any')
url='http://acousticbrainz.org/'
license=('GPL2')
-depends=('qt4' 'qjson' 'essentia-acousticbrainz')
+depends=('qt5-base' 'essentia-acousticbrainz')
provides=("$_pkgname")
conflicts=("$_pkgname")
source=("git+https://github.com/MTG/${_pkgname}.git")