mirror of
https://github.com/obsqrbtz/clrsync.git
synced 2026-04-09 04:29:04 +03:00
build: updated pkgbuild depends
This commit is contained in:
15
AUR/PKGBUILD
15
AUR/PKGBUILD
@@ -6,6 +6,7 @@ pkgdesc="Color scheme manager"
|
|||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/obsqrbtz/clrsync"
|
url="https://github.com/obsqrbtz/clrsync"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
|
|
||||||
depends=(
|
depends=(
|
||||||
glfw
|
glfw
|
||||||
freetype2
|
freetype2
|
||||||
@@ -14,7 +15,19 @@ depends=(
|
|||||||
libglvnd
|
libglvnd
|
||||||
libxcursor
|
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")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/obsqrbtz/clrsync/archive/refs/tags/v$pkgver.tar.gz")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,19 @@ depends=(
|
|||||||
libglvnd
|
libglvnd
|
||||||
libxcursor
|
libxcursor
|
||||||
)
|
)
|
||||||
makedepends=('cmake' 'git')
|
|
||||||
|
makedepends=(
|
||||||
|
cmake
|
||||||
|
git
|
||||||
|
glfw
|
||||||
|
libx11
|
||||||
|
libxrandr
|
||||||
|
libxi
|
||||||
|
libxinerama
|
||||||
|
libxcursor
|
||||||
|
wayland
|
||||||
|
wayland-protocols
|
||||||
|
)
|
||||||
provides=('clrsync')
|
provides=('clrsync')
|
||||||
conflicts=('clrsync')
|
conflicts=('clrsync')
|
||||||
source=("$pkgname::git+https://github.com/obsqrbtz/clrsync.git")
|
source=("$pkgname::git+https://github.com/obsqrbtz/clrsync.git")
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ pkgdesc="Color scheme manager"
|
|||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url="https://github.com/obsqrbtz/clrsync"
|
url="https://github.com/obsqrbtz/clrsync"
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
|
|
||||||
depends=(
|
depends=(
|
||||||
glfw
|
glfw
|
||||||
freetype2
|
freetype2
|
||||||
@@ -14,7 +15,19 @@ depends=(
|
|||||||
libglvnd
|
libglvnd
|
||||||
libxcursor
|
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")
|
source=("$pkgname-$pkgver.tar.gz::https://github.com/obsqrbtz/clrsync/archive/refs/tags/v$pkgver.tar.gz")
|
||||||
sha256sums=('SKIP')
|
sha256sums=('SKIP')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user