summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Yeager2019-11-22 11:49:20 -0800
committerLuke Yeager2019-11-22 11:49:20 -0800
commitb09e90f341ab8dbd7b271d5b0fea9b0304a5d86e (patch)
tree0484f60da7404cc077deeb20eec9fd904a90038e
parent0efb6cb47c75efec1718c4dfc2e42ea1f0bbf275 (diff)
downloadaur-b09e90f341ab8dbd7b271d5b0fea9b0304a5d86e.tar.gz
v2.2.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b418fbc460a8..4a7f169eb2ff 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = enroot-git
pkgdesc = A simple yet powerful tool to turn traditional container/OS images into unprivileged sandboxes.
- pkgver = 2.1.0
- pkgrel = 2
+ pkgver = 2.2.0
+ pkgrel = 1
url = https://github.com/NVIDIA/enroot
install = enroot-git.install
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = enroot-git
optdepends = squashfuse
provides = enroot
backup = etc/enroot/enroot.conf
- source = git+https://github.com/NVIDIA/enroot.git#tag=v2.1.0
+ source = git+https://github.com/NVIDIA/enroot.git#tag=v2.2.0
sha256sums = SKIP
pkgname = enroot-git
diff --git a/PKGBUILD b/PKGBUILD
index d3c95e5ef9d1..665df62f1bcb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=enroot-git
-pkgver=2.1.0
-pkgrel=2
+pkgver=2.2.0
+pkgrel=1
pkgdesc='A simple yet powerful tool to turn traditional container/OS images into unprivileged sandboxes.'
url='https://github.com/NVIDIA/enroot'
arch=(x86_64)