author | Antonio Rojas
<arojas@archlinux.org> 2020-02-09 09:56:55 UTC |
committer | Antonio Rojas
<arojas@archlinux.org> 2020-02-09 09:56:55 UTC |
parent | 3ee2ad4f7efdaf0d0861d70e13dfb5a03d4055ff |
PKGBUILD | +5 | -14 |
diff --git a/PKGBUILD b/PKGBUILD index 3bc31f8..32a610b 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Andrea Scarpino <andrea@archlinux.org> pkgname=kwallet -pkgver=5.66.0 -pkgrel=2 +pkgver=5.67.0 +pkgrel=1 pkgdesc='Secure and unified container for user passwords' arch=(x86_64) url='https://community.kde.org/Frameworks' @@ -13,22 +13,13 @@ depends=(knotifications kiconthemes kservice gpgme) makedepends=(extra-cmake-modules kdoctools boost doxygen qt5-tools qt5-doc) optdepends=('kwalletmanager: Configuration GUI') groups=(kf5) -source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig} - kwallet-falkon-1.patch::"https://cgit.kde.org/kwallet.git/patch/?id=d4980443" - kwallet-falkon-2.patch::"https://cgit.kde.org/kwallet.git/patch/?id=02ab54ea") -sha256sums=('6e48070e22a822a4003e1f7a739fe1e335bcf46982cbf4909d23a6e40689a827' - 'SKIP' - 'c4699f82fa8120c38487f32a18381df141df0e6d3c60448099571c168f7d7d62' - 'eda63d7d1a3fe514648ccae332749c6aab249915dee98d3f390b07eb38cad740') +source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig}) +sha256sums=('90e1609872235812265599d1fbd218b9c36a325d2d4160ede6621027163581c3' + 'SKIP') validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org> prepare() { mkdir -p build - -# Fix password filling in falkon - cd $pkgname-$pkgver - patch -p1 -i ../kwallet-falkon-1.patch - patch -p1 -i ../kwallet-falkon-2.patch } build() {