summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2023-06-10 16:32:07 +0300
committerju6ge2023-06-10 16:29:02 +0200
commit3c047e2b287dc3896cbca0729dd325786e8510b1 (patch)
treea24780344ef60bfad0e26cc0fb09fe7cc0e941d4
parent7d4e16f29063fc0224d2eb4e8b7df9c5c257f2c8 (diff)
downloadaur-3c047e2b287dc3896cbca0729dd325786e8510b1.tar.gz
Fix missing build dependencies
Signed-off-by: Caleb Maclennan <caleb@alerque.com>
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0c745430ec4c..05f363b9e7dd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
pkgname=hy3-git
_pkgname=hy3
pkgver=r124.7c29490
-pkgrel=1
+pkgrel=2
pkgdesc='Hyprland plugin for i3 like tiling'
arch=('x86_64')
url='https://github.com/outfoxxed/hy3'
license=('GPL3')
makedepends=('git')
-depends=('hyprland')
-source=('git+https://github.com/outfoxxed/hy3')
+depends=('gcc-libs' 'glibc' 'hyprland')
+makedepends=('cmake' 'git')
+source=("git+$url")
sha256sums=('SKIP')
pkgver() {