summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrancoism902019-02-01 09:58:14 +0100
committerfrancoism902019-02-01 09:59:12 +0100
commitb02966480c0a1ad2e2c4b904237a541dca95a286 (patch)
tree729bfbd90ec386d76215da9067da49a7793a07f2
parent9878677c50d301447f3df7bbcb01405639bf4493 (diff)
downloadaur-b02966480c0a1ad2e2c4b904237a541dca95a286.tar.gz
Added back gperftools to deps
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 384e786bd47f..11c997263a3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,6 +7,7 @@ pkgbase = wiredtiger
arch = x86_64
license = GPL
makedepends = swig
+ depends = gperftools
depends = lz4
depends = python
depends = snappy
diff --git a/PKGBUILD b/PKGBUILD
index 879da2937170..46abf6790bb7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,12 +4,12 @@
pkgname=wiredtiger
pkgver=3.1.0
-pkgrel=1
+pkgrel=2
pkgdesc="High performance, scalable, production quality, NoSQL, Open Source extensible platform for data management"
arch=('x86_64')
url="http://source.wiredtiger.com/"
license=('GPL')
-depends=('lz4' 'python' 'snappy' 'zlib' 'zstd')
+depends=('gperftools' 'lz4' 'python' 'snappy' 'zlib' 'zstd')
makedepends=('swig')
install=wiredtiger.install
source=("$pkgname.tar.gz::https://github.com/wiredtiger/wiredtiger/archive/$pkgver.tar.gz")