author | Antonio Rojas
<arojas@archlinux.org> 2021-05-08 12:01:39 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-05-08 12:01:39 UTC |
parent | 4dea20cf71ce731e5ee757aec13e788e84c5cd3c |
PKGBUILD | +3 | -3 |
diff --git a/PKGBUILD b/PKGBUILD index 852c980..7d4c59a 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kwidgetsaddons -pkgver=5.81.0 +pkgver=5.82.0 pkgrel=1 pkgdesc='Addons to QtWidgets' arch=(x86_64) @@ -13,8 +13,8 @@ depends=(qt5-base) makedepends=(extra-cmake-modules qt5-tools qt5-doc clang python-pyqt5 doxygen sip4) optdepends=('python-pyqt5: for the Python bindings') groups=(kf5) -source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('2f25e926edcab19e3ff3529b71ca409b2bb100c35f5a6e3aff663e1854a3b642' +source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('248897e7bfac5735b42aff0cd1f1ec12674a8e11ee4788847a111fd8cd419882' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>