diff options
author | Jake Stanger | 2024-08-14 19:40:51 +0100 |
---|---|---|
committer | Jake Stanger | 2024-08-14 19:40:57 +0100 |
commit | 27a2bc5decba8263727206df6197f7d61dbf5531 (patch) | |
tree | b167a9ab646780acfe22c6961e3e604781417f93 /PKGBUILD | |
parent | 692f8f413ae341d484e97e6bcf68151be17efd32 (diff) | |
download | aur-27a2bc5decba8263727206df6197f7d61dbf5531.tar.gz |
chore: update for hyprland 0.42.0
Diffstat (limited to 'PKGBUILD')
-rwxr-xr-x | PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,17 +1,17 @@ # Maintainer: outfoxxed <outfoxxed@outfoxxed.me> pkgname=hy3 -pkgver=0.40.0 +pkgver=0.42.0 pkgrel=1 pkgdesc='Hyprland plugin for i3 like tiling' arch=('x86_64') url='https://github.com/outfoxxed/hy3' license=('GPL3') makedepends=('git' 'cmake') -depends=('gcc-libs' 'glibc' 'hyprland=0.40.0') +depends=('gcc-libs' 'glibc' 'hyprland=0.42.0') conflicts=('hyprland-git') source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/hl$pkgver.tar.gz") -sha256sums=('4086d0292a0f9dbc8bbe966eb235063f95cc42c287fa7ce0fe4e146689d8368f') +sha256sums=('d2923ea6b8c8332006da5692359767a6062b5469941284fbe5e61da009212627') build() { cmake -B build -S "$pkgname-hl$pkgver" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX='/usr' |