diff options
author | Enno Boland <g@s01.de> | 2014-08-09 11:04:24 +0000 |
---|---|---|
committer | Enno Boland <g@s01.de> | 2014-08-09 11:04:24 +0000 |
commit | 9946a2a020904fb4e1f8016d87f6d04c4f1ff86d (patch) | |
tree | 82dae9ed273dac302f560598e6cb896bf2ab843d | |
parent | 4eac611aae962e924dd4eacb0532c9aac4a70104 (diff) | |
download | void-packages-9946a2a020904fb4e1f8016d87f6d04c4f1ff86d.tar void-packages-9946a2a020904fb4e1f8016d87f6d04c4f1ff86d.tar.gz void-packages-9946a2a020904fb4e1f8016d87f6d04c4f1ff86d.tar.bz2 void-packages-9946a2a020904fb4e1f8016d87f6d04c4f1ff86d.tar.lz void-packages-9946a2a020904fb4e1f8016d87f6d04c4f1ff86d.tar.xz void-packages-9946a2a020904fb4e1f8016d87f6d04c4f1ff86d.tar.zst void-packages-9946a2a020904fb4e1f8016d87f6d04c4f1ff86d.zip |
libinput: Update to 0.5.0
-rw-r--r-- | common/shlibs | 2 | ||||
-rw-r--r-- | srcpkgs/libinput/template | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/common/shlibs b/common/shlibs index 7dba0d45534..5b7614a42f0 100644 --- a/common/shlibs +++ b/common/shlibs @@ -1486,7 +1486,7 @@ libmspack.so.0 libmspack-0.4alpha_1 libslim.so.1.3.6 slim-1.3.6_1 libmozjs-24.so mozjs24-24.2.0_1 libmediaart-1.0.so.0 libmediaart-0.3.0_1 -libinput.so.0 libinput-0.1.0_1 +libinput.so.3 libinput-0.5.0_1 libvaladoc.so.0 valadoc-git-20140327_1 libuhttpmock-0.0.so.0 uhttpmock-0.2.0_1 libgfbgraph-0.2.so.0 gfbgraph-0.2.2_1 diff --git a/srcpkgs/libinput/template b/srcpkgs/libinput/template index 4cb4074dcbd..9ae14a37ecb 100644 --- a/srcpkgs/libinput/template +++ b/srcpkgs/libinput/template @@ -1,7 +1,7 @@ # Template file for 'libinput' pkgname=libinput -version=0.1.0 -revision=2 +version=0.5.0 +revision=1 build_style=gnu-configure hostmakedepends="pkg-config" makedepends="mtdev-devel libudev-devel libevdev-devel>=1.2" @@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>" license="MIT" homepage="http://www.freedesktop.org/wiki/Software/libinput/" distfiles="http://freedesktop.org/software/$pkgname/$pkgname-$version.tar.xz" -checksum=63214727be5115806868ebdf9470fe2ddf4b2e1229102e080237380d22b40a1d +checksum=349c63d8819ddfc1a35fc8bcf352256b952ae22b1ff370fd819a16f67e801ea7 libinput-devel_package() { short_desc+=" - development files" |