summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSefa Eyeoglu2020-05-31 12:17:28 +0200
committerSefa Eyeoglu2020-05-31 12:17:28 +0200
commit0e5c42f31359447c71dba7e32c805895f89a504d (patch)
treea7f08fb0060d4c6583c7638af3a703d65e5af25e
parentd9d448caa5894aaba340570cd3bc43ae0acedab1 (diff)
downloadaur-0e5c42f31359447c71dba7e32c805895f89a504d.tar.gz
upgpkg: vibrantlinux 2.1.1-2
depend on libvibrant, instead of the .so
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 09124300b9b1..cb83940adcab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = vibrantlinux
pkgdesc = A tool to automate managing your screen's saturation depending on what programs are running
pkgver = 2.1.1
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/zee-mzha/vibrantLinux
arch = x86_64
license = MIT
makedepends = git
depends = qt5-base
- depends = libvibrant.so=1
+ depends = libvibrant
depends = hicolor-icon-theme
source = vibrantlinux::git+https://github.com/zee-mzha/vibrantLinux.git#tag=v2.1.1
source = vibrantLinux.desktop
diff --git a/PKGBUILD b/PKGBUILD
index c2c250fdb265..960149142a4b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,12 +3,12 @@
pkgname=vibrantlinux
pkgver=2.1.1
-pkgrel=1
+pkgrel=2
pkgdesc="A tool to automate managing your screen's saturation depending on what programs are running"
arch=(x86_64)
url="https://github.com/zee-mzha/vibrantLinux"
license=('MIT')
-depends=("qt5-base" "libvibrant.so=1" "hicolor-icon-theme")
+depends=("qt5-base" "libvibrant" "hicolor-icon-theme")
makedepends=("git")
source=("${pkgname}::git+https://github.com/zee-mzha/vibrantLinux.git#tag=v${pkgver}"
"vibrantLinux.desktop")