summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorManuel Thalmann2024-03-20 13:50:57 +0100
committerManuel Thalmann2024-03-20 13:50:57 +0100
commit341d8b6356f47ae4cf829d63b808aaad57c203a0 (patch)
tree62d2d31fa8f97576757293531cc6ead6bcd2adb0 /PKGBUILD
parent2d5712b3fb393c9abdb1334d68f19a15ab478310 (diff)
downloadaur-godot-manager-bin.tar.gz
Add missing dependency
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4b4571a849b7..393f2a30cd46 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ url="https://github.com/$_repo"
license=('MIT')
groups=()
depends=()
-makedepends=('git' 'jq' 'sed')
+makedepends=('curl' 'git' 'jq' 'sed')
provides=("$_pkgname")
conflicts=("$_pkgname")
replaces=()