Skip to content

Commit

Permalink
Bump chrono dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Toqozz committed Feb 17, 2024
1 parent 5d94657 commit 4659337
Show file tree
Hide file tree
Showing 4 changed files with 123 additions and 32 deletions.
147 changes: 119 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ resvg = "0.22.0"
tiny-skia = "0.6.1"

getopts = "0.2"
chrono = "0.4.19"
chrono = "0.4.34"
image = "0.23"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions aur/wired/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=wired
_pkgname=wired-notify
pkgver=0.10.4
pkgver=0.10.5
pkgrel=1
pkgdesc="Lightweight notification daemon with highly customizable layout blocks, written in Rust."
arch=('x86_64' 'i686')
Expand All @@ -13,7 +13,7 @@ makedepends=('rust' 'cargo')
provides=('wired')
conflicts=('wired')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Toqozz/wired-notify/archive/${pkgver}.tar.gz")
sha256sums=('18ec644bf8954bee39cc436d3c6b0033b37927e1c090c3aa91cd160796e8afe8')
sha256sums=('00c0173ca78322005b233a5438a322e1d4c3ed02118678c5d0a43d0f8706aad8')


build() {
Expand Down
2 changes: 1 addition & 1 deletion aur/wired/upgrade_guide
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
- Make sure you update the version in Cargo.toml!
- Make sure you update the version in Cargo.toml, and you've built Cargo.lock!
- Edit PKGBUILD version.
- Download version using link in PKGBUILD and get the sha256 hash.
- Update hash in PKGBUILD.
Expand Down

0 comments on commit 4659337

Please sign in to comment.