summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorStefan Auditor2023-06-12 18:05:58 +0200
committerStefan Auditor2023-06-12 18:05:58 +0200
commit4373f54a03f34dbb4ee7ab57e987367dbee47c62 (patch)
tree645ebf213bae56e5d4f19ba66f4966aa6ddb76f8 /PKGBUILD
parentae8424b62d7143294202316b7cbfcfb526e0318e (diff)
downloadaur-4373f54a03f34dbb4ee7ab57e987367dbee47c62.tar.gz
Update deps and post_install
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7d9db9a03d57..d7824a7e17e4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Fast, zero config application bundler with PHARs"
arch=("any")
url="https://github.com/box-project/box"
license=("MIT")
-depends=("php")
+depends=("php" "php-sodium")
provides=(${_pkgname})
conflicts=(${_pkgname})
install="${_pkgname}.install"