summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorju6ge2023-10-19 09:57:21 +0200
committerju6ge2023-10-19 09:57:21 +0200
commit14e80bee6c79342608114eab90ea23af549941a1 (patch)
treeb6e11d794d1bcefa46269b63642195a0269fafbf
parent6ecf82045774eab300871ca465d55b5bdc6d263b (diff)
downloadaur-14e80bee6c79342608114eab90ea23af549941a1.tar.gz
updated PKGBUILD to add conflikt with hy3 package
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 05f363b9e7dd..9f33fc6d0ba1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname=hy3-git
_pkgname=hy3
-pkgver=r124.7c29490
-pkgrel=2
+pkgver=r209.65a849b
+pkgrel=3
pkgdesc='Hyprland plugin for i3 like tiling'
arch=('x86_64')
url='https://github.com/outfoxxed/hy3'
@@ -13,6 +13,7 @@ depends=('gcc-libs' 'glibc' 'hyprland')
makedepends=('cmake' 'git')
source=("git+$url")
sha256sums=('SKIP')
+conflicts=("hy3")
pkgver() {
cd "$_pkgname"