author | Antonio Rojas
<arojas@archlinux.org> 2020-08-08 10:01:58 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-08-08 10:01:58 UTC |
parent | 31f9f5a7468614d1c3b9c517aad59651bf8e99df |
PKGBUILD | +2 | -8 |
diff --git a/PKGBUILD b/PKGBUILD index 6326aaa..7982ee6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -12,17 +12,11 @@ license=(LGPL) groups=(kf5) depends=(plasma-framework threadweaver) makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc) -source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig} - kdebug-423003.patch::"https://invent.kde.org/frameworks/krunner/-/commit/8f7ce559.patch") +source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) sha256sums=('b4e8427083b6546327eeb36b05a7e438e58f922d4cc5ae0c24cd8241924e9e09' - 'SKIP' - '1766828b1e7904de4b74fa4e3381b24e6bfd2f339f8bf67895aa7f798425a139') + 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> -prepare() { - patch -d $pkgname-$pkgver -p1 -i ../kdebug-423003.patch # Fix crash in contacts runnner -} - build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF \