diff --git a/mingw-w64-hayagriva/Cargo.lock b/mingw-w64-hayagriva/Cargo.lock index 73077b7c38..64e4f42aa5 100644 --- a/mingw-w64-hayagriva/Cargo.lock +++ b/mingw-w64-hayagriva/Cargo.lock @@ -202,7 +202,7 @@ checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" [[package]] name = "hayagriva" -version = "0.9.0" +version = "0.9.1" dependencies = [ "biblatex", "ciborium", @@ -483,9 +483,9 @@ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" [[package]] name = "serde" -version = "1.0.226" +version = "1.0.228" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0dca6411025b24b60bfa7ec1fe1f8e710ac09782dca409ee8237ba74b51295fd" +checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" dependencies = [ "serde_core", "serde_derive", @@ -493,18 +493,18 @@ dependencies = [ [[package]] name = "serde_core" -version = "1.0.226" +version = "1.0.228" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ba2ba63999edb9dac981fb34b3e5c0d111a69b0924e253ed29d83f7c99e966a4" +checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" dependencies = [ "serde_derive", ] [[package]] name = "serde_derive" -version = "1.0.226" +version = "1.0.228" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8db53ae22f34573731bafa1db20f04027b2d25e02d8205921b569171699cdb33" +checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" dependencies = [ "proc-macro2", "quote", diff --git a/mingw-w64-hayagriva/PKGBUILD b/mingw-w64-hayagriva/PKGBUILD index aa6b99c784..d45cf118a6 100644 --- a/mingw-w64-hayagriva/PKGBUILD +++ b/mingw-w64-hayagriva/PKGBUILD @@ -5,7 +5,7 @@ _realname=hayagriva pkgbase=mingw-w64-${_realname} pkgname=("${MINGW_PACKAGE_PREFIX}-${_realname}") pkgver=0.9.1 -pkgrel=1 +pkgrel=2 pkgdesc="Rusty bibliography management (mingw-w64)" arch=('any') mingw_arch=('ucrt64' 'clang64' 'clangarm64') @@ -19,7 +19,7 @@ checkdepends=('git') source=("https://github.com/typst/hayagriva/archive/v${pkgver}/${_realname}-${pkgver}.tar.gz" "Cargo.lock") sha256sums=('91d451608e96b3e06fe98d6bc20915b62eda69ff4fdfdbb2ae9b098eeb11a690' - '1bc195f327d9eaa381f4a25ea9e6e7e5a38bc026b72c3c4bb6437b42f1cab04c') + 'ebd094bec77e0827328e19af3e57e352222a8031583f5169a6551de52a009a42') prepare() { cd "${_realname}-${pkgver}"