[arch-commits] Commit in mdbook/trunk (PKGBUILD)

Jelle van der Waa jelle at archlinux.org
Mon Jan 4 19:13:31 UTC 2021


    Date: Monday, January 4, 2021 @ 19:13:30
  Author: jelle
Revision: 807908

upgpkg: mdbook 0.4.5-1

Modified:
  mdbook/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-01-04 19:13:28 UTC (rev 807907)
+++ PKGBUILD	2021-01-04 19:13:30 UTC (rev 807908)
@@ -3,8 +3,8 @@
 # Contributor: Moritz Schönherr <moritz.schoenherr at gmail.com>
 
 pkgname=mdbook
-pkgver=0.4.4
-pkgrel=2
+pkgver=0.4.5
+pkgrel=1
 pkgdesc="Create book from markdown files, like Gitbook but implemented in Rust"
 url="https://github.com/rust-lang-nursery/mdBook"
 arch=(x86_64)
@@ -12,7 +12,7 @@
 depends=(glibc)
 makedepends=(rust cargo)
 source=("${pkgname}-${pkgver}.tar.gz::https://github.com/rust-lang-nursery/mdBook/archive/v${pkgver}.tar.gz")
-sha256sums=('eaf01085bd25e2efa07b561148afa5e3da3386e5f2c35b245961dc485562c154')
+sha256sums=('79fd98bddab8611cae9071aeb327edfcc67b4e449d5653d41d2ee5b04bee3afc')
 # https://github.com/rust-lang-nursery/mdBook/blob/master/CHANGELOG.md
 
 build() {



More information about the arch-commits mailing list