summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSefa Eyeoglu2020-05-26 11:47:12 +0200
committerSefa Eyeoglu2020-05-26 11:47:12 +0200
commit2d164439911f5cb57542bd356b250e1d70ef69e0 (patch)
treee7b26c999e286fcbba5de8bc722d29c25ec018bb /PKGBUILD
parent8b85d913d3c0ec4ba5302da767111dc7ef3d3759 (diff)
downloadaur-2d164439911f5cb57542bd356b250e1d70ef69e0.tar.gz
upgpkg: vibrant 0.0.2-2
Add lib to provides
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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')