Package Details: foundationdb-clients-bin 7.3.27-1

Git Clone URL: https://aur.archlinux.org/foundationdb-clients-bin.git (read-only, click to copy)
Package Base: foundationdb-clients-bin
Description: FoundationDB clients and library. FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions. This package contains client utilities and libraries.
Upstream URL: https://www.foundationdb.org
Licenses: Apache 2.0
Groups: foundationdb
Submitter: pierrotws
Maintainer: pingwin
Last Packager: pingwin
Votes: 1
Popularity: 0.000001
First Submitted: 2018-04-27 16:07 (UTC)
Last Updated: 2024-02-06 15:08 (UTC)

Latest Comments

ilia commented on 2022-05-30 11:18 (UTC)

There is a new version 6.3.23 :)

sevki commented on 2020-01-22 16:35 (UTC)

getting

==> ERROR: depends is not allowed to be empty.

alx commented on 2019-10-22 21:43 (UTC)

diff --git a/.SRCINFO b/.SRCINFO index d4833a4..f198edd 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,5 @@ -pkgbase = foundationdb-clients-bin pkgdesc = FoundationDB clients and library. FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions. This package contains client utilities and libraries. - pkgver = 5.1.7 + pkgver = 6.1.8 pkgrel = 1 url = https://www.foundationdb.org install = foundationdb-clients-bin.install @@ -8,8 +7,8 @@ pkgbase = foundationdb-clients-bin license = Apache 2.0 options = !strip options = !emptydirs - source_x86_64 = https://www.foundationdb.org/downloads/5.1.7/ubuntu/installers/foundationdb-clients_5.1.7-1_amd64.deb - sha512sums_x86_64 = dcd76994a4ca5be2b31e65743e3590af62d33357aa4a52ee3d9047ff038bb90ddcd48cf90438fb7b156dbf35f1f246b57c5d9c27855ebcbfd1877bf3eea8f4ec + source_x86_64 = https://www.foundationdb.org/downloads/6.1.8/ubuntu/installers/foundationdb-clients_6.1.8-1_amd64.deb + sha512sums_x86_64 = 8d6c01ecaa119646fc904f908bbd5469584a3daca897bc60e8d71dacead5bf17bea9cb49f0ef13620916030971b5740472f33885f21 + sha512sums_x86_64 = 8d6c01ecaa119646fc904f908bbd5469584a3daca897bc60e8d71dacead5bf17bea9cb49f0ef13620916030971b5740472f33885f21 cf2d2e7c0a3a592ac96fe

pkgname = foundationdb-clients-bin

diff --git a/PKGBUILD b/PKGBUILD index 334a88f..f74a695 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,17 +1,16 @@ # Maintainer: Pierre Sauvage pkgname=foundationdb-clients-bin -pkgver=5.1.7 +pkgver=6.1.8 pkgrel=1 pkgdesc="FoundationDB clients and library. FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions. This package contains client utilities and libraries." arch=('x86_64') url="https://www.foundationdb.org" license=('Apache 2.0') groups=('') -depends=('') options=('!strip' '!emptydirs') install=${pkgname}.install source_x86_64=("https://www.foundationdb.org/downloads/${pkgver}/ubuntu/installers/foundationdb-clients_${pkgver}-${pkgrel}_amd64.deb") -sha512sums_x86_64=('dcd76994a4ca5be2b31e65743e3590af62d33357aa4a52ee3d9047ff038bb90ddcd48cf90438fb7b156dbf35f1f246b57c5d9c27855ebcbfd1877bf3eea8f4ec') +sha512sums_x86_64=('8d6c01ecaa119646fc904f908bbd5469584a3daca897bc60e8d71dacead5bf17bea9cb49f0ef13620916030971b5740472f33885f21cf2d2e7c0a3a592ac96fe')

package(){