summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 24f7b8efe7f2..7f6a463e5cd6 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.1.r0.g4c50968
+ pkgver = 0.0.2.r0.g166e28b
pkgrel = 1
url = https://gitlab.com/Scrumplex/vibrant
arch = x86_64
@@ -11,6 +11,7 @@ pkgbase = vibrant-git
depends = libdrm
depends = libxrandr
provides = vibrant
+ provides = libvibrant.so
conflicts = vibrant
source = vibrant::git+https://gitlab.com/Scrumplex/vibrant.git
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 335418bb7780..2533df4940be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=vibrant
pkgname=${_pkgname}-git
-pkgver=0.0.1.r0.g4c50968
+pkgver=0.0.2.r0.g166e28b
pkgrel=1
pkgdesc="A simple library to adjust color saturation of X11 outputs."
arch=(x86_64)
@@ -10,7 +10,7 @@ url="https://gitlab.com/Scrumplex/vibrant"
license=("GPL3" "custom:MIT")
depends=("libdrm" "libxrandr")
makedepends=("git" "cmake")
-provides=($_pkgname)
+provides=($_pkgname "libvibrant.so")
conflicts=($_pkgname)
source=("${_pkgname}::git+https://gitlab.com/Scrumplex/vibrant.git")
sha512sums=('SKIP')