author | Antonio Rojas
<arojas@archlinux.org> 2021-02-13 16:36:21 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-02-13 16:36:21 UTC |
parent | d507ea72f9b837efb7f8080444ee67427abc1c2f |
PKGBUILD | +5 | -11 |
diff --git a/PKGBUILD b/PKGBUILD index ed08093..701f1a6 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kcompletion -pkgver=5.78.0 -pkgrel=2 +pkgver=5.79.0 +pkgrel=1 pkgdesc='Text completion helpers and widgets' arch=(x86_64) url='https://community.kde.org/Frameworks' @@ -13,17 +13,11 @@ depends=(kwidgetsaddons kconfig) 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} - https://invent.kde.org/frameworks/kcompletion/commit/7acda936f06193e9fc85ae5cf9ccc8d65971f657.patch) -sha256sums=('a73972651b5230c8df2d5d7b463d48004b8fd6672bda164e834eec5345113fa9' - 'SKIP' - '46186dc50a57cdb0bb48f5d03811553a50c2cd3d35c034fd2fadd6854fb259b3') +source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('9bff8b791d2434057a0137805e8dcc81ddfaa6dc87f0b5180c74be770934d7fe' + 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> -prepare() { - patch -d $pkgname-$pkgver -p1 < 7acda936f06193e9fc85ae5cf9ccc8d65971f657.patch -} - build() { cmake -B build -S $pkgname-$pkgver \ -DBUILD_TESTING=OFF \