summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHa The Tung2018-07-26 11:54:52 +0800
committerHa The Tung2018-07-26 11:54:52 +0800
commitfef344caa50740c1d1bb61924c8b6a848629bc9d (patch)
tree242acfb171f021f93f617102fa49aaa8da7b9500 /PKGBUILD
parent6fbf8ab22fa4c02a13a033b083c442fc86e5e4ca (diff)
downloadaur-fef344caa50740c1d1bb61924c8b6a848629bc9d.tar.gz
correct deps
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 2b27622fc319..1b102aba469b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,14 +12,14 @@ php_version="7.1"
php_ext="xdebug"
pkgname="php${php_suffix}-${php_ext}"
pkgver="2.6.0"
-pkgrel=2
+pkgrel=1
pkgdesc="PHP extension module that aids debugging and profiling"
arch=('i686' 'x86_64')
url="http://www.xdebug.org"
license=('GPL')
-depends=("php>=7.1.0,php<7.2.0")
+depends=('php>=7.1.0' 'php<7.2.0')
pkg_src="${php_ext}-${pkgver}"