Update rusty-keys

This commit is contained in:
Travis Burtrum 2017-11-08 22:33:57 -05:00
parent c5d551bb3c
commit aeeffa7d70
2 changed files with 8 additions and 7 deletions

View File

@ -1,24 +1,24 @@
# Maintainer: moparisthebest <admin dot archlinux AT moparisthebest dot com>
pkgname=rusty-keys
pkgver=0.0.1
pkgrel=2
pkgver=0.0.2
pkgrel=1
pkgdesc="uinput level keyboard mapper for linux"
url="https://code.moparisthebest.com/moparisthebest/rusty-keys"
makedepends=('cargo' 'systemd')
depends=('libsystemd')
arch=('i686' 'x86_64')
arch=('i686' 'x86_64' 'armv7h' 'armv6h')
license=('AGPL')
backup=('etc/rusty-keys/keymap.toml')
source=("$pkgname-$pkgver.tar.gz::https://crates.io/api/v1/crates/$pkgname/$pkgver/download"
"$pkgname-$pkgver.tar.gz.asc::https://code.moparisthebest.com/attachments/97f6888b-df43-4e7c-a3f5-d4982b24341b"
"$pkgname-$pkgver.tar.gz.asc::https://code.moparisthebest.com/attachments/95cecd64-fb0a-466b-995b-a1ca38cfca36"
'rusty-keys@.service'
rusty-keys.target
)
validpgpkeys=('81F1C22DD41109D4A9C0A7B5B070F8D97D1A0BBA') # moparisthebest <admin AT moparisthebest.com>
sha256sums=('f26dd1a1b2005b82929e6bc64966f545834a1f77c1ed9221f7de42a3d6c84239'
'SKIP'
'4b8df8362d87c2aa31c028cf7aeaae109678f044f19be7ad2e492056e9d96b03'
sha256sums=('53cb47fc17c69430d5f8d2230e712a1178f14d8542d21bda4b0d8bd022019804'
'35f4f6cce400de07ded6bc30b2f8d05dfb8cf9068af8e1e6c9a3862f46ea7bc0'
'277193fd54d47d994d2db21102409c1aa18f11064e9f4798bd97ade63cbe2c46'
'70afa48c38901dd7de377f8ab4432806adeb944bd171df02091da617ed138862'
)

View File

@ -3,6 +3,7 @@ Description=rusty-keys keymapper service
After=systemd-udevd.service
[Service]
ExecStartPre=/bin/sleep 5
ExecStart=/usr/bin/rusty-keys -c /etc/rusty-keys/keymap.toml -d /dev/input/%I
[Install]