clipman: update to 1.6.1
This commit is contained in:
parent
18e0bf8b3e
commit
31e4ba389e
1 changed files with 2 additions and 3 deletions
|
@ -1,10 +1,9 @@
|
||||||
# Template file for 'clipman'
|
# Template file for 'clipman'
|
||||||
pkgname=clipman
|
pkgname=clipman
|
||||||
version=1.6.0
|
version=1.6.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/yory8/clipman
|
go_import_path=github.com/yory8/clipman
|
||||||
hostmakedepends="git"
|
|
||||||
depends="wl-clipboard"
|
depends="wl-clipboard"
|
||||||
short_desc="Simple clipboard manager for Wayland"
|
short_desc="Simple clipboard manager for Wayland"
|
||||||
maintainer="travankor <travankor@tuta.io>"
|
maintainer="travankor <travankor@tuta.io>"
|
||||||
|
@ -12,7 +11,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://github.com/yory8/clipman"
|
homepage="https://github.com/yory8/clipman"
|
||||||
changelog="https://raw.githubusercontent.com/yory8/clipman/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/yory8/clipman/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/yory8/clipman/archive/v${version}.tar.gz"
|
distfiles="https://github.com/yory8/clipman/archive/v${version}.tar.gz"
|
||||||
checksum=996d75aa422a63ae9795cfc13104f70b3e3312421aed2919070a6ad84c6c6127
|
checksum=9bfd69ed299f7641188e05668442f074fca3b01858ea8e680499ace7a36dd108
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vman docs/clipman.1
|
vman docs/clipman.1
|
||||||
|
|
Loading…
Reference in a new issue