mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/kconfig to 5.89.0-1
This commit is contained in:
parent
7628f5a0fc
commit
67869e4713
1 changed files with 5 additions and 5 deletions
|
@ -6,18 +6,18 @@
|
|||
# - drop clang makedepend to fix v5/v6 FTBFS
|
||||
|
||||
pkgname=kconfig
|
||||
pkgver=5.88.0
|
||||
pkgrel=3
|
||||
pkgver=5.89.0
|
||||
pkgrel=1
|
||||
pkgdesc='Configuration system'
|
||||
arch=(x86_64)
|
||||
url='https://community.kde.org/Frameworks'
|
||||
license=(LGPL)
|
||||
depends=(qt5-base)
|
||||
makedepends=(extra-cmake-modules qt5-tools qt5-doc python-pyqt5 doxygen sip4)
|
||||
optdepends=('python-pyqt5: for the Python bindings')
|
||||
makedepends=(extra-cmake-modules qt5-declarative qt5-tools qt5-doc doxygen)
|
||||
optdepends=('qt5-declarative: QML bindings')
|
||||
groups=(kf5)
|
||||
source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
|
||||
sha256sums=('3414e40306c294e28a376e73b5e871ddf2cfc06b751396244dcc585aecd402ac'
|
||||
sha256sums=('8eb17cedac15cef8f1b2d9ceaa20b74ccfdd66b935f1d223b17ea1e631a0b147'
|
||||
'SKIP')
|
||||
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
|
||||
|
||||
|
|
Loading…
Reference in a new issue