mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 07:34:23 +01:00
Updated to v0.10.11
This commit is contained in:
parent
1b0e067a47
commit
bbad79dac1
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,12 +1,12 @@
|
|||
pkgbase = xremap-x11-bin
|
||||
pkgdesc = Dynamic key remapper for X11 and Wayland
|
||||
pkgver = 0.10.10
|
||||
pkgver = 0.10.11
|
||||
pkgrel = 1
|
||||
url = https://github.com/k0kubun/xremap
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
provides = xremap
|
||||
source_x86_64 = xremap-x11-bin-0.10.10.zip::https://github.com/k0kubun/xremap/releases/download/v0.10.10/xremap-linux-x86_64-x11.zip
|
||||
sha256sums_x86_64 = 82421621fcffc8bb5f58d4862e664afd54ba5999dcd1d43f2b4ebe716917c6e5
|
||||
source_x86_64 = xremap-x11-bin-0.10.11.zip::https://github.com/k0kubun/xremap/releases/download/v0.10.11/xremap-linux-x86_64-x11.zip
|
||||
sha256sums_x86_64 = 18bade54221f61e108759ed6f6064ba63d2ac8eb37ee973ed2b781887f7366f0
|
||||
|
||||
pkgname = xremap-x11-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: njkevlani <njkevlani@gmail.com>
|
||||
# Maintainer: k0kubun <takashikkbn@gmail.com>
|
||||
pkgname=xremap-x11-bin
|
||||
pkgver=0.10.10
|
||||
pkgver=0.10.11
|
||||
pkgrel=1
|
||||
pkgdesc='Dynamic key remapper for X11 and Wayland'
|
||||
url='https://github.com/k0kubun/xremap'
|
||||
|
|
@ -9,7 +9,7 @@ source_x86_64=("$pkgname-$pkgver.zip::https://github.com/k0kubun/xremap/releases
|
|||
arch=('x86_64')
|
||||
license=('MIT')
|
||||
provides=('xremap')
|
||||
sha256sums_x86_64=('82421621fcffc8bb5f58d4862e664afd54ba5999dcd1d43f2b4ebe716917c6e5')
|
||||
sha256sums_x86_64=('18bade54221f61e108759ed6f6064ba63d2ac8eb37ee973ed2b781887f7366f0')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue