summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b5a1eb27bc0..617e7181c6b8 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.4
+ pkgver = 0.10.5
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.4.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.10.4.tar.gz
- sha256sums = 18ec644bf8954bee39cc436d3c6b0033b37927e1c090c3aa91cd160796e8afe8
+ source = wired-0.10.5.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.10.5.tar.gz
+ sha256sums = 00c0173ca78322005b233a5438a322e1d4c3ed02118678c5d0a43d0f8706aad8
pkgname = wired
diff --git a/PKGBUILD b/PKGBUILD
index b7643f6cd6cc..063f43fca3af 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wired
_pkgname=wired-notify
-pkgver=0.10.4
+pkgver=0.10.5
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=('18ec644bf8954bee39cc436d3c6b0033b37927e1c090c3aa91cd160796e8afe8')
+sha256sums=('00c0173ca78322005b233a5438a322e1d4c3ed02118678c5d0a43d0f8706aad8')
build() {