[arch-commits] Commit in hhvm/trunk (PKGBUILD)

Massimiliano Torromeo mtorromeo at archlinux.org
Fri Aug 21 10:01:28 UTC 2015


    Date: Friday, August 21, 2015 @ 12:01:27
  Author: mtorromeo
Revision: 138589

upgpkg: hhvm 3.9.0-2

Added unixodbc dependency

Modified:
  hhvm/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-08-21 09:27:09 UTC (rev 138588)
+++ PKGBUILD	2015-08-21 10:01:27 UTC (rev 138589)
@@ -4,7 +4,7 @@
 
 pkgname=hhvm
 pkgver=3.9.0
-pkgrel=1
+pkgrel=2
 
 _thirdparty_commit=5cfbd0ea334de25115546a08a9dbd2954c6f5ed5
 _folly_commit=879db739d6bb0cd6a7035d4606c34c877077c88e
@@ -22,9 +22,9 @@
 depends=('boost-libs' 'google-glog' 'libmysqlclient' 'libmemcached' 'libzip'
          'libxslt' 'intel-tbb' 'libmcrypt' 'oniguruma' 'jemalloc' 'curl' 'libvpx'
          'libdwarf' 'imagemagick' 'libedit' 'sqlite' 'libyaml' 'fribidi' 're2'
-         'gperf' 'c-client')
+         'gperf' 'c-client' 'unixodbc')
 makedepends=('git' 'cmake' 'gcc' 'boost' 'gflags' 'python2' 'pfff' 'mongodb'
-             'ragel' 'libmariadbclient' 'unixodbc')
+             'ragel' 'libmariadbclient')
 source=("https://github.com/facebook/hhvm/archive/HHVM-$pkgver.tar.gz"
         "https://github.com/hhvm/hhvm-third-party/archive/$_thirdparty_commit/hhvm-third-party-$_thirdparty_commit.tar.gz"
         "https://github.com/facebook/folly/archive/$_folly_commit/folly-$_folly_commit.tar.gz"



More information about the arch-commits mailing list