summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHarsh Sharma2024-05-08 14:06:32 +0530
committerHarsh Sharma2024-05-08 14:06:32 +0530
commitec012310a97528e5c0a37d63f53629ed2a731deb (patch)
treec8c0ee3bab8de7e998db557967e5bcc887173873 /PKGBUILD
parentd28c93b1d2157faa2a994ca9aabc9caccad0afec (diff)
downloadaur-hyprnotify.tar.gz
chore: bump version to v0.7.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4c54f213cd1b..906746629f4e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Harsh Sharma <goharsh007 at gmail dot com>
pkgname=hyprnotify
-pkgver=0.6.2
+pkgver=0.7.0
pkgrel=1
pkgdesc="A notification daemon with 'hyprctl notify' as its backend."
arch=(x86_64 aarch64)
@@ -9,7 +9,7 @@ license=('Apache-2.0')
depends=(hyprland)
makedepends=(go alsa-lib binutils)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('1821d396b275714eb0f67e26332b244db49deb35e11b24391b6679cd4dffa8b2')
+sha256sums=('021e641b2be7cafedd4d7e605c10bb6ca51ef4d9192d496f690a123492db8b4f')
build() {
cd "$pkgname-$pkgver"