summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2020-05-31 12:16:09 +0200
committerSefa Eyeoglu2020-05-31 12:16:09 +0200
commit0c7e83bc52cc9af0da26cbdda3f58323783d1391 (patch)
tree2d9f4fef6bb32a674bcce1af056df77ae4532316
parent0282dced2ba0a08721279c21887b244e589c6088 (diff)
downloadaur-0c7e83bc52cc9af0da26cbdda3f58323783d1391.tar.gz
upgpkg: vibrant 1.0.0-2
Provide library major version
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 94c34ab13dce..c8e6ca93f435 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vibrant
pkgdesc = A simple library to adjust color saturation of X11 outputs.
pkgver = 1.0.0
- pkgrel = 1
+ pkgrel = 2
url = https://gitlab.com/Scrumplex/vibrant
arch = x86_64
license = GPL3
@@ -15,6 +15,7 @@ pkgname = libvibrant
depends = libxrandr
depends = libxnvctrl
provides = libvibrant.so=1-64
+ provides = libvibrant.so=1
conflicts = vibrant
pkgname = vibrant-cli
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")