┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntonio Rojas <[email protected]>2025-04-20 09:18:26 +0200
committerAntonio Rojas <[email protected]>2025-04-20 09:18:26 +0200
commit43220d31beafa17ef5e7a4b2052b6d6145bab67d (patch)
treec8680d0c7fe390140c2a35b84e7e76a66887bebc
parentf9aa8cc6d260cec17745b09f9220a103735dd5af (diff)
upgpkg: 25.04.0-1: Update to 25.04.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
-rw-r--r--README.md3
3 files changed, 6 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 50a3468..c1a68cf 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dolphin
pkgdesc = KDE File Manager
- pkgver = 24.12.3
+ pkgver = 25.04.0
pkgrel = 1
url = https://apps.kde.org/dolphin/
arch = x86_64
@@ -49,12 +49,12 @@ pkgbase = dolphin
optdepends = kio-admin: for managing files as administrator
optdepends = konsole: terminal panel
optdepends = purpose: share context menu
- source = https://download.kde.org/stable/release-service/24.12.3/src/dolphin-24.12.3.tar.xz
- source = https://download.kde.org/stable/release-service/24.12.3/src/dolphin-24.12.3.tar.xz.sig
+ source = https://download.kde.org/stable/release-service/25.04.0/src/dolphin-25.04.0.tar.xz
+ source = https://download.kde.org/stable/release-service/25.04.0/src/dolphin-25.04.0.tar.xz.sig
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
- sha256sums = 0bcefb5c6eadddb867924e9052d5431c5b7c98aa4022c3fa2ca16d5b6515b0f0
+ sha256sums = 8997ec04ef12af22647dfef67b15ea8f1304f7ae076c7b8fd53184a55a012a18
sha256sums = SKIP
pkgname = dolphin
diff --git a/PKGBUILD b/PKGBUILD
index c660d83..fb62aed 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
# Contributor: Pierre Schmitz <[email protected]>
pkgname=dolphin
-pkgver=24.12.3
+pkgver=25.04.0
pkgrel=1
pkgdesc='KDE File Manager'
arch=(x86_64)
@@ -55,7 +55,7 @@ optdepends=('ffmpegthumbs: video thumbnails'
groups=(kde-applications
kde-system)
source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('0bcefb5c6eadddb867924e9052d5431c5b7c98aa4022c3fa2ca16d5b6515b0f0'
+sha256sums=('8997ec04ef12af22647dfef67b15ea8f1304f7ae076c7b8fd53184a55a012a18'
'SKIP')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <[email protected]>
F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <[email protected]>
diff --git a/README.md b/README.md
deleted file mode 100644
index ac9ce4f..0000000
--- a/README.md
+++ /dev/null
@@ -1,3 +0,0 @@
-This package is part of the `gear` suite, and is managed by the scripts at https://gitlab.archlinux.org/archlinux/kde-build.
-
-Do not upgrade this package individually, or make any format changes to the PKGBUILD without checking with the KDE package maintainers first.