mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to version 1.0.0
This commit is contained in:
parent
1e44101f58
commit
7c686aec40
2 changed files with 4 additions and 4 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -4,7 +4,7 @@ pkgbase = crossmacro
|
|||
pkgrel = 1
|
||||
url = https://github.com/alper-han/CrossMacro
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
license = GPL-3.0
|
||||
makedepends = dotnet-sdk>=10.0
|
||||
makedepends = git
|
||||
depends = dotnet-runtime>=10.0
|
||||
|
|
@ -18,6 +18,6 @@ pkgbase = crossmacro
|
|||
depends = libxrandr
|
||||
options = !strip
|
||||
source = crossmacro-1.0.0.tar.gz::https://github.com/alper-han/CrossMacro/archive/v1.0.0.tar.gz
|
||||
sha256sums = 6e32b422f44b521346cabc3989c98ec1ee3261282bb5b8964842733bec5bd3f3
|
||||
sha256sums = ac0db9881e014fa4f9ee2b2b899c66591d261e2990844c4fab8234ee4e1e9bb6
|
||||
|
||||
pkgname = crossmacro
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -5,11 +5,11 @@ pkgrel=1
|
|||
pkgdesc="Mouse Macro Automation Tool for Linux Wayland"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/alper-han/CrossMacro"
|
||||
license=('MIT')
|
||||
license=('GPL-3.0')
|
||||
depends=('dotnet-runtime>=10.0' '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=('6e32b422f44b521346cabc3989c98ec1ee3261282bb5b8964842733bec5bd3f3')
|
||||
sha256sums=('ac0db9881e014fa4f9ee2b2b899c66591d261e2990844c4fab8234ee4e1e9bb6')
|
||||
options=('!strip')
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue