mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
libkeybinder3: update to 0.3.2.
This commit is contained in:
parent
6b50443612
commit
23a8d69786
2 changed files with 5 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libkeybinder3'
|
||||
pkgname=libkeybinder3
|
||||
version=0.3.1
|
||||
revision=2
|
||||
version=0.3.2
|
||||
revision=1
|
||||
wrksrc="keybinder-keybinder-3.0-v${version}"
|
||||
build_style=gnu-configure
|
||||
configure_args="$(vopt_enable gir introspection)"
|
||||
|
@ -11,8 +11,8 @@ short_desc="Library for registering global keyboard shortcuts (GTK+3)"
|
|||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://github.com/engla/keybinder"
|
||||
distfiles="${homepage}/archive/keybinder-3.0-v${version}.tar.gz"
|
||||
checksum=0ebd17f026ce4ff6f0fb4248a95c2962d76b60b8cbccf07de28b07d7c5e42204
|
||||
distfiles="https://github.com/engla/keybinder/archive/keybinder-3.0-v${version}.tar.gz"
|
||||
checksum=2eec50be6dfafa672d719e719f639df10403f270b2473e60deb2fb8455d13c51
|
||||
|
||||
build_options="gir"
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
|
1
srcpkgs/libkeybinder3/update
Normal file
1
srcpkgs/libkeybinder3/update
Normal file
|
@ -0,0 +1 @@
|
|||
pattern='/archive/(keybinder-3.0-v|v?|\Q'"$pkgname"'\E-)?\K[\d\.]+(?=\.tar\.gz")'
|
Loading…
Add table
Reference in a new issue