diff options
Diffstat (limited to 'opcut')
| -rw-r--r-- | opcut/PKGBUILD | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/opcut/PKGBUILD b/opcut/PKGBUILD index 5aa8a23..a0fcd3b 100644 --- a/opcut/PKGBUILD +++ b/opcut/PKGBUILD @@ -1,10 +1,12 @@ +# Maintainer: Bozo Kopic <bozo@kopic.xyz> + pkgname=opcut pkgver=0.4.7 -pkgrel=1 +pkgrel=2 pkgdesc="Cutting stock problem optimizer" url="https://github.com/bozokopic/opcut" license=('GPL3') -arch=('any') +arch=('x86_64' 'armv7l' 'aarch64') depends=('python-aiohttp' 'python-hat-aio' 'python-hat-json' 'python-cairo') makedepends=('python-hat-doit' 'python-installer' 'yarn') source=("https://github.com/bozokopic/opcut/archive/refs/tags/v$pkgver.tar.gz") |
