summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Kluger2019-09-04 16:15:35 -0400
committerAndy Kluger2019-09-04 16:15:35 -0400
commit17981f62176ae0212d3c007265d82de9f685574c (patch)
treef4767b645b1946102549d01dd33874fd612a46c1
parent416f21b1af75c395f103aea4ee0303e2cc766891 (diff)
downloadaur-17981f62176ae0212d3c007265d82de9f685574c.tar.gz
match current dolphin PKGBUILD
-rw-r--r--.SRCINFO17
-rw-r--r--PKGBUILD9
2 files changed, 12 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2494f31e641e..4baec9c6d0ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = dolphin-meld
pkgdesc = KDE File Manager, using Meld rather than Kompare
- pkgver = 19.04.3
- pkgrel = 1
+ pkgver = 19.08.0
+ pkgrel = 2
url = https://kde.org/applications/system/dolphin/
arch = x86_64
groups = kde-applications
@@ -18,19 +18,18 @@ pkgbase = dolphin-meld
depends = phonon-qt5
optdepends = kde-cli-tools: for editing file type options
optdepends = ffmpegthumbs: video thumbnails
- optdepends = meld: file comparisons
- optdepends = ruby: installing new service menus from KDE Store
optdepends = kdegraphics-thumbnailers: PDF and PS thumbnails
+ optdepends = meld: file comparisons
optdepends = konsole: terminal panel
optdepends = purpose: share context menu
- provides = dolphin=19.04.3
- conflicts = dolphin=19.04.3
- source = https://download.kde.org/stable/applications/19.04.3/src/dolphin-19.04.3.tar.xz
- source = https://download.kde.org/stable/applications/19.04.3/src/dolphin-19.04.3.tar.xz.sig
+ provides = dolphin=19.08.0
+ conflicts = dolphin=19.08.0
+ source = https://download.kde.org/stable/applications/19.08.0/src/dolphin-19.08.0.tar.xz
+ source = https://download.kde.org/stable/applications/19.08.0/src/dolphin-19.08.0.tar.xz.sig
source = dolphin-meld.patch
validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7
validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87
- sha256sums = 67a2b283049591fa0f00304b4da6532e9d59d9dc9067916e0ffe8aa19d93f579
+ sha256sums = fd44714541ae7082d4615e441242afdba2d7810a373bfc8c3e64ff5c7db0a0f0
sha256sums = SKIP
sha256sums = 13107b72348bd7eea5665196dc4a37c21bff131bbc8457efe77ef8c3e9450c7b
diff --git a/PKGBUILD b/PKGBUILD
index 6b67f6f2f40a..fb8ced62b971 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,8 +6,8 @@
pkgname=dolphin-meld
_pkgname=dolphin
-pkgver=19.04.3
-pkgrel=1
+pkgver=19.08.0
+pkgrel=2
pkgdesc="KDE File Manager, using Meld rather than Kompare"
arch=(x86_64)
url="https://kde.org/applications/system/dolphin/"
@@ -16,14 +16,13 @@ provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname=$pkgver")
depends=(baloo-widgets knewstuff kio-extras kcmutils kparts kinit phonon-qt5)
makedepends=(extra-cmake-modules kdoctools)
-optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video thumbnails'
+optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video thumbnails' 'kdegraphics-thumbnailers: PDF and PS thumbnails'
'meld: file comparisons'
- 'ruby: installing new service menus from KDE Store' 'kdegraphics-thumbnailers: PDF and PS thumbnails'
'konsole: terminal panel' 'purpose: share context menu')
groups=(kde-applications kdebase)
source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig}
"dolphin-meld.patch")
-sha256sums=('67a2b283049591fa0f00304b4da6532e9d59d9dc9067916e0ffe8aa19d93f579'
+sha256sums=('fd44714541ae7082d4615e441242afdba2d7810a373bfc8c3e64ff5c7db0a0f0'
'SKIP'
'13107b72348bd7eea5665196dc4a37c21bff131bbc8457efe77ef8c3e9450c7b')
validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org>