summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorHarsh Sharma2024-09-30 14:46:48 +0530
committerHarsh Sharma2024-09-30 14:46:48 +0530
commit27d04e3e79794084acbecd24d50b1140351fe21b (patch)
tree5ec3d3d82550a1906671f21500bafe98eba85af2 /PKGBUILD
parentec012310a97528e5c0a37d63f53629ed2a731deb (diff)
downloadaur-hyprnotify.tar.gz
remove hyprland dependency && bump version to v0.8.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 906746629f4e..99e3a70de83f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,15 @@
# Maintainer: Harsh Sharma <goharsh007 at gmail dot com>
pkgname=hyprnotify
-pkgver=0.7.0
+pkgver=0.8.0
pkgrel=1
pkgdesc="A notification daemon with 'hyprctl notify' as its backend."
arch=(x86_64 aarch64)
url="https://github.com/codelif/hyprnotify"
license=('Apache-2.0')
-depends=(hyprland)
+depends=()
makedepends=(go alsa-lib binutils)
source=("${pkgname}-${pkgver}.tar.gz::${url}/archive/v${pkgver}.tar.gz")
-sha256sums=('021e641b2be7cafedd4d7e605c10bb6ca51ef4d9192d496f690a123492db8b4f')
+sha256sums=('f604868fd5aeef053a1e02e5642c81fb6d47351dedb030d88f24e5a27211c940')
build() {
cd "$pkgname-$pkgver"