summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGeorge Fan2018-01-08 11:34:39 +0800
committerGeorge Fan2018-01-08 11:34:39 +0800
commit623618eb944494013c3e41be8684fb77752bc1f4 (patch)
tree641448740978674f60fbc0510828c0dc7c6846f1 /PKGBUILD
parent0390179ae256af4f17e161acffc796a03750b8de (diff)
downloadaur-623618eb944494013c3e41be8684fb77752bc1f4.tar.gz
Drop -userns deps as ARCH kernel supports now
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 1 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8c7ec1c0e007..b8bb076e2eb6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=lxd
pkgver=2.21
-pkgrel=1
+pkgrel=2
pkgdesc="REST API, command line tool and OpenStack integration plugin for LXC."
arch=('x86_64')
url="https://github.com/lxc/lxd"
@@ -16,8 +16,6 @@ optdepends=(
'lvm2: for lvm2 support'
'thin-provisioning-tools: for thin provisioning support'
'btrfs-progs: for btrfs support'
- 'linux-userns: kernel with CONFIG_USER_NS enabled'
- 'linux-lts-userns: LTS kernel with CONFIG_USER_NS enabled'
)
source=(
"https://github.com/lxc/$pkgname/archive/$pkgname-$pkgver.tar.gz"