diff options
Diffstat (limited to 'opcut')
| -rw-r--r-- | opcut/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/opcut/PKGBUILD b/opcut/PKGBUILD index 6d63ad6..04d6570 100644 --- a/opcut/PKGBUILD +++ b/opcut/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: Bozo Kopic <bozo@kopic.xyz> pkgname=opcut -pkgver=0.4.11 +pkgver=0.4.14 pkgrel=1 pkgdesc="Cutting stock problem optimizer" url="https://github.com/bozokopic/opcut" license=('GPL3') arch=('x86_64' 'armv7l' 'aarch64') depends=('python-aiohttp' 'python-hat-aio' 'python-hat-json' 'python-cairo') -makedepends=('python-build' 'python-hat-doit' 'python-installer' 'yarn') +makedepends=('python-build' 'python-hat-doit' 'python-installer' 'npm') source=("https://github.com/bozokopic/opcut/archive/refs/tags/v$pkgver.tar.gz") -sha256sums=('0e6493610e0f3165cb0125f373ba26253848b4a4dbcb8e675ef285ef8f9f77b9') +sha256sums=('9b94498c0f49bcd1ccad8bb890c8de14ab9c42ef4b7211fc7203bbd8fbaa6792') build() { cd "$srcdir/$pkgname-$pkgver" |
