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