Date: Wednesday, July 27, 2016 @ 16:52:07 Author: felixonmars Revision: 184519
upgpkg: wiredtiger 2.8.0.20160726-1 Modified: wiredtiger/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-07-27 16:51:50 UTC (rev 184518) +++ PKGBUILD 2016-07-27 16:52:07 UTC (rev 184519) @@ -3,7 +3,8 @@ # Contributor: Stefan Husmann <[email protected]> pkgname=wiredtiger -pkgver=2.8.0 +pkgver=2.8.0.20160726 +_commit=848e5f5c0bd836781b379f6ade56f16433bd3853 pkgrel=1 pkgdesc="High performance, scalable, production quality, NoSQL, Open Source extensible platform for data management" arch=('x86_64') @@ -11,7 +12,7 @@ license=('GPL') depends=('snappy' 'lz4' 'zlib' 'gperftools') makedepends=('git') -source=("git://github.com/wiredtiger/wiredtiger.git#tag=$pkgver") +source=("git://github.com/wiredtiger/wiredtiger.git#commit=$_commit") md5sums=('SKIP') build() {
