summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorLuke Yeager2019-05-06 14:19:26 -0700
committerLuke Yeager2019-05-06 14:19:26 -0700
commitfb2b07aa712ea1604fda24eb5c581d1d718ffb02 (patch)
tree3715befbb058012d59782b31acfa21498d3961e9 /PKGBUILD
parentcff42e5ec82c3bb9991faacddfe9c5f8679bcf92 (diff)
downloadaur-fb2b07aa712ea1604fda24eb5c581d1d718ffb02.tar.gz
Remove libbsd req
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 040b1a6adb89..2a05e8e42b11 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ url='https://github.com/NVIDIA/enroot'
arch=(x86_64)
license=(BSD)
makedepends=(git gcc make libcap libtool)
-depends=(bash coreutils curl gawk jq libbsd parallel shadow squashfs-tools grep findutils gzip glibc sed tar util-linux)
+depends=(bash coreutils curl gawk jq parallel shadow squashfs-tools grep findutils gzip glibc sed tar util-linux)
optdepends=(pv pigz ncurses libnvidia-container-tools squashfuse fuse-overlayfs)
source=("git+https://github.com/NVIDIA/enroot.git#tag=v${pkgver}")
sha256sums=(SKIP)