mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 1.4.0
This commit is contained in:
parent
11a339f5f8
commit
03ac37f757
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = crossmacro
|
||||
pkgdesc = Mouse Macro Automation Tool for Linux Wayland
|
||||
pkgver = .1.3.0
|
||||
pkgver = 1.4.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/alper-han/CrossMacro
|
||||
arch = x86_64
|
||||
|
|
@ -16,7 +16,7 @@ pkgbase = crossmacro
|
|||
depends = libxcursor
|
||||
depends = libxrandr
|
||||
options = !strip
|
||||
source = crossmacro-.1.3.0.tar.gz::https://github.com/alper-han/CrossMacro/archive/v.1.3.0.tar.gz
|
||||
sha256sums = e27039515e62ebac7b96b04dbb0c54f7c4042efe775b8c02952915336d3355df
|
||||
source = crossmacro-1.4.0.tar.gz::https://github.com/alper-han/CrossMacro/archive/v1.4.0.tar.gz
|
||||
sha256sums = ab501936a27857e1dcbcbf7637888c19508f60e808ffcc13ce8fb20975267d88
|
||||
|
||||
pkgname = crossmacro
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Zynix <crossmacro@zynix.net>
|
||||
pkgname=crossmacro
|
||||
pkgver=.1.3.0
|
||||
pkgver=1.4.0
|
||||
pkgrel=1
|
||||
pkgdesc="Mouse Macro Automation Tool for Linux Wayland"
|
||||
arch=('x86_64')
|
||||
|
|
@ -9,7 +9,7 @@ license=('GPL-3.0')
|
|||
depends=('zlib' 'openssl' 'icu' 'krb5' 'fontconfig' 'libx11' 'libxcursor' 'libxrandr')
|
||||
makedepends=('dotnet-sdk>=10.0' 'git')
|
||||
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/alper-han/CrossMacro/archive/v${pkgver}.tar.gz")
|
||||
sha256sums=('e27039515e62ebac7b96b04dbb0c54f7c4042efe775b8c02952915336d3355df')
|
||||
sha256sums=('ab501936a27857e1dcbcbf7637888c19508f60e808ffcc13ce8fb20975267d88')
|
||||
options=('!strip')
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue