Skip to content

Commit

Permalink
Fixed version mismatch.
Browse files Browse the repository at this point in the history
  • Loading branch information
Toqozz committed Jan 13, 2024
1 parent acd83bc commit 2ca54ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wired"
version = "0.10.2"
version = "0.10.4"
authors = ["Michael Palmos <toqoz@hotmail.com>"]
edition = "2021"

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.2
pkgver=0.10.4
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=('7e1c522451887af67f76ddc3022ef26be918e01c44cec10c09d39cfa04b9785e')
sha256sums=('d589f3b856a22082cd7e61bb76acf7614af21e851290855c4bbafd72835296f5')


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

0 comments on commit 2ca54ef

Please sign in to comment.