Jelle van der Waa pushed to branch main at Arch Linux / Packaging / Packages /
marksman
Commits:
584bb250 by Jelle van der Waa at 2024-10-08T09:59:49+02:00
upgpkg: 20241007-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = marksman
pkgdesc = Write Markdown with code assist and intelligence in the
comfort of your favourite editor.
- pkgver = 20231209
+ pkgver = 20241007
pkgrel = 1
url = https://github.com/artempyanykh/marksman
arch = any
@@ -10,6 +10,6 @@ pkgbase = marksman
depends = dotnet-runtime-8.0
options = !strip
source =
marksman::git+https://github.com/artempyanykh/marksman.git#commit=f124c5616cf38241e1a5e58808ed78e2d9a1d385
- b2sums = SKIP
+ b2sums =
5aab151cb0f913ee5ba932c11ed5ffbfed8ebef75536c2926ecb639d003346cef74c2ab4c8a9be6d86d54ca7a96dc9f4b19303d080c33670af81f136b714632e
pkgname = marksman
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
_commit=f124c5616cf38241e1a5e58808ed78e2d9a1d385
pkgname=marksman
-pkgver=20231209
+pkgver=20241007
pkgrel=1
pkgdesc="Write Markdown with code assist and intelligence in the comfort of
your favourite editor."
arch=('any')
@@ -12,7 +12,7 @@ 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')
+b2sums=('5aab151cb0f913ee5ba932c11ed5ffbfed8ebef75536c2926ecb639d003346cef74c2ab4c8a9be6d86d54ca7a96dc9f4b19303d080c33670af81f136b714632e')
build() {
cd "${srcdir}/marksman"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/marksman/-/commit/584bb2500b8efae44b5fb713fb2298a11046e2a3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/marksman/-/commit/584bb2500b8efae44b5fb713fb2298a11046e2a3
You're receiving this email because of your account on gitlab.archlinux.org.