author | Felix Yan
<felixonmars@archlinux.org> 2019-08-11 08:53:08 UTC |
committer | Felix Yan
<felixonmars@archlinux.org> 2019-08-11 08:53:08 UTC |
parent | c705af79b38450241e01263674e8988a384a981e |
PKGBUILD | +2 | -2 |
diff --git a/PKGBUILD b/PKGBUILD index 081f468..2bd6ffe 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kitemmodels -pkgver=5.60.0 +pkgver=5.61.0 pkgrel=1 pkgdesc='Models for Qt Model/View system' arch=(x86_64) @@ -14,7 +14,7 @@ makedepends=(extra-cmake-modules python-pyqt5 clang doxygen qt5-tools sip) optdepends=('python-pyqt5: for the Python bindings') groups=(kf5) source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) -sha256sums=('364799922efa153d5bd6c326a8c3311d7170356807be1e67eb4d5135ec62f5ff' +sha256sums=('47db271ba24904933629ed00f7a4f916a19969967dcfbfd59ae5e98f08f89d68' 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>