author | Antonio Rojas
<arojas@archlinux.org> 2021-04-10 10:10:56 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2021-04-10 10:10:56 UTC |
parent | f307a30663e942a0cecd2f23b2c693cb5daf325c |
PKGBUILD | +5 | -11 |
diff --git a/PKGBUILD b/PKGBUILD index 2d74a89..6302262 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kio -pkgver=5.80.1 -pkgrel=2 +pkgver=5.81.0 +pkgrel=1 pkgdesc='Resource and network access abstraction' arch=(x86_64) url='https://community.kde.org/Frameworks' @@ -14,17 +14,11 @@ makedepends=(extra-cmake-modules kdoctools doxygen qt5-tools qt5-doc) optdepends=('kio-extras: extra protocols support (sftp, fish and more)' 'kdoctools: for the help kioslave' 'kio-fuse: to mount remote filesystems via FUSE') groups=(kf5) -source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig} - kdebug-434455.patch::"https://invent.kde.org/frameworks/kio/commit/05e10906.patch") -sha256sums=('d971ce61a022f9e4d2d6be9c66917be271d0fb212795a151150e208e64cd5a28' - 'SKIP' - '993b0ef360e25eff13d1741988dfac8616738fa40229fe61f54d82215209f496') +source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('c62bae911978d163bbb86648344708d5b963823244941de0904c2a7800ecc07e' + 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> -prepare() { - patch -d $pkgname-$pkgver -p1 -i ../kdebug-434455.patch # Don't lock files on external drives -} - build() { cmake -B build -S $pkgname-$pkgver \ -DCMAKE_INSTALL_LIBEXECDIR=lib \