mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 15:29:38 +01:00
Updated to 0.2.5
This commit is contained in:
parent
a937002748
commit
19839cc721
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.2.4
|
||||
pkgver = 0.2.5
|
||||
pkgrel = 1
|
||||
url = https://github.com/k0kubun/xremap
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
provides = xremap
|
||||
source_x86_64 = https://github.com/k0kubun/xremap/releases/download/v0.2.4/xremap-linux-x86_64-x11.zip
|
||||
sha256sums_x86_64 = 5171879bd9194e0bae24bbcfffad4203d45f23de5383879230e16455f7f353fa
|
||||
source_x86_64 = https://github.com/k0kubun/xremap/releases/download/v0.2.5/xremap-linux-x86_64-x11.zip
|
||||
sha256sums_x86_64 = 66e3cf1c40d3953286aacfacb2d1a73d30fd3d50d29a565f959eb9c7d4cc3917
|
||||
|
||||
pkgname = xremap-x11-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: njkevlani <njkevlani@gmail.com>
|
||||
pkgname=xremap-x11-bin
|
||||
pkgver=0.2.4
|
||||
pkgver=0.2.5
|
||||
pkgrel=1
|
||||
pkgdesc='Dynamic key remapper for X11 and Wayland'
|
||||
url='https://github.com/k0kubun/xremap'
|
||||
|
|
@ -8,7 +8,7 @@ source_x86_64=("https://github.com/k0kubun/xremap/releases/download/v$pkgver/xre
|
|||
arch=('x86_64')
|
||||
license=('MIT')
|
||||
provides=('xremap')
|
||||
sha256sums_x86_64=('5171879bd9194e0bae24bbcfffad4203d45f23de5383879230e16455f7f353fa')
|
||||
sha256sums_x86_64=('66e3cf1c40d3953286aacfacb2d1a73d30fd3d50d29a565f959eb9c7d4cc3917')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue