[arch-commits] Commit in keybase/repos (4 files)

Felix Yan felixonmars at archlinux.org
Mon Aug 14 17:47:50 UTC 2017


    Date: Monday, August 14, 2017 @ 17:47:50
  Author: felixonmars
Revision: 250408

archrelease: copy trunk to community-i686, community-x86_64

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

---------------------------+
 /PKGBUILD                 |   74 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   37 ----------------------
 community-x86_64/PKGBUILD |   37 ----------------------
 3 files changed, 74 insertions(+), 74 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-14 17:46:55 UTC (rev 250407)
+++ community-i686/PKGBUILD	2017-08-14 17:47:50 UTC (rev 250408)
@@ -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.22
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz")
-sha512sums=('2144c03f19ba79f0dba40d46d19f661454a9e62cbbf04083e887edeca182a71816e9fde465554dcad77ebae34ae04f83d4426890826567f3498a96c653582219')
-
-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-i686/PKGBUILD (from rev 250407, keybase/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-14 17:47:50 UTC (rev 250408)
@@ -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.27
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz")
+sha512sums=('abc246f06635a61a840a360d7ec3dc58234b4a16174b5bf051eb080be33588d107f9efc4c894e93ec31f85f914a29c88f466b42a588f912f089d0248333af958')
+
+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
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-14 17:46:55 UTC (rev 250407)
+++ community-x86_64/PKGBUILD	2017-08-14 17:47:50 UTC (rev 250408)
@@ -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.22
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz")
-sha512sums=('2144c03f19ba79f0dba40d46d19f661454a9e62cbbf04083e887edeca182a71816e9fde465554dcad77ebae34ae04f83d4426890826567f3498a96c653582219')
-
-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 250407, keybase/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-14 17:47:50 UTC (rev 250408)
@@ -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.27
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/keybase/client/archive/v$pkgver.tar.gz")
+sha512sums=('abc246f06635a61a840a360d7ec3dc58234b4a16174b5bf051eb080be33588d107f9efc4c894e93ec31f85f914a29c88f466b42a588f912f089d0248333af958')
+
+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