diff --git a/manifest/armv7l/l/libevdev.filelist b/manifest/armv7l/l/libevdev.filelist index ecc80e3fc..dce51fc53 100644 --- a/manifest/armv7l/l/libevdev.filelist +++ b/manifest/armv7l/l/libevdev.filelist @@ -1,4 +1,4 @@ -# Total size: 196700 +# Total size: 194312 /usr/local/bin/libevdev-tweak-device /usr/local/bin/mouse-dpi-tool /usr/local/bin/touchpad-edge-detector diff --git a/manifest/i686/l/libevdev.filelist b/manifest/i686/l/libevdev.filelist index 21d91b69c..06639b958 100644 --- a/manifest/i686/l/libevdev.filelist +++ b/manifest/i686/l/libevdev.filelist @@ -1,4 +1,4 @@ -# Total size: 233608 +# Total size: 210240 /usr/local/bin/libevdev-tweak-device /usr/local/bin/mouse-dpi-tool /usr/local/bin/touchpad-edge-detector diff --git a/manifest/x86_64/l/libevdev.filelist b/manifest/x86_64/l/libevdev.filelist index 2e1351f55..3029f8eca 100644 --- a/manifest/x86_64/l/libevdev.filelist +++ b/manifest/x86_64/l/libevdev.filelist @@ -1,4 +1,4 @@ -# Total size: 265470 +# Total size: 251526 /usr/local/bin/libevdev-tweak-device /usr/local/bin/mouse-dpi-tool /usr/local/bin/touchpad-edge-detector diff --git a/packages/libevdev.rb b/packages/libevdev.rb index d711a1063..0b6992782 100644 --- a/packages/libevdev.rb +++ b/packages/libevdev.rb @@ -3,22 +3,22 @@ require 'buildsystems/meson' class Libevdev < Meson description 'libevdev is a wrapper library for evdev devices.' homepage 'https://www.freedesktop.org/wiki/Software/libevdev/' - version '1.13.4' + version '1.13.5' license 'MIT' compatibility 'all' source_url "https://www.freedesktop.org/software/libevdev/libevdev-#{version}.tar.xz" - source_sha256 'f00ab8d42ad8b905296fab67e13b871f1a424839331516642100f82ad88127cd' + source_sha256 '89918ae7b7c13936e6482604a77a2bfbbb74544c5d039fde01c3fa1bdf639987' binary_compression 'tar.zst' binary_sha256({ - aarch64: '7cdc504498a4d6da831ebfb36a7b3112d029b96ccaad4166c92a0f556cd9d89e', - armv7l: '7cdc504498a4d6da831ebfb36a7b3112d029b96ccaad4166c92a0f556cd9d89e', - i686: '69e54f648be62110a5a488c39b5bdd9c0957ea4705a25d82d8e6cde86f704458', - x86_64: '3c285862c00dbbdfd19f88cc9a9cdb5c57580844a5db46c4b4155dae9618f08a' + aarch64: 'd58b4b84a9f6eee8d9ca8c04bc2a1f6cc08aa1288d60200616d11a1f586706e7', + armv7l: 'd58b4b84a9f6eee8d9ca8c04bc2a1f6cc08aa1288d60200616d11a1f586706e7', + i686: 'f697d9e40f91c885f804a4cad23ccc54e8b61e03709bab0977626a3960f6f357', + x86_64: '54c1c2ed37bdd83ac932ea5ad63267b31b3ed45427479c98a1ca0d43f31d9b01' }) depends_on 'check' => :build depends_on 'doxygen' => :build - depends_on 'python3' => :build depends_on 'glibc' # R + depends_on 'python3' => :build end