summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Palmos2022-06-09 20:09:06 +1000
committerMichael Palmos2022-06-09 20:09:06 +1000
commit462c3dc36111f2560d781d4210fb7c0b9a0a168a (patch)
treecdf1945da66b60b8e90fb7627999040f10f85f7b
parent4fa6f05a76eefe0636a2a16cf27c661a9f7d2787 (diff)
downloadaur-462c3dc36111f2560d781d4210fb7c0b9a0a168a.tar.gz
0.10.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 20e39f8d1362..ab868dbc0c6c 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.1
+ pkgver = 0.10.2
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.1.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.10.1.tar.gz
- sha256sums = 3a7527da4e1fd571759156671b4577018706d0c86d9d15e9070c33ca9168999d
+ source = wired-0.10.2.tar.gz::https://github.com/Toqozz/wired-notify/archive/0.10.2.tar.gz
+ sha256sums = 7e1c522451887af67f76ddc3022ef26be918e01c44cec10c09d39cfa04b9785e
pkgname = wired
diff --git a/PKGBUILD b/PKGBUILD
index bb70616c85a3..99b35bc216b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=wired
_pkgname=wired-notify
-pkgver=0.10.1
+pkgver=0.10.2
pkgrel=1
pkgdesc="Lightweight notification daemon with highly customizable layout blocks, written in Rust."
arch=('x86_64' 'i686')
@@ -13,7 +13,8 @@ makedepends=('rust' 'cargo')
provides=('wired')
conflicts=('wired')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Toqozz/wired-notify/archive/${pkgver}.tar.gz")
-sha256sums=('3a7527da4e1fd571759156671b4577018706d0c86d9d15e9070c33ca9168999d')
+sha256sums=('7e1c522451887af67f76ddc3022ef26be918e01c44cec10c09d39cfa04b9785e')
+
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"