[arch-commits] Commit in keybase/repos (4 files)
Felix Yan
fyan at archlinux.org
Thu Jan 14 16:40:12 UTC 2016
Date: Thursday, January 14, 2016 @ 17:40:12
Author: fyan
Revision: 156445
archrelease: copy trunk to community-i686, community-x86_64
Added:
keybase/repos/community-i686/PKGBUILD
(from rev 156444, keybase/trunk/PKGBUILD)
keybase/repos/community-x86_64/PKGBUILD
(from rev 156444, keybase/trunk/PKGBUILD)
Deleted:
keybase/repos/community-i686/PKGBUILD
keybase/repos/community-x86_64/PKGBUILD
---------------------------+
/PKGBUILD | 72 ++++++++++++++++++++++++++++++++++++++++++++
community-i686/PKGBUILD | 36 ----------------------
community-x86_64/PKGBUILD | 36 ----------------------
3 files changed, 72 insertions(+), 72 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2016-01-14 16:39:42 UTC (rev 156444)
+++ community-i686/PKGBUILD 2016-01-14 16:40:12 UTC (rev 156445)
@@ -1,36 +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.7.0
-_realver=1.0.7-0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver")
-sha256sums=('SKIP')
-
-prepare() {
- cd client
- mkdir -p .gopath/src/github.com/keybase
- ln -sf "$PWD" .gopath/src/github.com/keybase/client
- export GOPATH="$PWD/.gopath"
-
- go get github.com/keybase/client/go/keybase
-}
-
-build() {
- cd client/go/keybase
- go build -a -tags production # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
- cd client
- 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 156444, keybase/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2016-01-14 16:40:12 UTC (rev 156445)
@@ -0,0 +1,36 @@
+# $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.8.0
+_realver=1.0.8-0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver")
+sha256sums=('SKIP')
+
+prepare() {
+ cd client
+ mkdir -p .gopath/src/github.com/keybase
+ ln -sf "$PWD" .gopath/src/github.com/keybase/client
+ export GOPATH="$PWD/.gopath"
+
+ go get github.com/keybase/client/go/keybase
+}
+
+build() {
+ cd client/go/keybase
+ go build -a -tags production # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+ cd client
+ 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 2016-01-14 16:39:42 UTC (rev 156444)
+++ community-x86_64/PKGBUILD 2016-01-14 16:40:12 UTC (rev 156445)
@@ -1,36 +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.7.0
-_realver=1.0.7-0
-pkgrel=1
-arch=('i686' 'x86_64')
-url='http://keybase.io/'
-license=('BSD')
-depends=('gnupg')
-makedepends=('go' 'git' 'mercurial')
-source=("git+https://github.com/keybase/client.git#tag=v$_realver")
-sha256sums=('SKIP')
-
-prepare() {
- cd client
- mkdir -p .gopath/src/github.com/keybase
- ln -sf "$PWD" .gopath/src/github.com/keybase/client
- export GOPATH="$PWD/.gopath"
-
- go get github.com/keybase/client/go/keybase
-}
-
-build() {
- cd client/go/keybase
- go build -a -tags production # -gccgoflags "$CFLAGS $LDFLAGS"
-}
-
-package() {
- cd client
- 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 156444, keybase/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2016-01-14 16:40:12 UTC (rev 156445)
@@ -0,0 +1,36 @@
+# $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.8.0
+_realver=1.0.8-0
+pkgrel=1
+arch=('i686' 'x86_64')
+url='http://keybase.io/'
+license=('BSD')
+depends=('gnupg')
+makedepends=('go' 'git' 'mercurial')
+source=("git+https://github.com/keybase/client.git#tag=v$_realver")
+sha256sums=('SKIP')
+
+prepare() {
+ cd client
+ mkdir -p .gopath/src/github.com/keybase
+ ln -sf "$PWD" .gopath/src/github.com/keybase/client
+ export GOPATH="$PWD/.gopath"
+
+ go get github.com/keybase/client/go/keybase
+}
+
+build() {
+ cd client/go/keybase
+ go build -a -tags production # -gccgoflags "$CFLAGS $LDFLAGS"
+}
+
+package() {
+ cd client
+ 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