summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c7cf06e8068c..67abbc68eac1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vibrant-git
pkgdesc = A simple library to adjust color saturation of X11 outputs.
- pkgver = 0.0.2.r4.g01b9f63
+ pkgver = 0.0.2.r22.g3b880d2
pkgrel = 1
url = https://gitlab.com/Scrumplex/vibrant
arch = x86_64
@@ -12,10 +12,10 @@ pkgbase = vibrant-git
sha512sums = SKIP
pkgname = libvibrant-git
- depends = libdrm
depends = libxrandr
+ depends = libxnvctrl
provides = libvibrant
- provides = libvibrant.so
+ provides = libvibrant.so=1-64
conflicts = vibrant
conflicts = libvibrant
diff --git a/PKGBUILD b/PKGBUILD
index 696fcd419cc2..ceb703306f70 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgbase=vibrant-git
pkgname=(libvibrant-git vibrant-cli-git)
-pkgver=0.0.2.r4.g01b9f63
+pkgver=0.0.2.r22.g3b880d2
pkgrel=1
pkgdesc="A simple library to adjust color saturation of X11 outputs."
arch=(x86_64)
@@ -29,9 +29,9 @@ build() {
}
package_libvibrant-git() {
- provides=("libvibrant" "libvibrant.so")
+ provides=("libvibrant" "libvibrant.so=1-64")
conflicts=("vibrant" "libvibrant")
- depends=("libdrm" "libxrandr")
+ depends=("libxrandr" "libxnvctrl")
cd "build"