diff --git a/.SRCINFO b/.SRCINFO index 5126bdd558d3..901638ca02f9 100644 --- a/.SRCINFO +++ b/.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 diff --git a/PKGBUILD b/PKGBUILD index 5a2b33849337..bee7a41ad78e 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,11 +1,13 @@ # Maintainer: Jonghyo Lee 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)