summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLolix2019-06-30 23:34:55 +0200
committerLolix2019-06-30 23:34:55 +0200
commitcdf1b0b22a7b9be77f6937f4f0e98a661fe48d69 (patch)
tree46a84e3fd9510088bb743f99e43355d56fa2b321
parenta481047fde6019a79db55cc5eba61c31ce486c6a (diff)
downloadaur-cdf1b0b22a7b9be77f6937f4f0e98a661fe48d69.tar.gz
Update deps
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ef43b9e59bf..39172949c311 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = strawberry-full-git
pkgdesc = A music player aimed at audio enthusiasts and music collectors, all options and engines
- pkgver = 0.5.3.r2.g41f5cf6
- pkgrel = 1
+ pkgver = 0.5.5.r105.g9083c57
+ pkgrel = 2
url = http://www.strawbs.org/
arch = x86_64
arch = i686
@@ -13,6 +13,7 @@ pkgbase = strawberry-full-git
makedepends = git
makedepends = cmake
makedepends = boost
+ makedepends = qt5-tools
depends = chromaprint
depends = protobuf
depends = gst-plugins-base
@@ -24,11 +25,11 @@ pkgbase = strawberry-full-git
depends = dbus
depends = alsa-lib
depends = taglib
+ depends = fftw
depends = libcdio
depends = xine-lib
depends = vlc
depends = libgpod
- depends = liblastfm-qt5
depends = libpulse
depends = libmtp
depends = libusbmuxd
diff --git a/PKGBUILD b/PKGBUILD
index a2580aae3971..0223d123636c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,17 @@
# Maintainer: Fabio 'Lolix' Loli <lolix@disroot.org> -> https://github.com/FabioLolix
pkgname=strawberry-full-git
-pkgver=0.5.3.r2.g41f5cf6
-pkgrel=1
+pkgver=0.5.5.r105.g9083c57
+pkgrel=2
pkgdesc="A music player aimed at audio enthusiasts and music collectors, all options and engines"
arch=(x86_64 i686 arm armv6h armv7h aarch64)
url="http://www.strawbs.org/"
license=(GPL3)
depends=(chromaprint protobuf gst-plugins-base gst-plugins-good qt5-base qt5-x11extras
- sqlite3 udisks2 dbus alsa-lib taglib
- libcdio xine-lib vlc libgpod liblastfm-qt5
+ sqlite3 udisks2 dbus alsa-lib taglib fftw
+ libcdio xine-lib vlc libgpod
libpulse libmtp libusbmuxd libplist libimobiledevice phonon-qt5-backend)
-makedepends=(git cmake boost)
+makedepends=(git cmake boost qt5-tools)
optdepends=('gst-libav: additional codecs (i.e. AAC)'
'gst-plugins-bad: additional codecs (i.e. AAC)'
'gst-plugins-ugly: additional codecs')