summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2021-07-14 21:42:57 +1000
committerMichael Palmos2021-07-14 21:42:57 +1000
commit83fb740eb7f0ebfc8c48998c5b067e2d513e212d (patch)
treef8e10e6c1d835ee6ed6e87d279c1603ffa0b9ac4
parent911b099b3641233d990fdf1acea39c67c0cdfe9f (diff)
downloadaur-83fb740eb7f0ebfc8c48998c5b067e2d513e212d.tar.gz
0.9.1
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index edef8797264b..a16520c1a215 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.8.1
+ pkgver = 0.9.1
pkgrel = 1
url = https://github.com/Toqozz/wired-notify
arch = x86_64
@@ -15,8 +15,7 @@ pkgbase = wired
depends = libx11
provides = wired
conflicts = wired
- source = wired-0.8.1.tar.gz::https://github.com/Toqozz/wired-notify/archive/v0.8.1.tar.gz
- sha256sums = 8ddcde7b38ed0fc4c5d384f519090eabd3d69f772735b9796a12996708d0563a
+ source = wired-0.9.1.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.9.1.tar.gz
+ sha256sums = eda55b3fb2b4f962ea34817accdf4404c5564aa7ea7a5c977f3dd45f2b1dd502
pkgname = wired
-
diff --git a/PKGBUILD b/PKGBUILD
index 883ed863af57..b4601853e2db 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wired
_pkgname=wired-notify
-pkgver=0.8.1
+pkgver=0.9.1
pkgrel=1
pkgdesc="Lightweight notification daemon with highly customizable layout blocks, written in Rust."
arch=('x86_64' 'i686')
@@ -12,8 +12,8 @@ depends=('dbus' 'cairo' 'pango' 'glib2' 'libx11')
makedepends=('rust' 'cargo')
provides=('wired')
conflicts=('wired')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Toqozz/wired-notify/archive/v${pkgver}.tar.gz")
-sha256sums=('8ddcde7b38ed0fc4c5d384f519090eabd3d69f772735b9796a12996708d0563a')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Toqozz/wired-notify/archive/${pkgver}.tar.gz")
+sha256sums=('eda55b3fb2b4f962ea34817accdf4404c5564aa7ea7a5c977f3dd45f2b1dd502')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"