summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2021-08-22 18:35:20 +1000
committerMichael Palmos2021-08-22 18:35:20 +1000
commit4168cc0f743c3cde34c775f3c02e5f2c0b21bb1f (patch)
tree66d4ce56b1b681b514abe1d4685050c90a9c4ef0
parent83fb740eb7f0ebfc8c48998c5b067e2d513e212d (diff)
downloadaur-4168cc0f743c3cde34c775f3c02e5f2c0b21bb1f.tar.gz
0.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a16520c1a215..612355e27968 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.1
+ pkgver = 0.9.2
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.1.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.9.1.tar.gz
- sha256sums = eda55b3fb2b4f962ea34817accdf4404c5564aa7ea7a5c977f3dd45f2b1dd502
+ source = wired-0.9.2.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.9.2.tar.gz
+ sha256sums = 60aa9cee8d098d7dd5fcf04dfee130ca469f60850265a47a2b83cc55f2964750
pkgname = wired
diff --git a/PKGBUILD b/PKGBUILD
index b4601853e2db..a8e15e7fa737 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wired
_pkgname=wired-notify
-pkgver=0.9.1
+pkgver=0.9.2
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=('eda55b3fb2b4f962ea34817accdf4404c5564aa7ea7a5c977f3dd45f2b1dd502')
+sha256sums=('60aa9cee8d098d7dd5fcf04dfee130ca469f60850265a47a2b83cc55f2964750')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"