author | FabioLolix
<fabio.loli@disroot.org> 2024-10-07 20:59:52 UTC |
committer | FabioLolix
<fabio.loli@disroot.org> 2024-10-07 20:59:52 UTC |
parent | 731cf9b0513d5e949562dcd08648a61be3f369f3 |
.SRCINFO | +4 | -4 |
PKGBUILD | +3 | -3 |
diff --git a/.SRCINFO b/.SRCINFO index 2744b80..a112733 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,8 +1,8 @@ pkgbase = amarok pkgdesc = The powerful music player for KDE - pkgver = 3.1.0 + pkgver = 3.1.1 pkgrel = 1 - url = https://apps.kde.org/de/amarok/ + url = https://apps.kde.org/amarok/ arch = x86_64 license = FDL license = GPL2 @@ -61,7 +61,7 @@ pkgbase = amarok depends = solid5 optdepends = qt5-webengine: wikipedia optdepends = loudmouth: backend needed by mp3tunes for syncing - source = https://invent.kde.org/multimedia/amarok/-/archive/v3.1.0/amarok-v3.1.0.tar.gz - sha256sums = 68738e2b34aef89f6a1620d8bed502596c81522428e4b0a58c37e19218084978 + source = https://invent.kde.org/multimedia/amarok/-/archive/v3.1.1/amarok-v3.1.1.tar.gz + sha256sums = 1bd96711a9b0848509e95ec99dc5caff830755d086a0b7d2b9b6016f193390c2 pkgname = amarok diff --git a/PKGBUILD b/PKGBUILD index bbf490f..4ed0134 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -6,11 +6,11 @@ # Contributor: damir <damir@archlinux.org> pkgname=amarok -pkgver=3.1.0 +pkgver=3.1.1 pkgrel=1 pkgdesc="The powerful music player for KDE" arch=(x86_64) -url="https://apps.kde.org/de/amarok/" +url="https://apps.kde.org/amarok/" license=(FDL GPL2 LGPL2.1) depends=(kcmutils5 kdnssd5 kirigami2 kirigami-addons5 ktexteditor5 liblastfm-qt5 libofa phonon-qt5 threadweaver5 taglib libmygpo-qt5 libmtp mariadb mariadb-libs gdk-pixbuf2 knotifyconfig5 @@ -26,7 +26,7 @@ optdepends=( "loudmouth: backend needed by mp3tunes for syncing" ) source=("https://invent.kde.org/multimedia/amarok/-/archive/v${pkgver}/amarok-v${pkgver}.tar.gz") -sha256sums=('68738e2b34aef89f6a1620d8bed502596c81522428e4b0a58c37e19218084978') +sha256sums=('1bd96711a9b0848509e95ec99dc5caff830755d086a0b7d2b9b6016f193390c2') build() { cmake -B build -S "amarok-v${pkgver}" -Wno-dev \