summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Kluger2020-09-03 13:16:02 -0700
committerAndy Kluger2020-09-03 13:16:02 -0700
commit7f7b21992635335b4295e1cd94ac8025ed66f41a (patch)
treee1248b7cfe428de9564d9d7c947c44d61ef97143
parentde29e4816950dafb4d2681d2b045364838159990 (diff)
downloadaur-7f7b21992635335b4295e1cd94ac8025ed66f41a.tar.gz
version bump and dep addition: kactivities
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 10 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e073b396d43d..7a7349b36bc0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dolphin-meld
pkgdesc = KDE File Manager, using Meld rather than Kompare
- pkgver = 20.08.0
+ pkgver = 20.08.1
pkgrel = 1
url = https://kde.org/applications/system/dolphin/
arch = x86_64
@@ -16,20 +16,21 @@ pkgbase = dolphin-meld
depends = kcmutils
depends = kparts
depends = kinit
+ depends = kactivities
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 = purpose: share context menu
optdepends = packagekit-qt5: service menu installer
- provides = dolphin=20.08.0
- conflicts = dolphin=20.08.0
- source = https://download.kde.org/stable/release-service/20.08.0/src/dolphin-20.08.0.tar.xz
- source = https://download.kde.org/stable/release-service/20.08.0/src/dolphin-20.08.0.tar.xz.sig
+ provides = dolphin=20.08.1
+ conflicts = dolphin=20.08.1
+ source = https://download.kde.org/stable/release-service/20.08.1/src/dolphin-20.08.1.tar.xz
+ source = https://download.kde.org/stable/release-service/20.08.1/src/dolphin-20.08.1.tar.xz.sig
source = dolphin-meld.patch
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
- sha256sums = fe5a68d9afd0771ba9ffc2d5d79e7bc43da85fd3ee3c2493a9a2d5c359c3cd6f
+ sha256sums = 7d6ef04b866366a0ff3b199aac082ade41b3748b225ef7675ea42ccf48cbdc24
sha256sums = SKIP
sha256sums = 9bf8e1d53bb482e3cc2f3a114fb894fc3d0216ad2933d0c6e1f0b7df6d640b7a
diff --git a/PKGBUILD b/PKGBUILD
index a9b2f89048a0..8f0efa169843 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@
pkgname=dolphin-meld
_pkgname=dolphin
-pkgver=20.08.0
+pkgver=20.08.1
pkgrel=1
pkgdesc="KDE File Manager, using Meld rather than Kompare"
arch=(x86_64)
@@ -15,14 +15,14 @@ url="https://kde.org/applications/system/dolphin/"
license=(LGPL)
provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname=$pkgver")
-depends=(baloo-widgets knewstuff kio-extras kcmutils kparts kinit)
+depends=(baloo-widgets knewstuff kio-extras kcmutils kparts kinit kactivities)
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')
groups=(kde-applications kde-system)
source=("https://download.kde.org/stable/release-service/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig}
"dolphin-meld.patch")
-sha256sums=('fe5a68d9afd0771ba9ffc2d5d79e7bc43da85fd3ee3c2493a9a2d5c359c3cd6f'
+sha256sums=('7d6ef04b866366a0ff3b199aac082ade41b3748b225ef7675ea42ccf48cbdc24'
'SKIP'
'9bf8e1d53bb482e3cc2f3a114fb894fc3d0216ad2933d0c6e1f0b7df6d640b7a')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>