diff --git a/community/xf86-input-vmmouse/APKBUILD b/community/xf86-input-vmmouse/APKBUILD index 01c02484a8bedb661df6f8af18e7ec979cad1fc2..2dfe3664d9f9f0088620e7a4f25ee35d9ce9333c 100644 --- a/community/xf86-input-vmmouse/APKBUILD +++ b/community/xf86-input-vmmouse/APKBUILD @@ -1,19 +1,14 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xf86-input-vmmouse -pkgver=13.1.0 -pkgrel=5 +pkgver=13.2.0 +pkgrel=0 pkgdesc="X.org VMware mouse input driver" url="https://xorg.freedesktop.org/" arch="x86 x86_64" license="MIT" subpackages="$pkgname-doc" makedepends="libxkbfile-dev xorg-server-dev libxi-dev libxrandr-dev eudev-dev" -source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.bz2" - -prepare() { - update_config_sub - default_prepare -} +source="https://www.x.org/releases/individual/driver/$pkgname-$pkgver.tar.xz" build() { export LDFLAGS="$LDFLAGS -Wl,-z,lazy" @@ -28,4 +23,6 @@ package() { make DESTDIR="$pkgdir" install install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -sha512sums="38e09c5d7da971eb25ed79fc2daac3b8e1f5e6ec1096424696652c975ea653ed4a49d7779e7735d81a512c12c0a30829d5443ca78a275f3181ebd1740dd2dfd4 xf86-input-vmmouse-13.1.0.tar.bz2" +sha512sums=" +26a01347a679db058abdc7cbd9a363bb4fccd1a727dc18e279d15b8a0dce71f67af5ff54df28b908391da8d2fc311d8c1813f26dcded4e9a2668db7b55ca5687 xf86-input-vmmouse-13.2.0.tar.xz +"