author | Antonio Rojas
<arojas@archlinux.org> 2021-02-04 12:47:27 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-02-04 12:47:27 UTC |
parent | 633234e248e15ab7d73a7e7f851d55323c924186 |
PKGBUILD | +4 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 17a5cf3..ef7c14b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Georg Grabler <ggrabler@gmail.com> pkgname=ktorrent -pkgver=20.12.1 +pkgver=20.12.2 pkgrel=1 pkgdesc="A powerful BitTorrent client for KDE" arch=(x86_64) @@ -15,10 +15,11 @@ optdepends=('plasma-workspace: shutdown plugin' 'kdnssd: zeroconf plugin' 'tagli 'syndication: syndication plugin' 'kplotting: statistics plugin') groups=(kde-applications kde-network) source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('8c5f52d9b4597c117c0ed189c2ada3b9716bc0d5ceb53fde66f6a009bee68354' +sha256sums=('8200cd9926aa53ab8f5caed1e357c6e430fd8ff78db8f81f55c55700ce786bbb' 'SKIP') validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7 # Albert Astals Cid <aacid@kde.org> - F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck@kde.org> + F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87 # Christoph Feck <cfeck@kde.org> + D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker@kde.org> build() { cmake -B build -S $pkgname-$pkgver \