summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMárk Sági-Kazár2016-06-07 15:02:07 +0200
committerMárk Sági-Kazár2016-06-07 15:02:07 +0200
commit237fac9c399785258d8011a40b1e18928f701ccd (patch)
treec85aaefd7f46dc91e659f6bdd98d38b84899a723
parent65a18dc8812b28633aaac7757e2341070d22364e (diff)
downloadaur-237fac9c399785258d8011a40b1e18928f701ccd.tar.gz
Add build dependencies
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD3
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bfb90405a45e..528fa3de4d02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -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
diff --git a/PKGBUILD b/PKGBUILD
index 6799a90c0cf9..2c03441fbf7f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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")