summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 5 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1df119f92882..9aab598a3f14 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = php-xhprof
pkgdesc = A Hierarchical Profiler for PHP
pkgver = 0.9.4
- pkgrel = 2
+ pkgrel = 3
url = http://pecl.php.net/package/xhprof
install = php-xhprof.install
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2d336092224c..ca21e951b129 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=php-xhprof
pkgver=0.9.4
-pkgrel=2
+pkgrel=3
pkgdesc="A Hierarchical Profiler for PHP"
arch=('i686' 'x86_64')
url="http://pecl.php.net/package/xhprof"
@@ -22,6 +22,9 @@ prepare() {
phpize || return 1
./configure --prefix=/usr --with-php-config=$(which php-config)
+}
+
+build() {
cd "$srcdir/xhprof-$pkgver/extension/"
make || return 1
}