diff options
author | Márk Sági-Kazár | 2016-06-07 15:02:07 +0200 |
---|---|---|
committer | Márk Sági-Kazár | 2016-06-07 15:02:07 +0200 |
commit | 237fac9c399785258d8011a40b1e18928f701ccd (patch) | |
tree | c85aaefd7f46dc91e659f6bdd98d38b84899a723 | |
parent | 65a18dc8812b28633aaac7757e2341070d22364e (diff) | |
download | aur-php-build.tar.gz |
Add build dependencies
-rw-r--r-- | .SRCINFO | 5 | ||||
-rw-r--r-- | PKGBUILD | 3 |
2 files changed, 6 insertions, 2 deletions
@@ -1,10 +1,13 @@ pkgbase = php-build pkgdesc = Install PHP versions pkgver = 0.10.0 - pkgrel = 4 + pkgrel = 5 url = https://github.com/php-build/php-build arch = any license = MIT + depends = libmcrypt + depends = gmp + depends = tidyhtml conflicts = php-build-git source = https://github.com/php-build/php-build/archive/v0.10.0.tar.gz md5sums = fe93bff7b564d0ba05a672b663568e09 @@ -2,11 +2,12 @@ pkgname=php-build pkgver=0.10.0 -pkgrel=4 +pkgrel=5 pkgdesc="Install PHP versions" arch=("any") url="https://github.com/php-build/php-build" license=("MIT") +depends=("libmcrypt" "gmp" "tidyhtml") conflicts=("${pkgname}-git") source=("${url}/archive/v${pkgver}.tar.gz") md5sums=("fe93bff7b564d0ba05a672b663568e09") |