summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuckSoft2021-05-06 09:45:12 +0800
committerDuckSoft2021-05-06 09:45:12 +0800
commit67f5b54cf7c484e6b1fb15d7d658bfbe4c9963bc (patch)
treed533d4f25b26143dc647d968dca3a4cc804ec9bd
parent41f6c3054e281c916149b8343a6f35efc8326f29 (diff)
downloadaur-67f5b54cf7c484e6b1fb15d7d658bfbe4c9963bc.tar.gz
upgpkg: dolphin-duckspace 21.04.0-1
upstream release
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD13
2 files changed, 11 insertions, 16 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5b8bcb81e84f..279ebd881312 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dolphin-duckspace
pkgdesc = KDE File Manager (with DuckSoft's Space Patch)
- pkgver = 20.12.0
- pkgrel = 2
+ pkgver = 21.04.0
+ pkgrel = 1
url = https://kde.org/applications/system/dolphin/
arch = x86_64
license = LGPL
@@ -24,14 +24,10 @@ pkgbase = dolphin-duckspace
optdepends = packagekit-qt5: service menu installer
provides = dolphin
conflicts = dolphin
- source = https://download.kde.org/stable/release-service/20.12.0/src/dolphin-20.12.0.tar.xz
- source = https://download.kde.org/stable/release-service/20.12.0/src/dolphin-20.12.0.tar.xz.sig
+ source = https://download.kde.org/stable/release-service/21.04.0/src/dolphin-21.04.0.tar.xz
source = ducksoft-want-my-space-back.patch
- validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
- validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
- sha256sums = 02b384e85b00aaaf1b4efd7ee7ca9d2f98991b850aa3645b7161219e9087ccd3
- sha256sums = SKIP
- sha256sums = SKIP
+ sha256sums = 4988e59d4e3edfd58c2d0857745398fc1840c87ec03ea13b0d73254874cfbdbe
+ sha256sums = 21a50881ce6dce2a831d8fc0e2d1339a158aaabc65986bbe3c9e990a4a71fcbe
pkgname = dolphin-duckspace
diff --git a/PKGBUILD b/PKGBUILD
index 6f6405c62fb9..64bfe81a597e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,3 +1,4 @@
+# Maintainer: DuckSoft <realducksoft at gmail dot com>
# Maintainer: Antonio Rojas <arojas@archlinux,org>
# Maintainer: Felix Yan <felixonmars@archlinux.org>
# Contributor: Andrea Scarpino <andrea@archlinux.org>
@@ -5,8 +6,8 @@
pkgname=dolphin-duckspace
_pkgname=dolphin
-pkgver=20.12.0
-pkgrel=2
+pkgver=21.04.0
+pkgrel=1
pkgdesc="KDE File Manager (with DuckSoft's Space Patch)"
arch=(x86_64)
url="https://kde.org/applications/system/dolphin/"
@@ -17,12 +18,10 @@ depends=(baloo-widgets knewstuff kio-extras kcmutils kparts kinit kactivities ku
makedepends=(extra-cmake-modules kdoctools packagekit-qt5)
optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video thumbnails' 'kdegraphics-thumbnailers: PDF and PS thumbnails'
'konsole: terminal panel' 'purpose: share context menu' 'packagekit-qt5: service menu installer')
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig}
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$_pkgname-$pkgver.tar.xz"
"ducksoft-want-my-space-back.patch")
-sha256sums=('02b384e85b00aaaf1b4efd7ee7ca9d2f98991b850aa3645b7161219e9087ccd3'
- 'SKIP' 'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>
- F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org>
+sha256sums=('4988e59d4e3edfd58c2d0857745398fc1840c87ec03ea13b0d73254874cfbdbe'
+ '21a50881ce6dce2a831d8fc0e2d1339a158aaabc65986bbe3c9e990a4a71fcbe')
prepare() {
cd "$srcdir"/$_pkgname-$pkgver