summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD3
1 files changed, 2 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 964d18296c73..1282a766fd9c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=python-unet
_pkgname=unet
pkgver=0.7.9
-pkgrel=1
+pkgrel=2
pkgdesc='PyTorch Implementation of 2D and 3D U-Net'
arch=(any)
url='https://github.com/fepegar/unet'
@@ -12,6 +12,7 @@ depends=(
python-pytorch
)
makedepends=(
+ numactl
python-setuptools
)
checkdepends=(