Update to version 0.4.0

This commit is contained in:
GitHub Actions 2025-12-06 16:41:11 +00:00
parent 32dfa9bc5d
commit 96b13b0f12
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = crossmacro
pkgdesc = Mouse Macro Automation Tool for Linux Wayland
pkgver = 0.3.2
pkgver = 0.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-0.3.2.tar.gz::https://github.com/alper-han/CrossMacro/archive/v0.3.2.tar.gz
sha256sums = e8e043684c3c5beab6cf41a9c02ca50318665a3eb78efa5c8954b0e8e6892315
source = crossmacro-0.4.0.tar.gz::https://github.com/alper-han/CrossMacro/archive/v0.4.0.tar.gz
sha256sums = c58823564cb9b8c865e7032b160f36f97c5a575a6c37f6cae7f37394e025efde
pkgname = crossmacro

View file

@ -1,6 +1,6 @@
# Maintainer: Zynix <crossmacro@zynix.net>
pkgname=crossmacro
pkgver=0.3.2
pkgver=0.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=('e8e043684c3c5beab6cf41a9c02ca50318665a3eb78efa5c8954b0e8e6892315')
sha256sums=('c58823564cb9b8c865e7032b160f36f97c5a575a6c37f6cae7f37394e025efde')
options=('!strip')
build() {