summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2020-05-26 11:47:12 +0200
committerSefa Eyeoglu2020-05-26 11:47:12 +0200
commit2d164439911f5cb57542bd356b250e1d70ef69e0 (patch)
treee7b26c999e286fcbba5de8bc722d29c25ec018bb
parent8b85d913d3c0ec4ba5302da767111dc7ef3d3759 (diff)
downloadaur-2d164439911f5cb57542bd356b250e1d70ef69e0.tar.gz
upgpkg: vibrant 0.0.2-2
Add lib to provides
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b77de505ce9..629fc7c3c817 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vibrant
pkgdesc = A simple library to adjust color saturation of X11 outputs.
pkgver = 0.0.2
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/Scrumplex/vibrant
arch = x86_64
license = GPL3
@@ -11,6 +11,7 @@ pkgbase = vibrant
depends = libdrm
depends = libxrandr
provides = vibrant
+ provides = libvibrant.so=0-64
conflicts = vibrant
source = vibrant::git+https://gitlab.com/Scrumplex/vibrant.git#tag=0.0.2
sha512sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 7813f8c9c37e..0ab7802fa14e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_pkgname=vibrant
pkgname=${_pkgname}
pkgver=0.0.2
-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")
depends=("libdrm" "libxrandr")
makedepends=("git" "cmake")
-provides=($_pkgname)
+provides=($_pkgname "libvibrant.so=0-64")
conflicts=($_pkgname)
source=("${_pkgname}::git+https://gitlab.com/Scrumplex/vibrant.git#tag=${pkgver}")
sha512sums=('SKIP')