summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorM0Rf302021-12-23 00:19:33 +0100
committerGianluca Boiano2021-12-23 00:19:33 +0100
commit6762cba4f42c5c31f85e70249ab2be6be897d284 (patch)
tree1f6eb7c8e660a8932645b56f41d7505fc51494cb /PKGBUILD
parentf3af1988fc8a4b3574b90491b21b5094f9104b3a (diff)
downloadaur-6762cba4f42c5c31f85e70249ab2be6be897d284.tar.gz
distrobox: 1.2.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 4 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a90339813ce8..073beb6c1921 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,10 @@ pkgdesc="Use any linux distribution inside your terminal."
arch=('any')
url="https://github.com/89luca89/distrobox"
license=('GPL3')
-depends=('podman')
+optdepends=(
+ 'docker: enable docker usage'
+ 'podman: enable podman usage'
+)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/${pkgver}.tar.gz")
package() {