summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Palmos2022-02-06 10:06:06 +1000
committerMichael Palmos2022-02-06 10:06:06 +1000
commit1570eb7c86bfaa61a54d658f30685cb666ace5c5 (patch)
tree93c2964afc76326a6f2e46860a902d26d5144a3a /PKGBUILD
parent89df0a5fd433b894e8002227e53c0d4bb1d53e36 (diff)
downloadaur-1570eb7c86bfaa61a54d658f30685cb666ace5c5.tar.gz
0.10.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fea7be8c8a83..13ee92be99b0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wired
_pkgname=wired-notify
-pkgver=0.9.4
+pkgver=0.10.0
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=('9b52b5f270fe177f651d0383530b521d562b3bb6aafed432ec0fc21c0c2bf708')
+sha256sums=('16d1f3f6ac53858dcec8e771afcbf8d247e86360894871c5cbee6df2e988f771')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"