summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-xPKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b2306f75ce7e..e46f608d06de 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: nepda <aur@nepda.eu>
pkgname="php-interbase"
-pkgver=7.4.0
+pkgver=7.4.5
pkgrel=1
pkgdesc="Interbase PHP 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"
"interbase.ini")
-md5sums=("366b172daecb6a08c89ee014c75d3e72"
+md5sums=("8f5b5c83421674364e3a5fb1f1fd37ac"
"1294b282b70e9c1bf4f267b74f491baa")
build() {