diff options
author | Bart Ribbers <bribbers@disroot.org> | 2019-12-16 12:47:35 +0100 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-12-23 14:33:29 +0100 |
commit | 3cbde1dc9526ef8329d8e0ff35c98aee39b321e1 (patch) | |
tree | 951ac863a86faefbb9edb1e2758f5cb2a5705bc0 /testing/dolphin-plugins | |
parent | 74fad971f1fcb30104bc6d3f91fd9666f5111bee (diff) | |
download | aports-3cbde1dc9526ef8329d8e0ff35c98aee39b321e1.tar.bz2 aports-3cbde1dc9526ef8329d8e0ff35c98aee39b321e1.tar.xz |
{community,testing}/kde-service-release: upgrade to 19.12.0
Diffstat (limited to 'testing/dolphin-plugins')
-rw-r--r-- | testing/dolphin-plugins/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/dolphin-plugins/APKBUILD b/testing/dolphin-plugins/APKBUILD index 9e222528ef..7c61fff826 100644 --- a/testing/dolphin-plugins/APKBUILD +++ b/testing/dolphin-plugins/APKBUILD @@ -1,14 +1,14 @@ # Contributor: Bart Ribbers <bribbers@disroot.org> # Maintainer: Bart Ribbers <bribbers@disroot.org> pkgname=dolphin-plugins -pkgver=19.08.3 +pkgver=19.12.0 pkgrel=0 arch="all" url="https://www.kde.org/applications/system/dolphin/" pkgdesc="Extra Dolphin plugins" license="GPL-2.0-or-later" makedepends="extra-cmake-modules qt5-qtbase-dev kxmlgui-dev ki18n-dev kio-dev ktextwidgets-dev ktexteditor-dev dolphin-dev" -source="https://download.kde.org/stable/applications/$pkgver/src/$pkgname-$pkgver.tar.xz" +source="https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz" subpackages="$pkgname-lang" build() { @@ -27,4 +27,4 @@ package() { DESTDIR="$pkgdir" make install } -sha512sums="a9155d8811eebfdaf0e76636746eca20e065d994a7c9e69672e8ebb9cdede118ce518e012e165d3ea82786ee53d46d044e63f208564d2de91b0c8d8c9daf509e dolphin-plugins-19.08.3.tar.xz" +sha512sums="2f02cfd4f5b6596e350a77547f76cb484966393947c2c60940e6570c90121085588b2485ae1e46317b86e6d24189356f123f5243f221217942ede587a2d6400f dolphin-plugins-19.12.0.tar.xz" |