author | Antonio Rojas
<arojas@archlinux.org> 2020-01-11 11:45:56 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-01-11 11:45:56 UTC |
parent | 04c3100d041a97241865ee6101904020733fd856 |
PKGBUILD | +5 | -10 |
diff --git a/PKGBUILD b/PKGBUILD index 47b7cdd..6f39803 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=plasma-framework -pkgver=5.65.0 -pkgrel=4 +pkgver=5.66.0 +pkgrel=1 pkgdesc='Plasma library and runtime components based upon KF5 and Qt5' arch=(x86_64) url='https://community.kde.org/Frameworks' @@ -12,18 +12,13 @@ license=(LGPL) depends=(kactivities kdeclarative kwayland kirigami2) makedepends=(extra-cmake-modules qt5-tools qt5-doc kdoctools doxygen) groups=(kf5) -source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig} - kdebug-415492.patch::"https://cgit.kde.org/plasma-framework.git/patch/?id=6756d00f") -sha256sums=('794616029509897bdf1685fc1fd0b6cfb66f4edd3627aa69138f100a4615c826' - 'SKIP' - 'af524ddc83c28c19e1785f593745b76157d192040413c945733ad84a2c3e2b08') +source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('3263ccf95a6fcf8fde087d402d89d64c64c0130d4df62b95b860fada13aad419' + 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> prepare() { mkdir -p build - - cd $pkgname-$pkgver - patch -p1 -i ../kdebug-415492.patch # Fix crash in calendar plugin } build() {