author | Felix Yan
<felixonmars@archlinux.org> 2019-08-11 08:38:45 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-08-11 08:38:45 UTC |
parent | d5574702f387e32da353c30c10f781da0a89f617 |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index c1a40a8..5456427 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=karchive -pkgver=5.60.0 +pkgver=5.61.0 pkgrel=1 pkgdesc='Qt 5 addon providing access to numerous types of archives' arch=(x86_64) @@ -13,7 +13,7 @@ depends=(qt5-base) makedepends=(extra-cmake-modules doxygen qt5-tools) groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('4e3d2a6ba551c6ada44a6517150e031df92691919119bc3b5eb4efc741ff7564' +sha256sums=('457ed420449630625cb161fcc9bedc7c6a16527f48d6db4008aea76cdb948387' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>