diff options
-rw-r--r-- | .SRCINFO | 8 | ||||
-rwxr-xr-x | PKGBUILD | 6 |
2 files changed, 7 insertions, 7 deletions
@@ -1,6 +1,6 @@ pkgbase = hy3 pkgdesc = Hyprland plugin for i3 like tiling - pkgver = 0.40.0 + pkgver = 0.42.0 pkgrel = 1 url = https://github.com/outfoxxed/hy3 arch = x86_64 @@ -9,9 +9,9 @@ pkgbase = hy3 makedepends = cmake depends = gcc-libs depends = glibc - depends = hyprland=0.40.0 + depends = hyprland=0.42.0 conflicts = hyprland-git - source = hy3-0.40.0.tar.gz::https://github.com/outfoxxed/hy3/archive/refs/tags/hl0.40.0.tar.gz - sha256sums = fab8ed3d76deb59e0dd2b24334bf5705e3da627c5fa1e7ae759a42040e458828 + source = hy3-0.42.0.tar.gz::https://github.com/outfoxxed/hy3/archive/refs/tags/hl0.42.0.tar.gz + sha256sums = d2923ea6b8c8332006da5692359767a6062b5469941284fbe5e61da009212627 pkgname = hy3 @@ -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' |