summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authortjbp2023-06-28 14:41:04 +0100
committertjbp2023-06-28 14:41:04 +0100
commit4d2d9196c1128475aa616f65e2ae87af4536bdef (patch)
tree27235deb88b3818e084f19e118e16eba61cc238e /PKGBUILD
parentd638808f7092397bb43fc82bb04e8e0c650fa30e (diff)
downloadaur-php56-trace.tar.gz
Fixed depends to use php56 instead of php<7
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8fdc151ffbab..35a45cc47443 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname='php56-trace'
pkgver='1.0.1beta'
-pkgrel='1'
+pkgrel='2'
pkgdesc='Extension for the tracing and troubleshooting tool for PHP scripts'
arch=('i686' 'x86_64')
url='https://pecl.php.net/package/trace'
license=('Apache')
-depends=('php>=5.2', 'php<7.0')
+depends=('php56')
provides=('php-trace')
source=("http://pecl.php.net/get/trace-$pkgver.tgz")
sha256sums=('82d50603cd8bc1142e42e3baa9a2f75253ef157fed170d543e7be4ad214aa4e6')