Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages / marksman
Commits: 87bfcb12 by Jelle van der Waa at 2023-12-09T11:40:05+01:00 upgpkg: 20231207-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = marksman + pkgdesc = Write Markdown with code assist and intelligence in the comfort of your favourite editor. + pkgver = 20231207 + pkgrel = 1 + url = https://github.com/artempyanykh/marksman + arch = any + license = GPL + makedepends = dotnet-sdk-8.0 + makedepends = git + depends = dotnet-runtime-8.0 + options = !strip + source = marksman::git+https://github.com/artempyanykh/marksman.git#commit=ff58abb61c6161d3f7b82619fe01d2f4bc839b94 + b2sums = SKIP + +pkgname = marksman ===================================== PKGBUILD ===================================== @@ -1,15 +1,15 @@ # Maintainer: Jelle van der Waa <[email protected]> -_commit=77f348c80202886a01db0f7ed999b37c52a5f05a +_commit=ff58abb61c6161d3f7b82619fe01d2f4bc839b94 pkgname=marksman -pkgver=20230725 +pkgver=20231207 pkgrel=1 pkgdesc="Write Markdown with code assist and intelligence in the comfort of your favourite editor." arch=('any') url="https://github.com/artempyanykh/marksman" license=('GPL') -makedepends=('dotnet-sdk-7.0' 'git') -depends=('dotnet-runtime-7.0') +makedepends=('dotnet-sdk-8.0' 'git') +depends=('dotnet-runtime-8.0') options=('!strip') source=($pkgname::git+https://github.com/artempyanykh/marksman.git#commit=$_commit) b2sums=('SKIP') @@ -21,9 +21,6 @@ build() { # Disable dotnet telemetry export DOTNET_CLI_TELEMETRY_OPTOUT=1 - # Force dotnet to use 6.x when multiple SDKs are installed - dotnet new globaljson --sdk-version 7.0.0 --roll-forward latestMinor --force - dotnet build --configuration Release Marksman.sln dotnet publish --configuration Release Marksman.sln --output "$PWD"/publish } View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/marksman/-/commit/87bfcb122b9981744e50fe300ec81eba69b678c2 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/marksman/-/commit/87bfcb122b9981744e50fe300ec81eba69b678c2 You're receiving this email because of your account on gitlab.archlinux.org.
