summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2022-12-02 17:44:56 +0100
committerEugen Wissner <belka@caraus.de>2022-12-02 17:45:11 +0100
commit1dd5639bcb7eff03da7bd50936eba5de3c3c0e07 (patch)
tree514ed7000be3641d7abdaeb5c770bb1983db5b0d
parent0afceb6e89199330f6863fa3a9f2daa5da8e1e11 (diff)
downloadslackbuilder-1dd5639bcb7eff03da7bd50936eba5de3c3c0e07.tar.gz
php81: Add postgresql dependency
-rw-r--r--private/php81/php81.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/private/php81/php81.info b/private/php81/php81.info
index cb8ced6..2e557d9 100644
--- a/private/php81/php81.info
+++ b/private/php81/php81.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://www.php.net/distributions/php-8.1.13.tar.xz"
MD5SUM="43302de3d2c064f2f23c9693a2f17aeb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="postgresql"
MAINTAINER="Eugene Wissner"
EMAIL="belka@caraus.de"