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

Filipe Laíns ffy00 at archlinux.org
Tue Oct 23 18:58:00 UTC 2018


    Date: Tuesday, October 23, 2018 @ 18:57:59
  Author: ffy00
Revision: 398712

upgpkg: sysbench 1.0.15-3

Modified:
  sysbench/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-10-23 18:42:38 UTC (rev 398711)
+++ PKGBUILD	2018-10-23 18:57:59 UTC (rev 398712)
@@ -2,12 +2,12 @@
 
 pkgname=sysbench
 pkgver=1.0.15
-pkgrel=2
+pkgrel=3
 pkgdesc='Scriptable multi-threaded benchmark tool for databases and systems'
 url='https://github.com/akopytov/sysbench'
 arch=('x86_64')
 license=('GPL2')
-depends=('lua' 'libmariadbclient' 'postgresql-libs')
+depends=('luajit' 'libmariadbclient' 'postgresql-libs')
 makedepends=('libxslt')
 source=("$pkgname-$pkgver.tar.gz::$url/archive/$pkgver.tar.gz")
 sha512sums=('ff68ad15c037006a2a49e3d59062611062336860205816ca6d9cdd20832fc55b631960411caa718dff881e926196046a7317b33e803061868e524a819569d3a2')
@@ -20,7 +20,8 @@
   ./configure \
   	--prefix=/usr \
   	--with-pgsql \
-  	--with-mysql
+  	--with-mysql \
+  	--with-system-luajit
 
   make
 }



More information about the arch-commits mailing list