Date: Friday, January 1, 2021 @ 20:38:35 Author: jelle Revision: 802856
Add soname dependencies, make libnest2d a makedep Modified: python-pynest2d/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-01-01 20:26:26 UTC (rev 802855) +++ PKGBUILD 2021-01-01 20:38:35 UTC (rev 802856) @@ -2,13 +2,13 @@ pkgname=python-pynest2d pkgver=4.8.0 -pkgrel=2 +pkgrel=3 pkgdesc="Python bindings for libnest2d" arch=(x86_64) url="https://github.com/Ultimaker/pynest2d" license=("LGPL") -depends=(python libnest2d) -makedepends=(sip cmake boost) +depends=(python polyclipping nlopt) +makedepends=(sip cmake boost libnest2d) source=(${pkgname}-${pkgver}.tar.gz::https://github.com/Ultimaker/pynest2d/archive/${pkgver}.tar.gz fix-cpp-version.patch) sha512sums=('1304450f94589b5212f11d83fb228f0deb919698b44b1651f248105c23b65cf3d233e67526bbfb47df74b9b18d0c465f4188d02a0a6941564b551f50d9a3c84f' '0d01349a110bc2cde6b7279ba8b8d60cd71c599fe10054e4082aac86bf4e30184959dcfcc795a63ae7517845c014b14db029a6070833696191d874dbfa24ed30')
