Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
mdbook
Commits:
d8dad3b2 by Caleb Maclennan at 2026-05-20T10:44:38+03:00
upgpkg: 0.5.3-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,13 +1,13 @@
pkgbase = mdbook
pkgdesc = Create book from markdown files, like Gitbook but implemented
in Rust
- pkgver = 0.5.2
+ pkgver = 0.5.3
pkgrel = 1
url = https://github.com/rust-lang/mdBook
arch = x86_64
license = MPL2
makedepends = cargo
depends = gcc-libs
- source =
mdbook-0.5.2.tar.gz::https://github.com/rust-lang/mdBook/archive/v0.5.2.tar.gz
- sha256sums =
2c8615a17c5670f9aa6d8dbf77c343cf430f95f571f28a87bb7aaa8f29c1ac5b
+ source =
mdbook-0.5.3.tar.gz::https://github.com/rust-lang/mdBook/archive/v0.5.3.tar.gz
+ sha256sums =
7c3e2907c0482fc9721a46ac42d7954600d795ce2152bed418553999ec1ee8f1
pkgname = mdbook
=====================================
PKGBUILD
=====================================
@@ -5,7 +5,7 @@
# Contributor: Moritz Schönherr <[email protected]>
pkgname=mdbook
-pkgver=0.5.2
+pkgver=0.5.3
pkgrel=1
pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust"
url="https://github.com/rust-lang/mdBook"
@@ -14,7 +14,7 @@ license=('MPL2')
depends=('gcc-libs')
makedepends=('cargo')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-lang/mdBook/archive/v${pkgver}.tar.gz")
-sha256sums=('2c8615a17c5670f9aa6d8dbf77c343cf430f95f571f28a87bb7aaa8f29c1ac5b')
+sha256sums=('7c3e2907c0482fc9721a46ac42d7954600d795ce2152bed418553999ec1ee8f1')
# https://github.com/rust-lang/mdBook/blob/master/CHANGELOG.md
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mdbook/-/commit/d8dad3b286aaf5fbcae4f6d03be40a54cc3ff946
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/mdbook/-/commit/d8dad3b286aaf5fbcae4f6d03be40a54cc3ff946
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help