summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgbr2020-05-31 16:42:24 -0300
committergbr2020-05-31 16:42:24 -0300
commit4fad8102a2ae50b9f2514474d5816da1014d0ccb (patch)
tree9898a024fb06841ccb0f04dda701609ae9e710ad
parent851fb03ea72959d50c486633f828983a1b645b7e (diff)
downloadaur-4fad8102a2ae50b9f2514474d5816da1014d0ccb.tar.gz
vibrantlinux 2.1.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 926748e1ab0f..efe1e7990f8c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,13 @@
pkgbase = vibrantlinux-git
pkgdesc = vibranceGUI replacement for Linux
- pkgver = 2.0.0.r0.g400e114
+ pkgver = 2.1.1.r0.g59b8045
pkgrel = 1
url = https://github.com/zee-mzha/vibrantlinux
arch = x86_64
- arch = i686
license = MIT
makedepends = git
depends = qt5-base
- depends = vibrant
- depends = libxnvctrl
+ depends = libvibrant
provides = vibrantlinux
conflicts = vibrantlinux
source = vibrantlinux::git+https://github.com/zee-mzha/vibrantLinux.git
diff --git a/PKGBUILD b/PKGBUILD
index 7bb3b979e00b..dbcc57466ceb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,16 +3,16 @@ _pkgname=vibrantlinux
pkgname=vibrantlinux-git
pkgrel=1
pkgdesc='vibranceGUI replacement for Linux'
-arch=('x86_64' 'i686')
+arch=('x86_64')
url='https://github.com/zee-mzha/vibrantlinux'
license=('MIT')
-depends=('qt5-base' 'vibrant' 'libxnvctrl')
+depends=('qt5-base' 'libvibrant')
makedepends=('git')
conflicts=('vibrantlinux')
provides=('vibrantlinux')
source=("${_pkgname}::git+https://github.com/zee-mzha/vibrantLinux.git" 'vibrantLinux.desktop')
sha256sums=('SKIP' 'SKIP')
-pkgver=2.0.0.r0.g400e114
+pkgver=2.1.1.r0.g59b8045
pkgver() {
cd "${_pkgname}"