author | Antonio Rojas
<arojas@archlinux.org> 2021-09-11 09:36:10 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-09-11 09:36:10 UTC |
parent | 19c8659fcdc1e8da100087c3e6306599567a8798 |
PKGBUILD | +5 | -12 |
diff --git a/PKGBUILD b/PKGBUILD index 5b1d242..7934b34 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=plasma-framework -pkgver=5.85.0 -pkgrel=2 +pkgver=5.86.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,11 @@ 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} - https://invent.kde.org/frameworks/plasma-framework/-/commit/837bb6975f6a0661d211107823b7587808fc3d4e.patch) -sha256sums=('879b3a97ec1a43a7108a2469e5d23578f05b1afcd838b286576ca5a14fadf8ff' - 'SKIP' - 'ef985ee3fddc615f0c44b14de4efc56ffd7568afba066019f58ce10b645a3dac') +source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig}) +sha256sums=('304715e0261370a97bc15b8fc57f2d4b9145787ba133fbdd078308c031eeae9d' + 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> -prepare() { - # Upstream suggested to backport - patch -d $pkgname-$pkgver -p1 < 837bb6975f6a0661d211107823b7587808fc3d4e.patch -} - build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF \