summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Kluger2023-12-03 19:54:04 +0000
committerAndy Kluger2023-12-03 19:54:04 +0000
commit68da8f5e1caa97c66f4a4c31d17953d5f1448f5b (patch)
tree55dc97d1d5c2c04c419cbba4afc9fd2b3e6e8bff
parent4ebca39cd7eb48977a1aa919006fc0c7ccb5ae9a (diff)
downloadaur-68da8f5e1caa97c66f4a4c31d17953d5f1448f5b.tar.gz
version bump and rename kuserfeedback dep
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0a6d75fe1321..3d75aa79a78b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dolphin-meld
pkgdesc = KDE File Manager, using Meld rather than Kompare
- pkgver = 23.08.2
+ pkgver = 23.08.3
pkgrel = 1
url = https://apps.kde.org/dolphin/
arch = x86_64
@@ -15,22 +15,22 @@ pkgbase = dolphin-meld
depends = kcmutils5
depends = kparts5
depends = kactivities5
- depends = kuserfeedback
+ depends = kuserfeedback5
optdepends = kde-cli-tools: for editing file type options
optdepends = ffmpegthumbs: video thumbnails
optdepends = kdegraphics-thumbnailers: PDF and PS thumbnails
optdepends = konsole: terminal panel
optdepends = purpose5: share context menu
optdepends = kio-admin: for managing files as administrator
- provides = dolphin=23.08.2
- conflicts = dolphin=23.08.2
- source = https://download.kde.org/stable/release-service/23.08.2/src/dolphin-23.08.2.tar.xz
- source = https://download.kde.org/stable/release-service/23.08.2/src/dolphin-23.08.2.tar.xz.sig
+ provides = dolphin=23.08.3
+ conflicts = dolphin=23.08.3
+ source = https://download.kde.org/stable/release-service/23.08.3/src/dolphin-23.08.3.tar.xz
+ source = https://download.kde.org/stable/release-service/23.08.3/src/dolphin-23.08.3.tar.xz.sig
source = dolphin-meld.patch
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
validpgpkeys = D81C0CB38EB725EF6691C385BB463350D6EF31EF
- sha256sums = 0bca082410c4a1ab0ac60f76b0fbefa31c749dabe8a57cb53a33806cf53f6b2f
+ sha256sums = d54e877d893ddf3d59752da723c881471bc06aee2e4143ff7e034fdffd7bba9e
sha256sums = SKIP
sha256sums = a69abda1bd78cbaf3eb92ed645637fce1ea04a3528c90e22ab2abbdd809a0b15
diff --git a/PKGBUILD b/PKGBUILD
index fd853d66fd09..adc742e366ad 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=dolphin-meld
_pkgname=dolphin
-pkgver=23.08.2
+pkgver=23.08.3
pkgrel=1
pkgdesc='KDE File Manager, using Meld rather than Kompare'
arch=(x86_64)
@@ -15,7 +15,7 @@ url='https://apps.kde.org/dolphin/'
license=(LGPL)
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname=$pkgver")
-depends=(baloo-widgets knewstuff5 kio-extras kcmutils5 kparts5 kactivities5 kuserfeedback)
+depends=(baloo-widgets knewstuff5 kio-extras kcmutils5 kparts5 kactivities5 kuserfeedback5)
makedepends=(extra-cmake-modules kdoctools5)
optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video thumbnails' 'kdegraphics-thumbnailers: PDF and PS thumbnails'
'konsole: terminal panel' 'purpose5: share context menu'
@@ -23,7 +23,7 @@ optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video
groups=(kde-applications kde-system)
source=(https://download.kde.org/stable/release-service/$pkgver/src/$_pkgname-$pkgver.tar.xz{,.sig}
dolphin-meld.patch)
-sha256sums=('0bca082410c4a1ab0ac60f76b0fbefa31c749dabe8a57cb53a33806cf53f6b2f'
+sha256sums=('d54e877d893ddf3d59752da723c881471bc06aee2e4143ff7e034fdffd7bba9e'
'SKIP'
'a69abda1bd78cbaf3eb92ed645637fce1ea04a3528c90e22ab2abbdd809a0b15')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>