summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSefa Eyeoglu2020-05-31 12:16:09 +0200
committerSefa Eyeoglu2020-05-31 12:16:09 +0200
commit0c7e83bc52cc9af0da26cbdda3f58323783d1391 (patch)
tree2d9f4fef6bb32a674bcce1af056df77ae4532316 /PKGBUILD
parent0282dced2ba0a08721279c21887b244e589c6088 (diff)
downloadaur-0c7e83bc52cc9af0da26cbdda3f58323783d1391.tar.gz
upgpkg: vibrant 1.0.0-2
Provide library major version
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7ecb6b3d4120..d687d6285f10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgbase=vibrant
pkgname=(libvibrant vibrant-cli)
pkgver=1.0.0
-pkgrel=1
+pkgrel=2
pkgdesc="A simple library to adjust color saturation of X11 outputs."
arch=(x86_64)
url="https://gitlab.com/Scrumplex/vibrant"
@@ -23,7 +23,7 @@ build() {
}
package_libvibrant() {
- provides=("libvibrant.so=1-64")
+ provides=("libvibrant.so=1-64" "libvibrant.so=1")
conflicts=("vibrant")
depends=("libxrandr" "libxnvctrl")