summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuke Yeager2019-12-10 16:46:54 -0800
committerLuke Yeager2019-12-10 16:46:54 -0800
commitc3d01c0b40e5003ba50e6619f4d486f3cba26b11 (patch)
tree0b6a40759ffd8cf749cd5cc46f54eb179b9082c0
parentb09e90f341ab8dbd7b271d5b0fea9b0304a5d86e (diff)
downloadaur-c3d01c0b40e5003ba50e6619f4d486f3cba26b11.tar.gz
Rename enroot-git pkg to simply enroot
-rw-r--r--.SRCINFO9
-rw-r--r--.gitignore16
-rw-r--r--PKGBUILD9
-rw-r--r--enroot.install (renamed from enroot-git.install)0
4 files changed, 24 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4a7f169eb2ff..a230710a5f77 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
-pkgbase = enroot-git
+pkgbase = enroot
pkgdesc = A simple yet powerful tool to turn traditional container/OS images into unprivileged sandboxes.
pkgver = 2.2.0
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/NVIDIA/enroot
- install = enroot-git.install
+ install = enroot.install
arch = x86_64
license = BSD
makedepends = git
@@ -18,10 +18,9 @@ pkgbase = enroot-git
optdepends = pigz
optdepends = pv
optdepends = squashfuse
- provides = enroot
backup = etc/enroot/enroot.conf
source = git+https://github.com/NVIDIA/enroot.git#tag=v2.2.0
sha256sums = SKIP
-pkgname = enroot-git
+pkgname = enroot
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..8f05da53e23f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
+/enroot/
+
+# From https://github.com/github/gitignore/blob/master/ArchLinuxPackages.gitignore
+*.tar
+*.tar.*
+*.jar
+*.exe
+*.msi
+*.zip
+*.tgz
+*.log
+*.log.*
+*.sig
+
+pkg/
+src/
diff --git a/PKGBUILD b/PKGBUILD
index 665df62f1bcb..63c6cf5d0d52 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
-pkgname=enroot-git
-pkgver=2.2.0
-pkgrel=1
+pkgname='enroot'
+pkgver='2.2.0'
+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)
@@ -8,8 +8,7 @@ license=(BSD)
makedepends=(git gcc make libtool)
depends=(jq parallel squashfs-tools)
optdepends=(fuse-overlayfs-git libnvidia-container-tools pigz pv squashfuse)
-provides=(enroot)
-install="${pkgname}.install"
+install="enroot.install"
source=("git+https://github.com/NVIDIA/enroot.git#tag=v${pkgver}")
sha256sums=(SKIP)
diff --git a/enroot-git.install b/enroot.install
index e3ec0e3c6e73..e3ec0e3c6e73 100644
--- a/enroot-git.install
+++ b/enroot.install