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
872823d86c
commit
c4c0c60680
2 changed files with 2 additions and 2 deletions
2
.SRCINFO
2
.SRCINFO
|
|
@ -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 = 3b621dce701b84069a34137e143d7f0705298e7e5b7bbf5b69536bdf78bf7bbe
|
||||
sha256sums = 28007800db67cba6577f19e557240ff02f2b5d1e8165d500e1efd745f107040a
|
||||
|
||||
pkgname = crossmacro
|
||||
|
|
|
|||
2
PKGBUILD
2
PKGBUILD
|
|
@ -9,7 +9,7 @@ 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=('3b621dce701b84069a34137e143d7f0705298e7e5b7bbf5b69536bdf78bf7bbe')
|
||||
sha256sums=('28007800db67cba6577f19e557240ff02f2b5d1e8165d500e1efd745f107040a')
|
||||
options=('!strip')
|
||||
|
||||
build() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue