mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 06:54:23 +01:00
oops
This commit is contained in:
parent
2308c8593c
commit
90775787e5
2 changed files with 6 additions and 2 deletions
4
.SRCINFO
4
.SRCINFO
|
|
@ -1,12 +1,14 @@
|
|||
pkgbase = xwin-bin
|
||||
pkgdesc = Allows downloading and repacking the MSVC CRT and Windows SDK for cross compilation
|
||||
pkgver = 0.7.0
|
||||
pkgrel = 1
|
||||
pkgrel = 2
|
||||
url = https://github.com/Jake-Shadle/xwin
|
||||
arch = x86_64
|
||||
arch = aarch64
|
||||
license = Apache
|
||||
license = MIT
|
||||
provides = xwin
|
||||
conflicts = xwin
|
||||
source_x86_64 = https://github.com/Jake-Shadle/xwin/releases/download/0.7.0/xwin-0.7.0-x86_64-unknown-linux-musl.tar.gz
|
||||
sha256sums_x86_64 = f1bffe5319728fca9cde5bb03fcb6c88cdf44922bd003fca8b4b9ce5b6f259d2
|
||||
source_aarch64 = https://github.com/Jake-Shadle/xwin/releases/download/0.7.0/xwin-0.7.0-aarch64-unknown-linux-musl.tar.gz
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,11 +1,13 @@
|
|||
# Maintainer: Jonghyo Lee <na1307@outlook.kr>
|
||||
pkgname=xwin-bin
|
||||
pkgver=0.7.0
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
pkgdesc='Allows downloading and repacking the MSVC CRT and Windows SDK for cross compilation'
|
||||
arch=(x86_64 aarch64)
|
||||
url='https://github.com/Jake-Shadle/xwin'
|
||||
license=(Apache MIT)
|
||||
provides=(xwin)
|
||||
conflicts=(xwin)
|
||||
source_x86_64=("https://github.com/Jake-Shadle/xwin/releases/download/$pkgver/xwin-$pkgver-x86_64-unknown-linux-musl.tar.gz")
|
||||
source_aarch64=("https://github.com/Jake-Shadle/xwin/releases/download/$pkgver/xwin-$pkgver-aarch64-unknown-linux-musl.tar.gz")
|
||||
sha256sums_x86_64=(f1bffe5319728fca9cde5bb03fcb6c88cdf44922bd003fca8b4b9ce5b6f259d2)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue