Date: Friday, October 7, 2022 @ 07:12:10 Author: grawlinson Revision: 1323774
upgpkg: mdbook-linkcheck 0.7.7-1; new upstream release Modified: mdbook-linkcheck/trunk/PKGBUILD ----------+ PKGBUILD | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2022-10-07 06:58:53 UTC (rev 1323773) +++ PKGBUILD 2022-10-07 07:12:10 UTC (rev 1323774) @@ -1,16 +1,16 @@ # Maintainer: George Rawlinson <[email protected]> pkgname=mdbook-linkcheck -pkgver=0.7.6 -pkgrel=2 -pkgdesc="A mdbook backend which will check all links in a document are valid" +pkgver=0.7.7 +pkgrel=1 +pkgdesc='A mdbook backend which will check all links in a document are valid' arch=('x86_64') -url="https://github.com/Michael-F-Bryan/mdbook-linkcheck" +url='https://github.com/Michael-F-Bryan/mdbook-linkcheck' license=('MIT') depends=('mdbook') makedepends=('git' 'rust') options=('!lto') -_commit='0973643dc6fbe9305de0626d2e1e131f7b1cbdbf' +_commit='bed5ebbae325d41bdccec382ecbe30f795738ca2' source=("$pkgname::git+$url.git#commit=$_commit") b2sums=('SKIP')
