tdrop: update to 0.3.0.
This commit is contained in:
parent
3c8ad720a3
commit
1d907cd4ac
1 changed files with 4 additions and 4 deletions
|
@ -1,15 +1,15 @@
|
|||
# Template file for 'tdrop'
|
||||
pkgname=tdrop
|
||||
version=0.2
|
||||
revision=2
|
||||
version=0.3.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
depends="bash xdotool xprop xwininfo"
|
||||
short_desc="Turn terminal emulator or any program into dropdown window"
|
||||
maintainer="Daniel Lewan <vision360.daniel@gmail.com>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/noctuid/tdrop"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=56d6e75fb17046d04234740b71ea10b422207420c48c3ec2d6131d19fa2a8597
|
||||
distfiles="https://github.com/noctuid/tdrop/archive/${version}.tar.gz"
|
||||
checksum=127467b5e5b8d0b973297fb2a84494e89c82f739dc2126867922635a8c0b7c9a
|
||||
|
||||
do_install() {
|
||||
vbin tdrop
|
||||
|
|
Loading…
Reference in a new issue