summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2020-06-24 12:23:00 +0200
committerSefa Eyeoglu2020-06-24 12:23:00 +0200
commitdba2dd42dc8fbc62871e254e53b75031dbc38d9c (patch)
tree7f86144bdb5df6db9c34044689a38996b2ad005f
parentde29392bd7f702cf9c06fa7ac7ee9afa0f0bfe03 (diff)
downloadaur-dba2dd42dc8fbc62871e254e53b75031dbc38d9c.tar.gz
upgpkg: vibrant 1.0.3-2
fix missing makedepends
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 941e97e5f18b..00da75c8b114 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,15 @@
pkgbase = vibrant
pkgdesc = A simple library to adjust color saturation of X11 outputs.
pkgver = 1.0.3
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/Scrumplex/vibrant
arch = x86_64
license = GPL3
license = custom:MIT
makedepends = git
makedepends = cmake
+ makedepends = libxrandr
+ makedepends = libxnvctrl
source = vibrant::git+https://gitlab.com/Scrumplex/vibrant.git#tag=1.0.3
sha512sums = SKIP
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')