Skip to content

Commit

Permalink
0.10.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Toqozz committed Jun 5, 2024
1 parent 043af1d commit 9fb2153
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions aur/wired-bin/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maintainer: Toqoz <https://github.com/Toqozz/wired-notify>

pkgname=wired-bin
pkgver=0.10.3
pkgver=0.10.6
pkgrel=1
pkgdesc="Lightweight notification daemon with highly customizable layout blocks, written in Rust."
arch=('x86_64')
Expand All @@ -11,7 +11,8 @@ depends=('dbus' 'cairo' 'pango' 'glib2' 'libx11' 'libxss')
provides=('wired')
conflicts=('wired')
source=("${pkgname}-${pkgver}.tar.gz::https://github.com/Toqozz/wired-notify/releases/download/${pkgver}/wired_${pkgver}_x86_64.tar.gz")
sha256sums=('3de75596b13ba3950ddafbb95b8575a38664b19ce9a6592dda59d458c13e4834')
sha256sums=('5d4b1e73af02475d34d4970d40b90160bd420f299343c995471049bf8b683f05')


package() {
cd "${srcdir}"
Expand Down
4 changes: 2 additions & 2 deletions aur/wired/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgname=wired
_pkgname=wired-notify
pkgver=0.10.5
pkgver=0.10.6
pkgrel=1
pkgdesc="Lightweight notification daemon with highly customizable layout blocks, written in Rust."
arch=('x86_64' 'i686')
Expand All @@ -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=('00c0173ca78322005b233a5438a322e1d4c3ed02118678c5d0a43d0f8706aad8')
sha256sums=('4a642afb7edf25e2735ec41e72dfb538769233832ec2332a2a12d993cc04f99c')


build() {
Expand Down

0 comments on commit 9fb2153

Please sign in to comment.