diff options
author | shirousagi | 2023-11-30 13:10:02 +0000 |
---|---|---|
committer | shirousagi | 2023-11-30 13:10:02 +0000 |
commit | 220c4f6a3fa0e0a6be956e4d2134f88b91643753 (patch) | |
tree | 4ddfa70be964ced2f02611594542bf512853facb /PKGBUILD | |
parent | aa03e0c0256a410db36e152cfbe6680a3768e27b (diff) | |
download | aur-220c4f6a3fa0e0a6be956e4d2134f88b91643753.tar.gz |
Update version
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -2,7 +2,7 @@ pkgname=python-map2 pkgver=2.0.5 -pkgrel=2 +pkgrel=3 pkgdesc="Linux input remapping library" url="https://github.com/shiro/map2" arch=('x86_64' 'i686') @@ -13,8 +13,8 @@ source_i686=('lib32-libxkbcommon') makedepends=() source_x86_64=("https://github.com/shiro/map2/releases/download/$pkgver/map2-$pkgver-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl") source_i686=("https://github.com/shiro/map2/releases/download/$pkgver/map2-$pkgver-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl") -sha256sums_x86_64=('367169100c8653bfaa838cc3cc6531a9ac7ecc03bb9d64e31827c4ce405cd066') -sha256sums_i686=('e504d45459ec6ba013795ad6ba8c6782c3c68d6554e1a95e2525e68a611fd973') +sha256sums_x86_64=('7c7f026e9f9ce3c9028bd8de611177c3fed7909c15791eae5a8f12b11250037d') +sha256sums_i686=('9bc85035313ff9295ca53e58b842eff6955eceb1516cc7daad95fb183f869ef5') package() { |