summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSefa Eyeoglu2020-06-24 12:23:00 +0200
committerSefa Eyeoglu2020-06-24 12:23:00 +0200
commitdba2dd42dc8fbc62871e254e53b75031dbc38d9c (patch)
tree7f86144bdb5df6db9c34044689a38996b2ad005f /PKGBUILD
parentde29392bd7f702cf9c06fa7ac7ee9afa0f0bfe03 (diff)
downloadaur-dba2dd42dc8fbc62871e254e53b75031dbc38d9c.tar.gz
upgpkg: vibrant 1.0.3-2
fix missing makedepends
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e7bb0bf7cde1..fe00b50680e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgbase=vibrant
pkgname=(libvibrant vibrant-cli)
pkgver=1.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="A simple library to adjust color saturation of X11 outputs."
arch=(x86_64)
url="https://gitlab.com/Scrumplex/vibrant"
license=("GPL3" "custom:MIT")
-makedepends=("git" "cmake")
+makedepends=("git" "cmake" "libxrandr" "libxnvctrl")
source=("${pkgbase}::git+https://gitlab.com/Scrumplex/vibrant.git#tag=${pkgver}")
sha512sums=('SKIP')