mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
Updated to v0.8.3
This commit is contained in:
parent
6b2d9e61c3
commit
09edf9a79d
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.8.2
|
||||
pkgver = 0.8.3
|
||||
pkgrel = 1
|
||||
url = https://github.com/k0kubun/xremap
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
provides = xremap
|
||||
source_x86_64 = xremap-x11-bin-0.8.2.zip::https://github.com/k0kubun/xremap/releases/download/v0.8.2/xremap-linux-x86_64-x11.zip
|
||||
sha256sums_x86_64 = 529cde91a01033e052a0fb1f11e2edbe6387808153441df268857f5f59a4bd18
|
||||
source_x86_64 = xremap-x11-bin-0.8.3.zip::https://github.com/k0kubun/xremap/releases/download/v0.8.3/xremap-linux-x86_64-x11.zip
|
||||
sha256sums_x86_64 = 3f60f82d2f67a88b7ee5c475c082b916b43b06ac3c6eddd08c317f91fe3377de
|
||||
|
||||
pkgname = xremap-x11-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: njkevlani <njkevlani@gmail.com>
|
||||
pkgname=xremap-x11-bin
|
||||
pkgver=0.8.2
|
||||
pkgver=0.8.3
|
||||
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=('529cde91a01033e052a0fb1f11e2edbe6387808153441df268857f5f59a4bd18')
|
||||
sha256sums_x86_64=('3f60f82d2f67a88b7ee5c475c082b916b43b06ac3c6eddd08c317f91fe3377de')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue