libuInputPlus: update to 0.1.4.
This commit is contained in:
parent
7846bc5584
commit
78e11fea9a
1 changed files with 3 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'libuInputPlus'
|
||||
pkgname=libuInputPlus
|
||||
version=0.1.3
|
||||
version=0.1.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
short_desc="Easy-to-use uinput library in C++"
|
||||
|
@ -8,7 +8,7 @@ maintainer="Frank Steinborn <steinex@nognu.de>"
|
|||
license="MIT"
|
||||
homepage="https://github.com/YukiWorkshop/libuInputPlus"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=5e1ec424ea39df08a7d33ad88edcfc7f348125a308c45f47438f12db0cebc928
|
||||
checksum=a537e156d11ad00c643b93cbd9b712d3ec9d0ae8e40731ff763fe9a6ffe97458
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
|
@ -21,5 +21,6 @@ libuInputPlus-devel_package() {
|
|||
vmove usr/include
|
||||
vmove usr/lib/*.a
|
||||
vmove usr/lib/*.so
|
||||
vmove usr/lib/pkgconfig
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue