summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2022-02-06 10:06:06 +1000
committerMichael Palmos2022-02-06 10:06:06 +1000
commit1570eb7c86bfaa61a54d658f30685cb666ace5c5 (patch)
tree93c2964afc76326a6f2e46860a902d26d5144a3a
parent89df0a5fd433b894e8002227e53c0d4bb1d53e36 (diff)
downloadaur-1570eb7c86bfaa61a54d658f30685cb666ace5c5.tar.gz
0.10.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6ece38455776..557447e2d32a 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.4
+ pkgver = 0.10.0
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.9.4.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.9.4.tar.gz
- sha256sums = 9b52b5f270fe177f651d0383530b521d562b3bb6aafed432ec0fc21c0c2bf708
+ source = wired-0.10.0.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.10.0.tar.gz
+ sha256sums = 16d1f3f6ac53858dcec8e771afcbf8d247e86360894871c5cbee6df2e988f771
pkgname = wired
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}"