summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornepda2020-04-28 12:48:16 +0200
committernepda2020-04-28 12:48:16 +0200
commitb8ad27c41383277dc4eabbacbb3b4cf26611b2be (patch)
tree6e933dac5e672d27b3ba320396d4e5a41b0d296c /PKGBUILD
parent41817acebb5c79705adf0ecc253e6491602ab6fd (diff)
downloadaur-php-pdo-firebird.tar.gz
Update to PHP 7.4.5
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 37f8ae86cb95..909a995ca543 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgdesc="Firebird PHP PDO extension"
arch=("i686" "x86_64")
url="http://www.php.net"
license=("PHP")
-depends=("php" "libfbclient")
+depends=("php>=7.4.5" "libfbclient")
source=("http://www.php.net/distributions/php-${pkgver}.tar.bz2"
"pdo_firebird.ini")
md5sums=("8f5b5c83421674364e3a5fb1f1fd37ac"