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

Eli Schwartz eschwartz at archlinux.org
Mon Apr 9 01:29:52 UTC 2018


    Date: Monday, April 9, 2018 @ 01:29:51
  Author: eschwartz
Revision: 315360

upgpkg: kbfs 1.0.47-1

upstream release

Modified:
  kbfs/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-04-08 23:11:43 UTC (rev 315359)
+++ PKGBUILD	2018-04-09 01:29:51 UTC (rev 315360)
@@ -4,7 +4,7 @@
 # Contributor: Michael Hansen <zrax0111 gmail com>
 
 pkgname=kbfs
-pkgver=1.0.44
+pkgver=1.0.47
 pkgrel=1
 pkgdesc="The Keybase filesystem"
 arch=('x86_64')
@@ -13,7 +13,7 @@
 depends=('fuse' 'keybase')
 makedepends=('go-pie')
 source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/kbfs/archive/v$pkgver.tar.gz")
-sha512sums=('03e92303f140dbff059f8c954142d6180f388c1e50c2f8af02a30a740d440d5f79be47ad851d021a2b90525bf7b775e471780438b94d1d6403eddbdc0bd41e8e')
+sha512sums=('1f15239e736d8d06291ece19731a394d8a3a82c2e0396801db37acbfa35a1e69c6b1b397a7fc8e0b645120de71cc61f7f9e7e8d518fbad12943ce9f083e70108')
 
 
 prepare() {
@@ -25,11 +25,10 @@
 }
 
 build() {
-  cd kbfs-$pkgver/kbfsfuse
-  # go build -a -tags production -gccgoflags "$CFLAGS $LDFLAGS" github.com/keybase/kbfs/kbfsfuse
+  cd kbfs-$pkgver
   export GOPATH="$srcdir/.gopath"
-  go build -a -tags production -o ../bin/kbfsfuse github.com/keybase/kbfs/kbfsfuse
-  go build -a -tags production -o ../bin/git-remote-keybase github.com/keybase/kbfs/kbfsgit/git-remote-keybase
+  go build -a -tags production -o bin/kbfsfuse github.com/keybase/kbfs/kbfsfuse
+  go build -a -tags production -o bin/git-remote-keybase github.com/keybase/kbfs/kbfsgit/git-remote-keybase
 }
 
 package() {



More information about the arch-commits mailing list