Date: Friday, January 1, 2021 @ 20:26:15 Author: jelle Revision: 802854
Add missing dependency on libnest2d Modified: python-pynest2d/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-01 20:20:50 UTC (rev 802853) +++ PKGBUILD 2021-01-01 20:26:15 UTC (rev 802854) @@ -2,12 +2,12 @@ pkgname=python-pynest2d pkgver=4.8.0 -pkgrel=1 +pkgrel=2 pkgdesc="Python bindings for libnest2d" arch=(x86_64) url="https://github.com/Ultimaker/pynest2d" license=("LGPL") -depends=(python) +depends=(python libnest2d) makedepends=(sip cmake boost) source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Ultimaker/pynest2d/archive/${pkgver}.tar.gz fix-cpp-version.patch) sha512sums=('1304450f94589b5212f11d83fb228f0deb919698b44b1651f248105c23b65cf3d233e67526bbfb47df74b9b18d0c465f4188d02a0a6941564b551f50d9a3c84f'
