diff options
author | Andy Kluger | 2019-06-07 03:18:23 -0400 |
---|---|---|
committer | Andy Kluger | 2019-06-07 03:18:23 -0400 |
commit | f71cf1a586b4483eb2c6fdab12cb8e60e29d2073 (patch) | |
tree | 181302681e5d71715b2a6b19d59acd13ac24cbed | |
parent | 4c289ca0e9cdc7b82469e6f5fc8b806fc70693a3 (diff) | |
download | aur-f71cf1a586b4483eb2c6fdab12cb8e60e29d2073.tar.gz |
version bump
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 8 insertions, 8 deletions
@@ -1,6 +1,6 @@ pkgbase = dolphin-meld pkgdesc = KDE File Manager, using Meld rather than Kompare - pkgver = 19.04.1 + pkgver = 19.04.2 pkgrel = 1 url = https://kde.org/applications/system/dolphin/ arch = x86_64 @@ -23,14 +23,14 @@ pkgbase = dolphin-meld optdepends = kdegraphics-thumbnailers: PDF and PS thumbnails optdepends = konsole: terminal panel optdepends = purpose: share context menu - provides = dolphin=19.04.1 - conflicts = dolphin=19.04.1 - source = https://download.kde.org/stable/applications/19.04.1/src/dolphin-19.04.1.tar.xz - source = https://download.kde.org/stable/applications/19.04.1/src/dolphin-19.04.1.tar.xz.sig + provides = dolphin=19.04.2 + conflicts = dolphin=19.04.2 + source = https://download.kde.org/stable/applications/19.04.2/src/dolphin-19.04.2.tar.xz + source = https://download.kde.org/stable/applications/19.04.2/src/dolphin-19.04.2.tar.xz.sig source = dolphin-meld.patch validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 - sha256sums = 72cab4d9f49ac05d3e0e8e1ff67cf29c0cacbe2c3a43506eca4c849ea878370a + sha256sums = 1aacf622e1830ac458e3ab706b1a895eec467b9e0401c9bc88f1eb381205df79 sha256sums = SKIP sha256sums = 13107b72348bd7eea5665196dc4a37c21bff131bbc8457efe77ef8c3e9450c7b @@ -6,7 +6,7 @@ pkgname=dolphin-meld _pkgname=dolphin -pkgver=19.04.1 +pkgver=19.04.2 pkgrel=1 pkgdesc="KDE File Manager, using Meld rather than Kompare" arch=(x86_64) @@ -23,7 +23,7 @@ optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video groups=(kde-applications kdebase) source=("https://download.kde.org/stable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig} "dolphin-meld.patch") -sha256sums=('72cab4d9f49ac05d3e0e8e1ff67cf29c0cacbe2c3a43506eca4c849ea878370a' +sha256sums=('1aacf622e1830ac458e3ab706b1a895eec467b9e0401c9bc88f1eb381205df79' 'SKIP' '13107b72348bd7eea5665196dc4a37c21bff131bbc8457efe77ef8c3e9450c7b') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> |