diff options
author | Jake Stanger | 2024-11-20 22:03:12 +0000 |
---|---|---|
committer | Jake Stanger | 2024-11-20 22:03:12 +0000 |
commit | 6584460f1a1a28a1d17ddc6c4282dcf257e69f90 (patch) | |
tree | 86e6dc602641a6a32261f7c5690531d3be267563 /PKGBUILD | |
parent | 80bafe7bf818b34b821a6f5b172f39048cd148dc (diff) | |
download | aur-6584460f1a1a28a1d17ddc6c4282dcf257e69f90.tar.gz |
chore: update for hyprland 0.45.2
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ arch=('x86_64') url='https://github.com/outfoxxed/hy3' license=('GPL3') makedepends=('git' 'cmake') -depends=('gcc-libs' 'glibc' 'hyprland=0.45.0') +depends=('gcc-libs' 'glibc' 'hyprland=0.45.2') conflicts=('hyprland-git') source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/hl$pkgver.tar.gz") sha256sums=('ea5250e4a571e2c982bac13e3d51ebe5846329fb71b56cfd35c0f9128a9f24ba') |