summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2021-09-26 15:51:24 +1000
committerMichael Palmos2021-09-26 15:51:24 +1000
commit5ec7b4347a76bb41bd106fac50810b194a0246b2 (patch)
tree26655300b51a0779970d1b6995b57d33ee581a31
parent4168cc0f743c3cde34c775f3c02e5f2c0b21bb1f (diff)
downloadaur-5ec7b4347a76bb41bd106fac50810b194a0246b2.tar.gz
0.9.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 612355e27968..ae359396204e 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.2
+ pkgver = 0.9.3
pkgrel = 1
url = https://github.com/Toqozz/wired-notify
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = wired
depends = libx11
provides = wired
conflicts = wired
- source = wired-0.9.2.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.9.2.tar.gz
- sha256sums = 60aa9cee8d098d7dd5fcf04dfee130ca469f60850265a47a2b83cc55f2964750
+ source = wired-0.9.3.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.9.3.tar.gz
+ sha256sums = 5d054feb3c87af9c09c1446d902951389e873b1c29c2dac71ab8700d21c011f1
pkgname = wired
diff --git a/PKGBUILD b/PKGBUILD
index a8e15e7fa737..5e94688ce8d2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wired
_pkgname=wired-notify
-pkgver=0.9.2
+pkgver=0.9.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=('60aa9cee8d098d7dd5fcf04dfee130ca469f60850265a47a2b83cc55f2964750')
+sha256sums=('5d054feb3c87af9c09c1446d902951389e873b1c29c2dac71ab8700d21c011f1')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"