screenkey: update to 1.1.
This commit is contained in:
parent
0818bf55b2
commit
0111a4735e
1 changed files with 9 additions and 11 deletions
|
@ -1,16 +1,14 @@
|
|||
# Template file for 'screenkey'
|
||||
pkgname=screenkey
|
||||
version=0.9
|
||||
version=1.1
|
||||
revision=1
|
||||
archs=noarch
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=python2-module
|
||||
hostmakedepends="intltool python-setuptools python-distutils-extra"
|
||||
depends="pygtk"
|
||||
pycompile_module="Screenkey"
|
||||
short_desc="A screencast tool to display your keys"
|
||||
build_style=python3-module
|
||||
hostmakedepends="intltool python3-setuptools python3-distutils-extra"
|
||||
depends="python3-gobject"
|
||||
short_desc="Screencast tool to display your keys"
|
||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://www.thregr.org/~wavexx/software/screenkey/"
|
||||
distfiles="https://github.com/wavexx/${pkgname}/archive/${pkgname}-${version}.tar.gz"
|
||||
checksum=20f0b5415906cfb5cf41ca4f61c4ca22d4a13413aed87980d4d1a03dc92e7157
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.thregr.org/~wavexx/software/screenkey"
|
||||
distfiles="${homepage}/releases/screenkey-${version}.tar.gz"
|
||||
checksum=0f382e485bf185d9f4f549eab9cfe1a48c53d66dc9c362e6ab433e51c6842ed7
|
||||
|
|
Loading…
Reference in a new issue