kdevelop-python: update to 5.2.3.
This commit is contained in:
parent
11c1c4d8a1
commit
562ff7a94e
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'kdevelop-python'
|
||||
pkgname=kdevelop-python
|
||||
version=5.2.1
|
||||
version=5.2.3
|
||||
revision=1
|
||||
build_style=cmake
|
||||
wrksrc="kdev-python-${version}"
|
||||
|
@ -12,10 +12,10 @@ pycompile_dirs="usr/share/kdevpythonsupport"
|
|||
pycompile_version="$py3_ver"
|
||||
short_desc="Python 3 language and Django project support for KDevelop"
|
||||
maintainer="yopito <pierre.bourgin@free.fr>"
|
||||
license="LGPL-2"
|
||||
license="LGPL-2.0-or-later, GPL-2.0-or-later"
|
||||
homepage="https://www.kdevelop.org/"
|
||||
distfiles="https://download.kde.org/stable/kdevelop/${version}/src/kdev-python-${version}.tar.xz"
|
||||
checksum=32d663e593ac8c538c101742b2ee838256a7794914d8e0a047ce0d28bafa027b
|
||||
distfiles="${KDE_SITE}/kdevelop/${version}/src/kdev-python-${version}.tar.xz"
|
||||
checksum=dcd976f8d3a80c9d2132925cfae5db433b4a5f1c5fa110527eece0a0cdc452c7
|
||||
nocross="kdevelop-devel is not available"
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in New Issue