summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjim36922023-01-07 23:22:31 +0200
committerjim36922023-01-07 23:22:31 +0200
commit26c5cedbc314b79e66fd19a394c7f36ec87f6a68 (patch)
tree36b31276a98213b1738386c7d86fd3fe8d8738db
parent29ff47e28fd49eeeb16dcf341aaab368531cddc2 (diff)
downloadaur-26c5cedbc314b79e66fd19a394c7f36ec87f6a68.tar.gz
Add missing docker dependency
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 2 insertions, 0 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 44d834fcbe8f..c40c7c01508d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = apx-git
depends = pacman>5
depends = git
depends = distrobox
+ depends = docker
provides = apx
conflicts = apx
options = !lto
diff --git a/PKGBUILD b/PKGBUILD
index 4dc50eab4d72..4d1aaa627319 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,6 +11,7 @@ depends=(
'pacman>5'
'git'
'distrobox'
+ 'docker'
)
makedepends=('go>=1.17')
options=(!lto)