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

Morten Linderud foxboron at archlinux.org
Wed Jan 3 15:29:34 UTC 2018


    Date: Wednesday, January 3, 2018 @ 15:29:32
  Author: foxboron
Revision: 278233

archrelease: copy trunk to community-x86_64

Added:
  gopass/repos/community-x86_64/PKGBUILD
    (from rev 278232, gopass/trunk/PKGBUILD)
Deleted:
  gopass/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   78 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 39 insertions(+), 39 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-03 15:29:19 UTC (rev 278232)
+++ PKGBUILD	2018-01-03 15:29:32 UTC (rev 278233)
@@ -1,39 +0,0 @@
-# Maintainer: Morten Linderud <foxboron at archlinux.org>
-pkgname=gopass
-pkgver=1.6.6
-pkgrel=1
-pkgdesc="The slightly more awesome standard unix password manager for teams."
-arch=('x86_64')
-url="https://github.com/justwatchcom/gopass"
-license=('MIT')
-depends=('gnupg' 'git')
-makedepends=('go-pie')
-optdepends=('xdotool: for typing passwords selected by dmenu'
-	    'xsel: clipboard support'
-	    'xclip: clipboard support')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/justwatchcom/gopass/archive/v${pkgver}.tar.gz")
-sha256sums=('37b3a410b3376753a98ad0f9e0e0443e2bf4d4643e068706d507d616224a07ec')
-
-prepare(){
-  export GOPATH="${srcdir}"
-  mkdir -p src
-  mv "${pkgname}-${pkgver}"/vendor/* src/
-  mkdir -p src/github.com/justwatchcom
-  ln -rTsf "${pkgname}-${pkgver}" src/github.com/justwatchcom/gopass
-}
-
-build(){
-  cd "${pkgname}-${pkgver}"
-  export GOPATH="${srcdir}"
-  make build
-  make completion
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make install DESTDIR="${pkgdir}"
-  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 zsh.completion "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
-  install -Dm644 bash.completion "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
-  install -Dm644 fish.completion "${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
-}

Copied: gopass/repos/community-x86_64/PKGBUILD (from rev 278232, gopass/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-03 15:29:32 UTC (rev 278233)
@@ -0,0 +1,39 @@
+# Maintainer: Morten Linderud <foxboron at archlinux.org>
+pkgname=gopass
+pkgver=1.6.7
+pkgrel=1
+pkgdesc="The slightly more awesome standard unix password manager for teams."
+arch=('x86_64')
+url="https://github.com/justwatchcom/gopass"
+license=('MIT')
+depends=('gnupg' 'git')
+makedepends=('go-pie')
+optdepends=('xdotool: for typing passwords selected by dmenu'
+	    'xsel: clipboard support'
+	    'xclip: clipboard support')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/justwatchcom/gopass/archive/v${pkgver}.tar.gz")
+sha256sums=('7c8811cb9263b3b53e7b48ee9d7683edaaa0102ef4b9c801e60a527fe7d5924e')
+
+prepare(){
+  export GOPATH="${srcdir}"
+  mkdir -p src
+  mv "${pkgname}-${pkgver}"/vendor/* src/
+  mkdir -p src/github.com/justwatchcom
+  ln -rTsf "${pkgname}-${pkgver}" src/github.com/justwatchcom/gopass
+}
+
+build(){
+  cd "${pkgname}-${pkgver}"
+  export GOPATH="${srcdir}"
+  make build
+  make completion
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make install DESTDIR="${pkgdir}"
+  install -Dm644 LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  install -Dm644 zsh.completion "${pkgdir}/usr/share/zsh/site-functions/_${pkgname}"
+  install -Dm644 bash.completion "${pkgdir}/usr/share/bash-completion/completions/${pkgname}"
+  install -Dm644 fish.completion "${pkgdir}/usr/share/fish/vendor_completions.d/${pkgname}.fish"
+}



More information about the arch-commits mailing list