diff --git a/AUR/PKGBUILD b/AUR/PKGBUILD index b23c026..bde2c3a 100644 --- a/AUR/PKGBUILD +++ b/AUR/PKGBUILD @@ -6,6 +6,7 @@ pkgdesc="Color scheme manager" arch=('x86_64') url="https://github.com/obsqrbtz/clrsync" license=('MIT') + depends=( glfw freetype2 @@ -14,7 +15,19 @@ depends=( libglvnd libxcursor ) -makedepends=('cmake') + +makedepends=( + cmake + glfw + libx11 + libxrandr + libxi + libxinerama + libxcursor + wayland + wayland-protocols +) + source=("$pkgname-$pkgver.tar.gz::https://github.com/obsqrbtz/clrsync/archive/refs/tags/v$pkgver.tar.gz") sha256sums=('SKIP') diff --git a/AUR/PKGBUILD-git b/AUR/PKGBUILD-git index ba82d21..d97b41f 100644 --- a/AUR/PKGBUILD-git +++ b/AUR/PKGBUILD-git @@ -14,7 +14,19 @@ depends=( libglvnd libxcursor ) -makedepends=('cmake' 'git') + +makedepends=( + cmake + git + glfw + libx11 + libxrandr + libxi + libxinerama + libxcursor + wayland + wayland-protocols +) provides=('clrsync') conflicts=('clrsync') source=("$pkgname::git+https://github.com/obsqrbtz/clrsync.git") diff --git a/AUR/PKGBUILD.in b/AUR/PKGBUILD.in index a21b495..c28922d 100644 --- a/AUR/PKGBUILD.in +++ b/AUR/PKGBUILD.in @@ -6,6 +6,7 @@ pkgdesc="Color scheme manager" arch=('x86_64') url="https://github.com/obsqrbtz/clrsync" license=('MIT') + depends=( glfw freetype2 @@ -14,7 +15,19 @@ depends=( libglvnd libxcursor ) -makedepends=('cmake') + +makedepends=( + cmake + glfw + libx11 + libxrandr + libxi + libxinerama + libxcursor + wayland + wayland-protocols +) + source=("$pkgname-$pkgver.tar.gz::https://github.com/obsqrbtz/clrsync/archive/refs/tags/v$pkgver.tar.gz") sha256sums=('SKIP')