tpm: update to 1.3.
This commit is contained in:
parent
baa2186f0b
commit
c92fb9846d
1 changed files with 8 additions and 8 deletions
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'tpm'
|
# Template file for 'tpm'
|
||||||
pkgname=tpm
|
pkgname=tpm
|
||||||
version=1.2
|
version=1.3
|
||||||
revision=2
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
hostmakedepends="perl"
|
hostmakedepends="perl"
|
||||||
depends="bash gnupg2"
|
depends="bash gnupg2"
|
||||||
short_desc="A tiny password manager"
|
short_desc="A tiny password manager"
|
||||||
maintainer="Sören Tempel <soeren+void@soeren-tempel.net>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
homepage="https://github.com/nmeum/${pkgname}"
|
homepage="https://github.com/nmeum/tpm"
|
||||||
distfiles="https://github.com/nmeum/${pkgname}/archive/${version}.tar.gz"
|
distfiles="https://github.com/nmeum/tpm/archive/${version}.tar.gz"
|
||||||
checksum=348e172a7340535f2d507cd23350d5c635d489f942424e871169375ffe416e59
|
checksum=97b8bf1e53a122fbebc47c0468a1944d53cf78e237f07cfaecd871b67bebed98
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall zsh_completion 644 usr/share/zsh/site-functions _${pkgname}
|
vinstall contrib/zsh_completion 644 usr/share/zsh/site-functions _tpm
|
||||||
vinstall bash_completion 644 usr/share/bash-completion/completions ${pkgname}
|
vinstall contrib/bash_completion 644 usr/share/bash-completion/completions tpm
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue