chore: bump to v2.0.0

This commit is contained in:
2026-07-06 10:37:20 +02:00
parent 95954c5c10
commit 1b45b1a069
2 changed files with 7 additions and 7 deletions
+4 -4
View File
@@ -1,7 +1,7 @@
pkgbase = md-fmt
pkgdesc = Markdown formatter
pkgver = 1.0.1
pkgrel = 2
pkgver = 2.0.0
pkgrel = 1
url = https://git.owall.se/oscar/md-fmt
arch = x86_64
license = Apache-2.0
@@ -10,7 +10,7 @@ pkgbase = md-fmt
depends = glibc
depends = libgcc
options = !lto
source = git+https://git.owall.se/oscar/md-fmt.git#tag=v1.0.1
sha256sums = d0727be61cb8267e9966c629cfa70d60c81d1e7ee36f0763b30253aa6e7c415c
source = git+https://git.owall.se/oscar/md-fmt.git#tag=v2.0.0
sha256sums = ec5637731f6b64afdbf26586141e93392b06be776a72bc1d0eb5acc1ef21a7e5
pkgname = md-fmt
+3 -3
View File
@@ -1,8 +1,8 @@
# Maintainer: Oscar Wallberg <oscar.wallberg@outlook.com>
pkgname=md-fmt
pkgver=1.0.1
pkgrel=2
pkgver=2.0.0
pkgrel=1
pkgdesc='Markdown formatter'
arch=('x86_64')
url='https://git.owall.se/oscar/md-fmt'
@@ -14,7 +14,7 @@ depends=(
makedepends=('cargo' 'git')
options=(!lto)
source=("git+https://git.owall.se/oscar/md-fmt.git#tag=v${pkgver}")
sha256sums=('d0727be61cb8267e9966c629cfa70d60c81d1e7ee36f0763b30253aa6e7c415c')
sha256sums=('ec5637731f6b64afdbf26586141e93392b06be776a72bc1d0eb5acc1ef21a7e5')
prepare() {
cd "${srcdir}/${pkgname}"