mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 15:29:38 +01:00
Update to 0.3.1
This commit is contained in:
parent
1d0d3c6534
commit
e79d49d7fb
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.3.0
|
||||
pkgver = 0.3.1
|
||||
pkgrel = 1
|
||||
url = https://github.com/k0kubun/xremap
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
provides = xremap
|
||||
source_x86_64 = xremap-x11-bin-0.3.0.zip::https://github.com/k0kubun/xremap/releases/download/v0.3.0/xremap-linux-x86_64-x11.zip
|
||||
sha256sums_x86_64 = 9e46fd7c187934a42a0d35b6a9e0613f4f685b50b7fed39feb3266b209a0cd0c
|
||||
source_x86_64 = xremap-x11-bin-0.3.1.zip::https://github.com/k0kubun/xremap/releases/download/v0.3.1/xremap-linux-x86_64-x11.zip
|
||||
sha256sums_x86_64 = 2fc3ee39d21d5f68a4d9459d0d71ddf34c317fdf21f20cddb254ca4a382aabe5
|
||||
|
||||
pkgname = xremap-x11-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: njkevlani <njkevlani@gmail.com>
|
||||
pkgname=xremap-x11-bin
|
||||
pkgver=0.3.0
|
||||
pkgver=0.3.1
|
||||
pkgrel=1
|
||||
pkgdesc='Dynamic key remapper for X11 and Wayland'
|
||||
url='https://github.com/k0kubun/xremap'
|
||||
|
|
@ -8,7 +8,7 @@ source_x86_64=("$pkgname-$pkgver.zip::https://github.com/k0kubun/xremap/releases
|
|||
arch=('x86_64')
|
||||
license=('MIT')
|
||||
provides=('xremap')
|
||||
sha256sums_x86_64=('9e46fd7c187934a42a0d35b6a9e0613f4f685b50b7fed39feb3266b209a0cd0c')
|
||||
sha256sums_x86_64=('2fc3ee39d21d5f68a4d9459d0d71ddf34c317fdf21f20cddb254ca4a382aabe5')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue