summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2021-11-19 14:42:37 +1000
committerMichael Palmos2021-11-19 14:42:37 +1000
commit89df0a5fd433b894e8002227e53c0d4bb1d53e36 (patch)
tree993932aa4812119557c975bb7ecb0c65d88f354f
parent124ee2c321c0af28c17fb82e30cc44b602478471 (diff)
downloadaur-89df0a5fd433b894e8002227e53c0d4bb1d53e36.tar.gz
0.9.4
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fdde645c915f..6ece38455776 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.9.3
+ pkgver = 0.9.4
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.9.3.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.9.3.tar.gz
- sha256sums = 5d054feb3c87af9c09c1446d902951389e873b1c29c2dac71ab8700d21c011f1
+ source = wired-0.9.4.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.9.4.tar.gz
+ sha256sums = 9b52b5f270fe177f651d0383530b521d562b3bb6aafed432ec0fc21c0c2bf708
pkgname = wired
diff --git a/PKGBUILD b/PKGBUILD
index 7aef4f490449..fea7be8c8a83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wired
_pkgname=wired-notify
-pkgver=0.9.3
+pkgver=0.9.4
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=('5d054feb3c87af9c09c1446d902951389e873b1c29c2dac71ab8700d21c011f1')
+sha256sums=('9b52b5f270fe177f651d0383530b521d562b3bb6aafed432ec0fc21c0c2bf708')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"