mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-08 20:19:04 +03:00
build: updated pkgbuild depends
This commit is contained 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')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user