mirror of
https://github.com/archlinux/aur.git
synced 2026-03-06 08:42:35 +01:00
Updated to v0.14.8
This commit is contained in:
parent
aad3b1e636
commit
a52e965c63
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.14.7
|
||||
pkgver = 0.14.8
|
||||
pkgrel = 1
|
||||
url = https://github.com/k0kubun/xremap
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
provides = xremap
|
||||
source_x86_64 = xremap-x11-bin-0.14.7.zip::https://github.com/k0kubun/xremap/releases/download/v0.14.7/xremap-linux-x86_64-x11.zip
|
||||
sha256sums_x86_64 = 5fcc95b9af4eda05f1356b2b6d957c276574019c5704e5d804cd75ee2e98bea7
|
||||
source_x86_64 = xremap-x11-bin-0.14.8.zip::https://github.com/k0kubun/xremap/releases/download/v0.14.8/xremap-linux-x86_64-x11.zip
|
||||
sha256sums_x86_64 = f05aa21277f03e4ee805448271c163cfbfe7b57eb7272a1ae1d3cb8a4049b04b
|
||||
|
||||
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.14.7
|
||||
pkgver=0.14.8
|
||||
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=('5fcc95b9af4eda05f1356b2b6d957c276574019c5704e5d804cd75ee2e98bea7')
|
||||
sha256sums_x86_64=('f05aa21277f03e4ee805448271c163cfbfe7b57eb7272a1ae1d3cb8a4049b04b')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue