summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorgbr2020-02-22 12:02:34 -0300
committergbr2020-02-22 12:02:34 -0300
commit825a5126defc0f092f5402298dc7a41d0de439c8 (patch)
treeb5ea4376cbb0cbddff55317d71087490002c7c73
parent6217416a6c29041f1d63304181d8fb4d03a6c873 (diff)
downloadaur-825a5126defc0f092f5402298dc7a41d0de439c8.tar.gz
gitlab -> github
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 53a0846f61d4..cbda63ad6a1d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = vibrantlinux-git
pkgdesc = vibranceGUI replacement for Linux (NVIDIA only)
- pkgver = 1.2.2.r3.gd872dbc
+ pkgver = 1.2.5.r0.g0f27e4c
pkgrel = 1
- url = https://gitlab.com/zee220/vibrantlinux
+ url = https://github.com/zee2200/vibrantlinux
arch = x86_64
arch = i686
license = MIT
makedepends = git
depends = nvidia-settings
depends = qt5-base
- source = vibrantlinux::git+https://gitlab.com/zee220/vibrantlinux.git
+ source = vibrantlinux::git+https://github.com/zee2200/vibrantLinux.git
source = vibrantLinux.desktop
sha256sums = SKIP
sha256sums = SKIP
diff --git a/.gitignore b/.gitignore
index bc1db10d53ab..0351aea5704d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@ pkg/
src/
vibrantlinux/
*.tar
+*.zst
diff --git a/PKGBUILD b/PKGBUILD
index e4d99bc8d876..b2453a632357 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,14 +4,14 @@ pkgname=vibrantlinux-git
pkgrel=1
pkgdesc='vibranceGUI replacement for Linux (NVIDIA only)'
arch=('x86_64' 'i686')
-url='https://gitlab.com/zee220/vibrantlinux'
+url='https://github.com/zee2200/vibrantlinux'
license=('MIT')
depends=('nvidia-settings' 'qt5-base')
makedepends=('git')
conflicts=()
-source=("${_pkgname}::git+https://gitlab.com/zee220/vibrantlinux.git" 'vibrantLinux.desktop')
+source=("${_pkgname}::git+https://github.com/zee2200/vibrantLinux.git" 'vibrantLinux.desktop')
sha256sums=('SKIP' 'SKIP')
-pkgver=1.2.2.r3.gd872dbc
+pkgver=1.2.5.r0.g0f27e4c
pkgver() {
cd "${_pkgname}"