summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authornepda2020-04-28 12:29:06 +0200
committernepda2020-04-28 12:29:06 +0200
commitf68e07f22aa1421cb5f7b83d593e107aa8f36cdb (patch)
treef5dc42bebdec46d075273d584435c54449f71938 /PKGBUILD
parentb8b27beda736a59530dbd7e7b27033c33f9673fd (diff)
downloadaur-f68e07f22aa1421cb5f7b83d593e107aa8f36cdb.tar.gz
Update to PHP 7.4.5
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() {