summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO7
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 9 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8def2512d928..e9221907553e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = amarok
pkgdesc = The powerful music player for KDE
- pkgver = 2.9.0.r380.5ed62f9a08
+ pkgver = 2.9.0.r389.195748144f
pkgrel = 1
url = http://amarok.kde.org/
arch = x86_64
@@ -27,14 +27,15 @@ pkgbase = amarok
depends = libofa
depends = mariadb
depends = phonon-qt5
+ depends = qt5-script
depends = qt5-webengine
depends = taglib-extras
depends = threadweaver
optdepends = ifuse: support for Apple iPod Touch and iPhone
optdepends = loudmouth: backend needed by mp3tunes for syncing
- source = amarok-2.9.0.r380.5ed62f9a08.tar.gz::https://github.com/KDE/amarok/archive/5ed62f9a089d239c3182514b6b67450866be3ed5.tar.gz
+ source = amarok-2.9.0.r389.195748144f.tar.gz::https://github.com/KDE/amarok/archive/195748144f468d9d5befcfa433f6c7ff96ff1fe8.tar.gz
source = amarok_mariadb.patch
- sha256sums = 9381b2cf4811c9354acbf2049f4b8d6d7d90175f40a9f22efe93135318fb55a7
+ sha256sums = cc41e970bd5f7bd53ecc7364391027e79c35abe9edfb6ca774e8bdca9331c226
sha256sums = 029937d925993fa0b3cbe460f6d0c8f9fd624fc8dffff22acbbd3da600720dab
pkgname = amarok
diff --git a/.gitignore b/.gitignore
index 14909c34ca04..2fb5ff5d017a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,4 @@
+amarok-*.pkg.tar.zst
amarok-*.pkg.tar.xz
amarok-*.tar.gz
amarok-*.log
diff --git a/PKGBUILD b/PKGBUILD
index cc00297886e8..702b8626f0b2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,25 +5,25 @@
# Contributor: damir <damir@archlinux.org>
pkgname=amarok
-pkgver=2.9.0.r380.5ed62f9a08
+pkgver=2.9.0.r389.195748144f
pkgrel=1
pkgdesc="The powerful music player for KDE"
arch=("x86_64")
url="http://${pkgname}.kde.org/"
license=("FDL" "GPL2" "LGPL2.1")
-depends=("kcmutils" "kdnssd" "kirigami2" "knewstuff" "ktexteditor" "libgpod" "liblastfm-qt5" "libmtp" "libmygpo-qt5" "libofa" "mariadb" "phonon-qt5" "qt5-webengine" "taglib-extras" "threadweaver")
+depends=("kcmutils" "kdnssd" "kirigami2" "knewstuff" "ktexteditor" "libgpod" "liblastfm-qt5" "libmtp" "libmygpo-qt5" "libofa" "mariadb" "phonon-qt5" "qt5-script" "qt5-webengine" "taglib-extras" "threadweaver")
makedepends=("extra-cmake-modules" "gdk-pixbuf2" "git" "knotifyconfig" "libgpod" "libmtp" "libmygpo-qt5" "loudmouth")
optdepends=(
"ifuse: support for Apple iPod Touch and iPhone"
"loudmouth: backend needed by mp3tunes for syncing"
)
-_commit="5ed62f9a089d239c3182514b6b67450866be3ed5"
+_commit="195748144f468d9d5befcfa433f6c7ff96ff1fe8"
source=(
"${pkgname}-${pkgver}.tar.gz::https://github.com/KDE/${pkgname}/archive/${_commit}.tar.gz"
"${pkgname}_mariadb.patch"
)
sha256sums=(
- "9381b2cf4811c9354acbf2049f4b8d6d7d90175f40a9f22efe93135318fb55a7"
+ "cc41e970bd5f7bd53ecc7364391027e79c35abe9edfb6ca774e8bdca9331c226"
"029937d925993fa0b3cbe460f6d0c8f9fd624fc8dffff22acbbd3da600720dab"
)