mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
pass-otp: update to 1.2.0.
This commit is contained in:
parent
e2adbaa100
commit
2f69443fc7
1 changed files with 7 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'pass-otp'
|
# Template file for 'pass-otp'
|
||||||
pkgname=pass-otp
|
pkgname=pass-otp
|
||||||
version=1.1.1
|
version=1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -10,4 +10,9 @@ maintainer="Alif Rachmawadi <arch@subosito.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/tadfisher/pass-otp"
|
homepage="https://github.com/tadfisher/pass-otp"
|
||||||
distfiles="https://github.com/tadfisher/pass-otp/archive/v${version}.tar.gz"
|
distfiles="https://github.com/tadfisher/pass-otp/archive/v${version}.tar.gz"
|
||||||
checksum=edb3142ab81d70af4e6d1c7f13abebd7c349be474a3f9293d9648ee91b75b458
|
checksum=5720a649267a240a4f7ba5a6445193481070049c1d08ba38b00d20fc551c3a67
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vmkdir usr/share/bash-completion/completions
|
||||||
|
mv ${DESTDIR}/etc/bash_completion.d/* ${DESTDIR}/usr/share/bash-completion/completions
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue