mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.9.2
This commit is contained in:
parent
aa2eda41e7
commit
a0bef129e8
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.1
|
||||
pkgver = 0.9.2
|
||||
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.1.tar.gz::https://github.com/alper-han/CrossMacro/archive/v0.9.1.tar.gz
|
||||
source = crossmacro-0.9.2.tar.gz::https://github.com/alper-han/CrossMacro/archive/v0.9.2.tar.gz
|
||||
source = crossmacro.sysusers
|
||||
source = crossmacro-modules.conf
|
||||
sha256sums = 9049c5627f0422e59e534a404d10e0546217c475bda08da1ef754506839720d5
|
||||
sha256sums = 22de0baddf09c23f0aed6d7395342e5a1254925d6c16887813602b4afdbc77cc
|
||||
sha256sums = SKIP
|
||||
sha256sums = SKIP
|
||||
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Zynix <crossmacro@zynix.net>
|
||||
pkgname=crossmacro
|
||||
pkgver=0.9.1
|
||||
pkgver=0.9.2
|
||||
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=('9049c5627f0422e59e534a404d10e0546217c475bda08da1ef754506839720d5'
|
||||
sha256sums=('22de0baddf09c23f0aed6d7395342e5a1254925d6c16887813602b4afdbc77cc'
|
||||
'SKIP'
|
||||
'SKIP') # sysusers and modules config checksums (local files)
|
||||
install=crossmacro.install
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue