summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2024-01-13 14:02:09 +1000
committerMichael Palmos2024-01-13 14:02:09 +1000
commita21938dfdd04c78a61d3385993729eaff6702745 (patch)
tree8cb36a3dae19154fb93158f5f9d4f8ab0edf4583
parent462c3dc36111f2560d781d4210fb7c0b9a0a168a (diff)
downloadaur-a21938dfdd04c78a61d3385993729eaff6702745.tar.gz
0.10.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab868dbc0c6c..272f712bf730 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = wired
pkgdesc = Lightweight notification daemon with highly customizable layout blocks, written in Rust.
- pkgver = 0.10.2
+ pkgver = 0.10.3
pkgrel = 1
url = https://github.com/Toqozz/wired-notify
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = wired
depends = libxss
provides = wired
conflicts = wired
- source = wired-0.10.2.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.10.2.tar.gz
- sha256sums = 7e1c522451887af67f76ddc3022ef26be918e01c44cec10c09d39cfa04b9785e
+ source = wired-0.10.3.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.10.3.tar.gz
+ sha256sums = d589f3b856a22082cd7e61bb76acf7614af21e851290855c4bbafd72835296f5
pkgname = wired
diff --git a/PKGBUILD b/PKGBUILD
index 99b35bc216b9..a0344aea5630 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wired
_pkgname=wired-notify
-pkgver=0.10.2
+pkgver=0.10.3
pkgrel=1
pkgdesc="Lightweight notification daemon with highly customizable layout blocks, written in Rust."
arch=('x86_64' 'i686')
@@ -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() {