mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.9.4
This commit is contained in:
parent
2fc8157b39
commit
f3b3dcb818
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = crossmacro
|
||||
pkgdesc = Cross-platform mouse and keyboard macro automation tool
|
||||
pkgver = 0.9.3
|
||||
pkgver = 0.9.4
|
||||
pkgrel = 1
|
||||
url = https://github.com/alper-han/CrossMacro
|
||||
install = crossmacro.install
|
||||
|
|
@ -22,10 +22,10 @@ pkgbase = crossmacro
|
|||
depends = libxtst
|
||||
depends = systemd-libs
|
||||
options = !strip
|
||||
source = crossmacro-0.9.3.tar.gz::https://github.com/alper-han/CrossMacro/archive/v0.9.3.tar.gz
|
||||
source = crossmacro-0.9.4.tar.gz::https://github.com/alper-han/CrossMacro/archive/v0.9.4.tar.gz
|
||||
source = crossmacro.sysusers
|
||||
source = crossmacro-modules.conf
|
||||
sha256sums = 85689eb724e5b3933b5d9b603fab7c56832f965d85a22a8b30393d23f9c47d20
|
||||
sha256sums = dc631808494be8de24249ba627f8a4bc00de95e7757352c46b5b19fea392cb4a
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Zynix <crossmacro@zynix.net>
|
||||
pkgname=crossmacro
|
||||
pkgver=0.9.3
|
||||
pkgver=0.9.4
|
||||
pkgrel=1
|
||||
pkgdesc="Cross-platform mouse and keyboard macro automation tool"
|
||||
arch=('x86_64')
|
||||
|
|
@ -12,7 +12,7 @@ options=('!strip')
|
|||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alper-han/CrossMacro/archive/v${pkgver}.tar.gz"
|
||||
"crossmacro.sysusers"
|
||||
"crossmacro-modules.conf")
|
||||
sha256sums=('85689eb724e5b3933b5d9b603fab7c56832f965d85a22a8b30393d23f9c47d20'
|
||||
sha256sums=('dc631808494be8de24249ba627f8a4bc00de95e7757352c46b5b19fea392cb4a'
|
||||
'SKIP'
|
||||
'SKIP') # sysusers and modules config checksums (local files)
|
||||
install=crossmacro.install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue