libinput-32: 1.16.4 -> 1.17.0

This commit is contained in:
Danny Rawlins 2021-02-27 12:54:34 +11:00
parent 5dfb2078d2
commit 0ef804020c
2 changed files with 5 additions and 5 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXQ7s4gqpD9EPcQq0qhnFwLbbNvqC0ylRFl+EB+G2w4OAAMA+3kNU1pnpmgJOSeILJzTBG2De8tlRYNJ4+V/8iwQ=
SHA256 (Pkgfile) = a78bdd7b2aac1059a380e87cd0291e9380a624978740efb90cc666c35c0c1522
RWSwxGo/zH7eXctRsnNMZACt368I8o6/zA3u+QVXiTbN0b/pXB/97vQfDZwUDnU5X7+V+ukgKeqB3k4bn1RuTTc/wCpggAiF4gY=
SHA256 (Pkgfile) = c911f50f40a1078f4ec044f465ed1e46047fd27e11163231e2e4df7cae6b310c
SHA256 (.footprint) = 443a1d2ce220ec5895c13c4d95bf28f36f2ab95bbd7b4ae2adaede2db4d66670
SHA256 (libinput-1.16.4.tar.xz) = 65923a06d5a8970e4a999c4668797b9b689614b62b1d44432ab1c87b65e39e29
SHA256 (libinput-1.17.0.tar.xz) = c560cfca14cb5c50d2a1b7551df06bc5d4306e32c128f3e3d37e137285dedbad

View File

@ -4,7 +4,7 @@
# Depends on: eudev-32 libinput mtdev-32 xorg-libevdev-32
name=libinput-32
version=1.16.4
version=1.17.0
release=1
source=(https://www.freedesktop.org/software/${name%-*}/${name%-*}-$version.tar.xz)
@ -24,5 +24,5 @@ build() {
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build
rm -r $PKG/lib $PKG/usr/{bin,include,lib32/libinput,share}
rm -r $PKG/etc $PKG/lib $PKG/usr/{bin,include,lib32/libinput,share}
}