diff options
author | Andy Kluger | 2019-01-10 13:22:32 -0500 |
---|---|---|
committer | Andy Kluger | 2019-01-10 13:22:32 -0500 |
commit | bf188486dd030d900be837d6bca1ea51732bf89f (patch) | |
tree | 84a684e600f24d075ac9cfb0fea0f35ae0c6c849 | |
parent | 8b773fc05e903e68007e4f54b724d194e8fcafd6 (diff) | |
download | aur-bf188486dd030d900be837d6bca1ea51732bf89f.tar.gz |
version bump
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 9 insertions, 9 deletions
@@ -1,6 +1,6 @@ pkgbase = dolphin-meld pkgdesc = KDE File Manager, using Meld rather than Kompare - pkgver = 18.12.0 + pkgver = 18.12.1 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=18.12.0 - conflicts = dolphin=18.12.0 - source = https://download.kde.org/stable/applications/18.12.0/src/dolphin-18.12.0.tar.xz - source = https://download.kde.org/stable/applications/18.12.0/src/dolphin-18.12.0.tar.xz.sig + provides = dolphin=18.12.1 + conflicts = dolphin=18.12.1 + source = https://download.kde.org/stable/applications/18.12.1/src/dolphin-18.12.1.tar.xz + source = https://download.kde.org/stable/applications/18.12.1/src/dolphin-18.12.1.tar.xz.sig source = dolphin-meld.patch validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 - sha256sums = 837f8a43f09ef0e74e634cc5c1538cd5230f63c2a55675b3ae93f412d36cbf82 + sha256sums = 18a3ef54ef62eb40f3546baf8873c48b64e00a90960203da7d15f7cf101475b4 sha256sums = SKIP sha256sums = 13107b72348bd7eea5665196dc4a37c21bff131bbc8457efe77ef8c3e9450c7b @@ -4,9 +4,9 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> # Contributor: Pierre Schmitz <pierre@archlinux.de> -_pkgname=dolphin pkgname=dolphin-meld -pkgver=18.12.0 +_pkgname=dolphin +pkgver=18.12.1 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=('837f8a43f09ef0e74e634cc5c1538cd5230f63c2a55675b3ae93f412d36cbf82' +sha256sums=('18a3ef54ef62eb40f3546baf8873c48b64e00a90960203da7d15f7cf101475b4' 'SKIP' '13107b72348bd7eea5665196dc4a37c21bff131bbc8457efe77ef8c3e9450c7b') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> |