Date: Sunday, August 28, 2022 @ 09:23:00 Author: arojas Revision: 1285035
upgpkg: python-kikit 1.0.5-2: Add missing pcbnewtransition dependency (FS#75714) Modified: python-kikit/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-08-28 09:21:04 UTC (rev 1285034) +++ PKGBUILD 2022-08-28 09:23:00 UTC (rev 1285035) @@ -3,13 +3,13 @@ _pkgname=KiKit pkgname=python-kikit pkgver=1.0.5 -pkgrel=1 +pkgrel=2 pkgdesc='Automation tools for KiCAD' arch=('any') url='https://github.com/yaqwsx/KiKit' license=('MIT') depends=('python' 'kicad' 'python-numpy' 'python-shapely' 'python-click' 'python-markdown2' - 'python-pybars3' 'python-solidpython') + 'python-pybars3' 'python-solidpython' 'python-pcbnewtransition') makedepends=('python-setuptools') source=("$pkgname-$pkgver.tar.gz::$url/archive/v$pkgver.tar.gz") sha512sums=('d2dd85144c06d5a4fe895ac21ad95993a9e505e07da045afe6ca7fd4f813bdce9c8b43215eee389582578812e5222fe9c807ac3bc73be040abe164ee5bcee43a')