diff options
author | psykose <alice@ayaya.dev> | 2022-07-11 09:50:11 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-07-13 19:01:26 +0000 |
commit | ee9741819cad37c963341fc98da6a0a3a15a2aeb (patch) | |
tree | 0a799ccb7c877d11b2603817901e4b93d9299eb7 | |
parent | f06822e962fc9d7cfa75e21045deaf7c94981404 (diff) | |
download | aports-ee9741819cad37c963341fc98da6a0a3a15a2aeb.tar.gz aports-ee9741819cad37c963341fc98da6a0a3a15a2aeb.tar.bz2 aports-ee9741819cad37c963341fc98da6a0a3a15a2aeb.tar.xz |
community/xmodmap: upgrade to 1.0.11
-rw-r--r-- | community/xmodmap/APKBUILD | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/community/xmodmap/APKBUILD b/community/xmodmap/APKBUILD index a52f0e2c89d..51a1615d6cf 100644 --- a/community/xmodmap/APKBUILD +++ b/community/xmodmap/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=xmodmap -pkgver=1.0.10 +pkgver=1.0.11 pkgrel=0 pkgdesc="Utility for modifying keymaps and pointer button mappings in X" url="http://xorg.freedesktop.org/" @@ -10,9 +10,9 @@ license="MIT" options="!check" # No test suite. makedepends="libx11-dev util-macros" subpackages="$pkgname-doc" -source="https://www.x.org/releases/individual/app/$pkgname-$pkgver.tar.bz2" +source="https://www.x.org/releases/individual/app/xmodmap-$pkgver.tar.gz" -build () { +build() { ./configure \ --build=$CBUILD \ --host=$CHOST \ @@ -28,4 +28,6 @@ package() { install -Dm644 COPYING "$pkgdir"/usr/share/licenses/$pkgname/COPYING } -sha512sums="324c7dcef843186088f16b3bc47485eb3c9b4331e56ce43b692deb4bb3d4f4f27512480e91a379cceac8383df920dc5e37cd825246b50b6343291cec48134c04 xmodmap-1.0.10.tar.bz2" +sha512sums=" +221d42ce3c5b263b1859562ca3041c484874723552545e42e47624ad5285b4a4047a75d3fbb9c25f4dd8c9527cfb735b8187b62dc9231e4ed5923fafe883b089 xmodmap-1.0.11.tar.gz +" |