summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2021-04-16 21:55:18 +1000
committerMichael Palmos2021-04-16 21:55:18 +1000
commit911b099b3641233d990fdf1acea39c67c0cdfe9f (patch)
tree59dcc8685274497476252cb10e492db570608f33
parent9b990abd8e8bb8c3c06789cf133796bb3a5ccb3a (diff)
downloadaur-911b099b3641233d990fdf1acea39c67c0cdfe9f.tar.gz
0.8.1 release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf5a5e5025d3..edef8797264b 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.8.0beta
+ pkgver = 0.8.1
pkgrel = 1
url = https://github.com/Toqozz/wired-notify
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = wired
depends = libx11
provides = wired
conflicts = wired
- source = wired-0.8.0beta.tar.gz::https://github.com/Toqozz/wired-notify/archive/v0.8.0beta.tar.gz
- sha256sums = 092c74ba3aa76311b7aabe15719546daab7427e07756375987832f32b0b30562
+ source = wired-0.8.1.tar.gz::https://github.com/Toqozz/wired-notify/archive/v0.8.1.tar.gz
+ sha256sums = 8ddcde7b38ed0fc4c5d384f519090eabd3d69f772735b9796a12996708d0563a
pkgname = wired
diff --git a/PKGBUILD b/PKGBUILD
index ed23d23da703..883ed863af57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wired
_pkgname=wired-notify
-pkgver=0.8.0beta
+pkgver=0.8.1
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/v${pkgver}.tar.gz")
-sha256sums=('092c74ba3aa76311b7aabe15719546daab7427e07756375987832f32b0b30562')
+sha256sums=('8ddcde7b38ed0fc4c5d384f519090eabd3d69f772735b9796a12996708d0563a')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"