mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 0.5.1
This commit is contained in:
parent
8aa3947799
commit
996d0776ff
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 = 0.4.1
|
||||
pkgver = 0.5.1
|
||||
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.4.1.tar.gz::https://github.com/alper-han/CrossMacro/archive/v0.4.1.tar.gz
|
||||
sha256sums = a4e55361245053456282b35d4f612816fa589302f225c71a6e0724c733869e32
|
||||
source = crossmacro-0.5.1.tar.gz::https://github.com/alper-han/CrossMacro/archive/v0.5.1.tar.gz
|
||||
sha256sums = c3b25704ad01348fcc1d1a8c286c0f087af4e7d54a593fd239aad41dae3c5f04
|
||||
|
||||
pkgname = crossmacro
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: Zynix <crossmacro@zynix.net>
|
||||
pkgname=crossmacro
|
||||
pkgver=0.4.1
|
||||
pkgver=0.5.1
|
||||
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=('a4e55361245053456282b35d4f612816fa589302f225c71a6e0724c733869e32')
|
||||
sha256sums=('c3b25704ad01348fcc1d1a8c286c0f087af4e7d54a593fd239aad41dae3c5f04')
|
||||
options=('!strip')
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue