summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuke Yeager2020-08-07 15:23:35 -0700
committerLuke Yeager2020-08-07 15:23:35 -0700
commit5ba324b852d35f3460a513cbfc571e1c50d178fa (patch)
tree069669512f55bd3703e130944613a6d9975b6195 /PKGBUILD
parent456492407ea67dbc2225b7cc74d095e021997678 (diff)
downloadaur-5ba324b852d35f3460a513cbfc571e1c50d178fa.tar.gz
Remove dependency on pv
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0f001c45763a..73ed53cdf6fc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
pkgname='enroot'
pkgver='3.1.1'
-pkgrel='1'
+pkgrel='2'
pkgdesc='A simple yet powerful tool to turn traditional container/OS images into unprivileged sandboxes.'
url='https://github.com/NVIDIA/enroot'
arch=(x86_64)
license=(Apache)
makedepends=(git gcc make libtool)
depends=(jq parallel squashfs-tools)
-optdepends=(fuse-overlayfs-git libnvidia-container-tools pigz pv squashfuse)
+optdepends=(fuse-overlayfs-git libnvidia-container-tools pigz squashfuse)
install='enroot.install'
source=("git+https://github.com/NVIDIA/enroot.git#tag=v${pkgver}")
sha256sums=(SKIP)