summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e6678148ca2c..65f40abda713 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = hydroid-git
pkgdesc = A Hydrus client.
pkgver = 1.0.0.alpha1.r0.gb737561
pkgrel = 1
- url = https://github.com/thatfuckingbird/hydroid
+ url = https://gitgud.io/thatfuckingbird/hydroid
arch = i686
arch = x86_64
license = AGPL3
@@ -13,8 +13,7 @@ pkgbase = hydroid-git
depends = qt5-graphicaleffects
depends = qt5-imageformats
provides = hydroid
- source = hydroid-git::git+https://github.com/thatfuckingbird/hydroid.git
+ source = hydroid-git::git+https://gitgud.io/thatfuckingbird/hydroid.git
sha512sums = SKIP
pkgname = hydroid-git
-
diff --git a/PKGBUILD b/PKGBUILD
index d99e78d73d6d..89408b573bf0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
pkgname=hydroid-git
-pkgver=1.0.0.alpha1.r0.gb737561
+pkgver=1.0.0.alpha1.r3.gc78157d
pkgrel=1
pkgdesc="A Hydrus client."
arch=('i686' 'x86_64')
-url="https://github.com/thatfuckingbird/hydroid"
+url="https://gitgud.io/thatfuckingbird/hydroid"
license=('AGPL3')
depends=('qt5-base' 'qt5-quickcontrols2' 'qt5-svg' 'qt5-graphicaleffects' 'qt5-imageformats')
makedepends=('qt5-tools')
provides=('hydroid')
-source=("$pkgname"::"git+https://github.com/thatfuckingbird/hydroid.git")
+source=("$pkgname"::"git+https://gitgud.io/thatfuckingbird/hydroid.git")
sha512sums=('SKIP')
pkgver() {