libwm: update to 1.2.
This commit is contained in:
parent
6f7c270349
commit
dd2df42ce6
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'libwm'
|
||||
pkgname=libwm
|
||||
version=1.0
|
||||
version=1.2
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
makedepends="libxcb-devel"
|
||||
depends="libxcb-devel"
|
||||
makedepends="libxcb-devel xcb-util-cursor-devel"
|
||||
depends="$makedepends"
|
||||
short_desc="Small library for X windows manipulation"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/wmutils/libwm"
|
||||
distfiles="https://github.com/wmutils/libwm/archive/v${version}.tar.gz"
|
||||
checksum=f56c940c5e2a4f8c0c8467b997c658d0077d0996d6f915c605fec90f79530aa0
|
||||
checksum=db80ef40d6b105f046c1d0bc138470b3e23e7bd1000afc3163d9e62f403f0f6a
|
||||
|
|
Loading…
Reference in New Issue