Package Details: php-blackfire 0.23.0-1

Package Base: php-blackfire
Description: Blackfire Profiler - PHP extension
Upstream URL: https://blackfire.io
Category: devel
Licenses: custom
Submitter: mjob
Maintainer: mjob
Last Packager: mjob
Votes: 2
First Submitted: 2015-01-14 23:09
Last Updated: 2015-05-11 13:29

Latest Comments

Comment by mjob

2015-06-08 12:50

Moved to aur4: https://aur4.archlinux.org/packages/php-blackfire/

Comment by mjob

2015-04-18 14:49

Updated :) Thanks mariano

Comment by mariano

2015-04-18 14:43

PR added: https://github.com/MorrisJobke/aur-packages/pull/3

Comment by mariano

2015-04-18 14:40

Here's the new PKGBUILD to install the newer 0.21.1 release:

# Maintainer: Morris Jobke <hey AT morrisjobke DOT de>
pkgname=php-blackfire
pkgver=0.21.1
pkgrel=1
pkgdesc='Blackfire Profiler - PHP extension'
arch=('i686' 'x86_64')
url='https://blackfire.io'
license='custom'
backup=('etc/php/conf.d/blackfire.ini')
source=('blackfire.ini')
source_i686=("http://packages.blackfire.io/binaries/blackfire-php/$pkgver/blackfire-php-linux_i386-php-56.so")
source_x86_64=("http://packages.blackfire.io/binaries/blackfire-php/$pkgver/blackfire-php-linux_amd64-php-56.so")
md5sums=('4768c8ab9fe7e6d690dfafbe8adfc56d')
md5sums_i686=('842e6232c9c9e100ace3d65ef8e19c8d')
md5sums_x86_64=('2a47cc5cb4778311cc8ac1007b1d8236')

package(){
install -Dm 644 blackfire.ini ${pkgdir}/etc/php/conf.d/blackfire.ini
install -Dm 755 blackfire-php-linux_* ${pkgdir}/usr/lib/php/modules/blackfire.so
}

Comment by mjob

2015-01-18 17:47

Feel free to supply patches https://github.com/MorrisJobke/aur-packages/tree/master/php-blackfire