Date: Saturday, March 19, 2022 @ 08:40:02 Author: arojas Revision: 440225
Add missing python dependency Modified: kig/kde-unstable/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-03-19 08:12:53 UTC (rev 440224) +++ PKGBUILD 2022-03-19 08:40:02 UTC (rev 440225) @@ -4,13 +4,13 @@ pkgname=kig pkgver=22.03.80 -pkgrel=1 +pkgrel=2 pkgdesc='Interactive Geometry' url='https://apps.kde.org/kig/' arch=(x86_64) license=(GPL LGPL FDL) groups=(kde-applications kde-education) -depends=(ktexteditor qt5-xmlpatterns boost-libs hicolor-icon-theme) +depends=(ktexteditor qt5-xmlpatterns boost-libs python hicolor-icon-theme) makedepends=(extra-cmake-modules kdoctools boost) source=(https://download.kde.org/unstable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}) sha256sums=('87ef8bb05110f893826322c91bd7ade9466d2256fb07d81b810a8083cb90c019'
