diff --git a/MAINTAINERS.md b/MAINTAINERS.md new file mode 100644 --- /dev/null +++ b/MAINTAINERS.md @@ -0,0 +1,5 @@ +This file is used to indicate responsibility for the maintenance of this package. Individuals on this list should be the sole modifiers of the package, excluding cases where the Solus Team may need to perform necessary rebuilds, upgrades, or security fixes. This list should not be used for any direct contact usage. If you believe this package requires a package update, follow documentation from https://getsol.us/articles/packaging/request-a-package-update/en/. In the event this package no longer becomes sufficiently maintained, Core Team reserves the right to request a new maintainer or remove this package from the repository. + +- Silke Hofstra + - IRC: silkeh + - Email: silke@slxh.eu diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,10 +1,11 @@ name : gopass -version : 1.8.6 -release : 7 +version : 1.10.1 +release : 8 source : - - https://github.com/gopasspw/gopass/archive/v1.8.6.tar.gz : 77bbf6ed9ecdcf153f40bdaa014835fe99ed505762b20f8d33be1c2f72199fdf + - https://github.com/gopasspw/gopass/releases/download/v1.10.1/gopass-1.10.1.tar.gz : 23e7cf39938fcc34856ec4e6abce740a9be9fe8fa68cf8a6f61ca497fe6f9283 license : MIT component : security +networking : yes summary : The slightly more awesome standard unix password manager for teams description: | gopass is a rewrite of the pass password manager in Go with the aim of making it cross-platform and adding additional features. @@ -16,12 +17,9 @@ - xdotool - xsel build : | - mv vendor src - mkdir -p src/github.com/gopasspw - ln -s $workdir src/github.com/gopasspw/gopass - %make GOPATH=$workdir + %make install : | - %make_install GOPATH=$workdir PREFIX=/usr + %make_install PREFIX=/usr # Set correct permission bits for the shell completion files chmod 644 $installdir/usr/share/zsh/site-functions/_gopass diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ gopass - Longwu Ou - xulongwu4@gmail.com + Silke Hofstra + silke@slxh.eu MIT security @@ -20,18 +20,22 @@ security /usr/bin/gopass + /usr/bin/gopass-git-credentials + /usr/bin/gopass-hibp + /usr/bin/gopass-jsonapi + /usr/bin/gopass-summon-provider /usr/share/bash-completion/completions/gopass /usr/share/fish/vendor_completions.d/gopass.fish /usr/share/zsh/site-functions/_gopass - - 2019-07-28 - 1.8.6 + + 2020-12-16 + 1.10.1 Packaging update - Longwu Ou - xulongwu4@gmail.com + Silke Hofstra + silke@slxh.eu \ No newline at end of file