mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.8.2
This commit is contained in:
parent
0f76eafb04
commit
04fd04570b
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.8.1
|
||||
pkgver = 0.8.2
|
||||
pkgrel = 1
|
||||
url = https://github.com/alper-han/CrossMacro
|
||||
install = crossmacro.install
|
||||
|
|
@ -21,9 +21,9 @@ pkgbase = crossmacro
|
|||
depends = polkit
|
||||
depends = libxtst
|
||||
options = !strip
|
||||
source = crossmacro-0.8.1.tar.gz::https://github.com/alper-han/CrossMacro/archive/v0.8.1.tar.gz
|
||||
source = crossmacro-0.8.2.tar.gz::https://github.com/alper-han/CrossMacro/archive/v0.8.2.tar.gz
|
||||
source = crossmacro.sysusers
|
||||
sha256sums = e33c8eb396531f35b10f525538c466fd4cf6d49372067cdfaad9b4c5cb07f62c
|
||||
sha256sums = 071f77ddb875d24d39a2d5b43ff2efd09468d6124e1f9916e1282163b308c663
|
||||
sha256sums = SKIP
|
||||
|
||||
pkgname = crossmacro
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Zynix <crossmacro@zynix.net>
|
||||
pkgname=crossmacro
|
||||
pkgver=0.8.1
|
||||
pkgver=0.8.2
|
||||
pkgrel=1
|
||||
pkgdesc="Cross-platform mouse and keyboard macro automation tool"
|
||||
arch=('x86_64')
|
||||
|
|
@ -11,7 +11,7 @@ makedepends=('dotnet-sdk>=10.0' 'git' 'clang' 'zlib')
|
|||
options=('!strip')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alper-han/CrossMacro/archive/v${pkgver}.tar.gz"
|
||||
"crossmacro.sysusers")
|
||||
sha256sums=('e33c8eb396531f35b10f525538c466fd4cf6d49372067cdfaad9b4c5cb07f62c'
|
||||
sha256sums=('071f77ddb875d24d39a2d5b43ff2efd09468d6124e1f9916e1282163b308c663'
|
||||
'SKIP') # sysusers file checksum (local file)
|
||||
install=crossmacro.install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue