diff options
author | Andy Kluger | 2019-12-12 12:33:21 -0500 |
---|---|---|
committer | Andy Kluger | 2019-12-12 12:33:21 -0500 |
commit | c10f181771a182e2aad054b1c659e2741058f39d (patch) | |
tree | 4171c087bb5c7cae45b792787f49b3ef8b2cd1d7 | |
parent | 2016ba5216703c28f14ad6d8156ca47cfd9307d4 (diff) | |
download | aur-c10f181771a182e2aad054b1c659e2741058f39d.tar.gz |
version bump and source url update
-rw-r--r-- | .SRCINFO | 12 | ||||
-rw-r--r-- | PKGBUILD | 7 |
2 files changed, 10 insertions, 9 deletions
@@ -1,6 +1,6 @@ pkgbase = dolphin-meld pkgdesc = KDE File Manager, using Meld rather than Kompare - pkgver = 19.08.3 + pkgver = 19.12.0 pkgrel = 1 url = https://kde.org/applications/system/dolphin/ arch = x86_64 @@ -22,14 +22,14 @@ pkgbase = dolphin-meld optdepends = meld: file comparisons optdepends = konsole: terminal panel optdepends = purpose: share context menu - provides = dolphin=19.08.3 - conflicts = dolphin=19.08.3 - source = https://download.kde.org/stable/applications/19.08.3/src/dolphin-19.08.3.tar.xz - source = https://download.kde.org/stable/applications/19.08.3/src/dolphin-19.08.3.tar.xz.sig + provides = dolphin=19.12.0 + conflicts = dolphin=19.12.0 + source = https://download.kde.org/stable/release-service/19.12.0/src/dolphin-19.12.0.tar.xz + source = https://download.kde.org/stable/release-service/19.12.0/src/dolphin-19.12.0.tar.xz.sig source = dolphin-meld.patch validpgpkeys = CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 validpgpkeys = F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 - sha256sums = de71f52324c15d692448ac4c79c1e0fcf35df5c03349a8bcbebfae20d9f69d4e + sha256sums = 5bc092d2910583f1303d7800b836713e4547ac95cac06feaed67e4c038ff42e7 sha256sums = SKIP sha256sums = 13107b72348bd7eea5665196dc4a37c21bff131bbc8457efe77ef8c3e9450c7b @@ -1,4 +1,5 @@ # Maintainer: Andy Kluger <https://t.me/andykluger> + # Contributor: Antonio Rojas <arojas@archlinux,org> # Contributor: Felix Yan <felixonmars@archlinux.org> # Contributor: Andrea Scarpino <andrea@archlinux.org> @@ -6,7 +7,7 @@ pkgname=dolphin-meld _pkgname=dolphin -pkgver=19.08.3 +pkgver=19.12.0 pkgrel=1 pkgdesc="KDE File Manager, using Meld rather than Kompare" arch=(x86_64) @@ -20,9 +21,9 @@ optdepends=('kde-cli-tools: for editing file type options' 'ffmpegthumbs: video 'meld: file comparisons' '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} +source=("https://download.kde.org/stable/release-service/$pkgver/src/$_pkgname-$pkgver.tar.xz"{,.sig} "dolphin-meld.patch") -sha256sums=('de71f52324c15d692448ac4c79c1e0fcf35df5c03349a8bcbebfae20d9f69d4e' +sha256sums=('5bc092d2910583f1303d7800b836713e4547ac95cac06feaed67e4c038ff42e7' 'SKIP' '13107b72348bd7eea5665196dc4a37c21bff131bbc8457efe77ef8c3e9450c7b') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> |