[arch-commits] Commit in keybase/repos/community-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jan 23 06:07:30 UTC 2018


    Date: Tuesday, January 23, 2018 @ 06:07:29
  Author: felixonmars
Revision: 285353

archrelease: copy trunk to community-x86_64

Added:
  keybase/repos/community-x86_64/PKGBUILD
    (from rev 285352, keybase/trunk/PKGBUILD)
Deleted:
  keybase/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 37 insertions(+), 37 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-23 06:07:06 UTC (rev 285352)
+++ PKGBUILD	2018-01-23 06:07:29 UTC (rev 285353)
@@ -1,37 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Michael Hansen <zrax0111 gmail com>
-
-pkgname=keybase
-pkgdesc='CLI tool for GPG with keybase.io'
-pkgver=1.0.39
-pkgrel=1
-arch=('x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go-pie' 'git' 'mercurial')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz")
-sha512sums=('def416bad6fc3513a3341aecaf03bce356a890667e4c64f9edc1c469b3a1f167c3022f6c1aabaa48257983aaa9826b45117ada6cc26bf862c97092c904cd32f1')
-
-prepare() {
-  cd client-$pkgver
-
-  mkdir -p .gopath/src
-  mv go/vendor/* .gopath/src/
-  mkdir -p .gopath/src/github.com/keybase
-  ln -sf "$PWD" .gopath/src/github.com/keybase/client
-  export GOPATH="$PWD/.gopath"
-}
-
-build() {
-  cd client-$pkgver/go/keybase
-  # go build -a -tags production -gccgoflags "$CFLAGS $LDFLAGS" github.com/keybase/client/go/keybase
-  go build -a -tags production github.com/keybase/client/go/keybase
-}
-
-package() {
-  cd client-$pkgver
-  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
-  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
-}

Copied: keybase/repos/community-x86_64/PKGBUILD (from rev 285352, keybase/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-23 06:07:29 UTC (rev 285353)
@@ -0,0 +1,37 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Michael Hansen <zrax0111 gmail com>
+
+pkgname=keybase
+pkgdesc='CLI tool for GPG with keybase.io'
+pkgver=1.0.40
+pkgrel=1
+arch=('x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go-pie' 'git' 'mercurial')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz")
+sha512sums=('919bf012409173f4df9cbbc79d97cfe72b47cb53d941b1426cf3bc771c1e9d6a2d2b5c6d5739e2c9ee79a5ac2f0c5c97b9a91769ad0dbc1679b6e40d96b1c344')
+
+prepare() {
+  cd client-$pkgver
+
+  mkdir -p .gopath/src
+  mv go/vendor/* .gopath/src/
+  mkdir -p .gopath/src/github.com/keybase
+  ln -sf "$PWD" .gopath/src/github.com/keybase/client
+  export GOPATH="$PWD/.gopath"
+}
+
+build() {
+  cd client-$pkgver/go/keybase
+  # go build -a -tags production -gccgoflags "$CFLAGS $LDFLAGS" github.com/keybase/client/go/keybase
+  go build -a -tags production github.com/keybase/client/go/keybase
+}
+
+package() {
+  cd client-$pkgver
+  install -Dm755 go/keybase/keybase "$pkgdir"/usr/bin/keybase
+  install -Dm644 LICENSE "$pkgdir"/usr/share/licenses/$pkgname/LICENSE
+}



More information about the arch-commits mailing list