summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMichael Palmos2022-02-08 19:02:38 +1000
committerMichael Palmos2022-02-08 19:02:38 +1000
commit4fa6f05a76eefe0636a2a16cf27c661a9f7d2787 (patch)
treedd854717d8475c27d595142fac66a64d535a6efb /PKGBUILD
parent1570eb7c86bfaa61a54d658f30685cb666ace5c5 (diff)
downloadaur-4fa6f05a76eefe0636a2a16cf27c661a9f7d2787.tar.gz
0.10.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 13ee92be99b0..bb70616c85a3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wired
_pkgname=wired-notify
-pkgver=0.10.0
+pkgver=0.10.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/${pkgver}.tar.gz")
-sha256sums=('16d1f3f6ac53858dcec8e771afcbf8d247e86360894871c5cbee6df2e988f771')
+sha256sums=('3a7527da4e1fd571759156671b4577018706d0c86d9d15e9070c33ca9168999d')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"