summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgbr2020-05-21 12:17:31 -0300
committergbr2020-05-21 12:17:31 -0300
commit851fb03ea72959d50c486633f828983a1b645b7e (patch)
tree58e9069baa56b204fd65a2bbaa07b75f3760a595
parent54d1ed6f6b233484abce6adcbef6dc209a01eca4 (diff)
downloadaur-851fb03ea72959d50c486633f828983a1b645b7e.tar.gz
vibrantlinux 2.0.0
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD11
2 files changed, 13 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6633027115ad..926748e1ab0f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,18 @@
pkgbase = vibrantlinux-git
- pkgdesc = vibranceGUI replacement for Linux (NVIDIA only)
- pkgver = 1.2.5.r1.g4ed73ef
+ pkgdesc = vibranceGUI replacement for Linux
+ pkgver = 2.0.0.r0.g400e114
pkgrel = 1
url = https://github.com/zee-mzha/vibrantlinux
arch = x86_64
arch = i686
license = MIT
makedepends = git
- depends = nvidia-settings
depends = qt5-base
- source = vibrantlinux::git+https://github.com/zee2200/vibrantLinux.git
+ depends = vibrant
+ depends = libxnvctrl
+ provides = vibrantlinux
+ conflicts = vibrantlinux
+ source = vibrantlinux::git+https://github.com/zee-mzha/vibrantLinux.git
source = vibrantLinux.desktop
sha256sums = SKIP
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index fd5b426047e4..7bb3b979e00b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,17 @@
_pkgname=vibrantlinux
pkgname=vibrantlinux-git
pkgrel=1
-pkgdesc='vibranceGUI replacement for Linux (NVIDIA only)'
+pkgdesc='vibranceGUI replacement for Linux'
arch=('x86_64' 'i686')
url='https://github.com/zee-mzha/vibrantlinux'
license=('MIT')
-depends=('nvidia-settings' 'qt5-base')
+depends=('qt5-base' 'vibrant' 'libxnvctrl')
makedepends=('git')
-conflicts=()
-source=("${_pkgname}::git+https://github.com/zee2200/vibrantLinux.git" 'vibrantLinux.desktop')
+conflicts=('vibrantlinux')
+provides=('vibrantlinux')
+source=("${_pkgname}::git+https://github.com/zee-mzha/vibrantLinux.git" 'vibrantLinux.desktop')
sha256sums=('SKIP' 'SKIP')
-pkgver=1.2.5.r1.g4ed73ef
+pkgver=2.0.0.r0.g400e114
pkgver() {
cd "${_pkgname}"