mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-01-17 23:34:07 +00:00
community/wiredtiger to 3.0.0.20180814-1
This commit is contained in:
parent
e2697f700a
commit
0d5f2acf53
1 changed files with 3 additions and 4 deletions
|
@ -1,4 +1,3 @@
|
|||
# $Id$
|
||||
# Maintainer: Felix Yan <felixonmars@archlinux.org>
|
||||
# Contributor: Stefan Husmann <stefan-husmann@t-online.de>
|
||||
|
||||
|
@ -8,8 +7,8 @@
|
|||
buildarch=8
|
||||
|
||||
pkgname=wiredtiger
|
||||
pkgver=3.0.0.20180614
|
||||
_commit=7d3e691fd4d5ba7810647c317692129fea694602
|
||||
pkgver=3.0.0.20180814
|
||||
_commit=aeeee2053a380ebd2ba90f606a56176737882aad
|
||||
pkgrel=1
|
||||
pkgdesc="High performance, scalable, production quality, NoSQL, Open Source extensible platform for data management"
|
||||
arch=('x86_64')
|
||||
|
@ -17,7 +16,7 @@ url="http://source.wiredtiger.com/"
|
|||
license=('GPL')
|
||||
depends=('snappy' 'lz4' 'zlib' 'gperftools')
|
||||
source=("$pkgname-$_commit.tar.gz::https://github.com/wiredtiger/wiredtiger/archive/$_commit.tar.gz")
|
||||
sha512sums=('7a862779625c3daa7f5534000edc4efaf6bb186c4701d5a619034e772b1d268340e47f119e31f7f2576b93df873fc297871bbf408dc8b9bcb4b316ed6d90767b')
|
||||
sha512sums=('03c312b5c748843faeceaf2c999c90a92be7f89a1701197cd5cd1a6a7cf5de750f0421e88648fa277c98374ca41a1b63acf5a8707d6181f5f77d13ae364dea64')
|
||||
|
||||
prepare() {
|
||||
mv wiredtiger-{$_commit,$pkgver}
|
||||
|
|
Loading…
Reference in a new issue