summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2022-02-08 19:02:38 +1000
committerMichael Palmos2022-02-08 19:02:38 +1000
commit4fa6f05a76eefe0636a2a16cf27c661a9f7d2787 (patch)
treedd854717d8475c27d595142fac66a64d535a6efb
parent1570eb7c86bfaa61a54d658f30685cb666ace5c5 (diff)
downloadaur-4fa6f05a76eefe0636a2a16cf27c661a9f7d2787.tar.gz
0.10.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 557447e2d32a..20e39f8d1362 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.10.0
+ pkgver = 0.10.1
pkgrel = 1
url = https://github.com/Toqozz/wired-notify
arch = x86_64
@@ -16,7 +16,7 @@ pkgbase = wired
depends = libxss
provides = wired
conflicts = wired
- source = wired-0.10.0.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.10.0.tar.gz
- sha256sums = 16d1f3f6ac53858dcec8e771afcbf8d247e86360894871c5cbee6df2e988f771
+ source = wired-0.10.1.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.10.1.tar.gz
+ sha256sums = 3a7527da4e1fd571759156671b4577018706d0c86d9d15e9070c33ca9168999d
pkgname = wired
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}"