mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/kconfig to 5.48.0-1
This commit is contained in:
parent
a1f2dca91b
commit
23c6ea5946
1 changed files with 5 additions and 5 deletions
|
@ -7,18 +7,18 @@
|
|||
# - drop clang makedepend, FTBFS on AArch64
|
||||
|
||||
pkgname=kconfig
|
||||
pkgver=5.47.0
|
||||
pkgrel=1.1
|
||||
pkgver=5.48.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 python-pyqt5 python2-pyqt5 doxygen)
|
||||
optdepends=('python-pykf5: to use the Python 3 bindings' 'python2-pykf5: to use the Python 2 bindings')
|
||||
makedepends=(extra-cmake-modules qt5-tools python-pyqt5 doxygen sip)
|
||||
optdepends=('python-pyqt5: for the Python bindings')
|
||||
groups=(kf5)
|
||||
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
|
||||
sha256sums=('d882255769ab95d49d4df4b40e659b25754935206b1fc07310e2cbc34d3cdb45'
|
||||
sha256sums=('43a51e90092dd4d986f3200f709374e3ada9bb93ef97b5cab852c8d42c03c4bc'
|
||||
'SKIP')
|
||||
validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde.org>
|
||||
|
||||
|
|
Loading…
Reference in a new issue