xss-lock: update to 0.3.0 git commit 1e158fb20108
exit when X connection dies Closes: #12796 [via git-merge-pr] Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
parent
9983a9b5c0
commit
ead88c744c
|
@ -1,8 +1,8 @@
|
|||
# Template file for 'xss-lock'
|
||||
pkgname=xss-lock
|
||||
version=0.3.0
|
||||
revision=1
|
||||
_git_commit=94aec045ffd6
|
||||
revision=2
|
||||
_git_commit=1e158fb20108
|
||||
_author=raymonad
|
||||
wrksrc="${_author}-${pkgname}-${_git_commit}"
|
||||
build_style=cmake
|
||||
|
@ -12,8 +12,8 @@ short_desc="Hooks your favorite locker to the MIT screen saver extension for X"
|
|||
maintainer="Maurizio Porrato <maurizio.porrato@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://bitbucket.org/raymonad/xss-lock"
|
||||
distfiles="https://bitbucket.org/${_author}/${pkgname}/get/v${version}.tar.gz"
|
||||
checksum=b15021bbd96915653372c625cd44d749c4aaab09ad08530e192091b9b00d1f29
|
||||
distfiles="https://bitbucket.org/${_author}/${pkgname}/get/${_git_commit}.tar.gz"
|
||||
checksum=19c9e55fd14346e79a1cfaa400cb51ef467d9e3f482fb28a38ba2bbc2c972d91
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue