summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302021-12-23 00:19:33 +0100
committerGianluca Boiano2021-12-23 00:19:33 +0100
commit6762cba4f42c5c31f85e70249ab2be6be897d284 (patch)
tree1f6eb7c8e660a8932645b56f41d7505fc51494cb
parentf3af1988fc8a4b3574b90491b21b5094f9104b3a (diff)
downloadaur-6762cba4f42c5c31f85e70249ab2be6be897d284.tar.gz
distrobox: 1.2.4
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ba73e4a615bd..9e891443eba1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -5,7 +5,8 @@ pkgbase = distrobox
url = https://github.com/89luca89/distrobox
arch = any
license = GPL3
- depends = podman
+ optdepends = docker: enable docker usage
+ optdepends = podman: enable podman usage
source = distrobox-1.2.4.tar.gz::https://github.com/89luca89/distrobox/archive/1.2.4.tar.gz
sha256sums = d11aa2909823170743d640e0615875215d436a476165d3d8e8dfc42ace4ef55e
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() {