summaryrefslogtreecommitdiff
path: root/opcut/PKGBUILD
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2024-04-09 16:31:46 +0200
committerbozo.kopic <bozo@kopic.xyz>2024-04-09 16:31:46 +0200
commitc3e3b19b7a519711a1a096effa489dc85c9db453 (patch)
tree47ca888395d6d28dea98ac7bb04f02eb098cf012 /opcut/PKGBUILD
parent4446e72f2a7b34ef7255e104173373d0b72f74a2 (diff)
Diffstat (limited to 'opcut/PKGBUILD')
-rw-r--r--opcut/PKGBUILD6
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"