summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjustanoobcoder2020-05-15 13:22:20 +0700
committerjustanoobcoder2020-05-15 13:22:20 +0700
commitd9ae149afae948166b262418b5b9cb8e61616050 (patch)
tree819bd64b9f3a0558486102d20eaf550e8238e8ea
parent0c77584f9b5786665931061bfa0db566a8d883b5 (diff)
downloadaur-d9ae149afae948166b262418b5b9cb8e61616050.tar.gz
change github to gitlab
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9cc1a7e85314..4e5ab6768fe7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = srfetch-git
pkgdesc = This is modified neofetch script only for me.
- pkgver = 7.0.0.r1.b0bb11c
+ pkgver = 7.0.0.r3.a222174
pkgrel = 1
- url = https://github.com/justanoobcoder/srfetch.git
+ url = https://gitlab.com/justanoobcoder/srfetch.git
arch = x86_64
arch = i686
license = MIT
@@ -23,7 +23,7 @@ pkgbase = srfetch-git
optdepends = xorg-xrandr: Resolution detection (Multi Monitor + Refresh rates)
optdepends = xorg-xwininfo: See https://github.com/dylanaraps/neofetch/wiki/Images-in-the-terminal
backup = etc/srfetch/config.conf
- source = git+https://github.com/justanoobcoder/srfetch.git
+ source = git+https://gitlab.com/justanoobcoder/srfetch.git
md5sums = SKIP
pkgname = srfetch-git
diff --git a/PKGBUILD b/PKGBUILD
index a3ed8687748a..b75c23ef9612 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=srfetch-git
_dir=srfetch
-pkgver=7.0.0.r1.b0bb11c
+pkgver=7.0.0.r3.a222174
pkgrel=1
pkgdesc="This is modified neofetch script only for me."
arch=(x86_64 i686)
-url="https://github.com/justanoobcoder/srfetch.git"
+url="https://gitlab.com/justanoobcoder/srfetch.git"
license=('MIT')
depends=(bash)
makedepends=(make)