diff --git a/aur/wired-bin/PKGBUILD b/aur/wired-bin/PKGBUILD index 4d588ca..96a78ed 100644 --- a/aur/wired-bin/PKGBUILD +++ b/aur/wired-bin/PKGBUILD @@ -1,7 +1,7 @@ # Maintainer: Toqoz 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') @@ -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}" diff --git a/aur/wired/PKGBUILD b/aur/wired/PKGBUILD index 063f43f..61f22a5 100644 --- a/aur/wired/PKGBUILD +++ b/aur/wired/PKGBUILD @@ -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') @@ -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() {