summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2190df652c3..2e90e5bab371 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,8 @@
-# Generated by mksrcinfo v8
-# Sun Jan 3 11:37:15 UTC 2016
pkgbase = qwebapp-git
pkgdesc = Fast and slick customizable minimalistic web browser used for making desktop launchers for web apps. Works on Linux, Windows and Mac OS X.
pkgver = ea398e2
pkgrel = 1
- url = https://github.com/zatherz/qwebapp
+ url = https://gitlab.com/zatherz/qwebapp.git
arch = i686
arch = x86_64
license = GPL2
@@ -12,7 +10,7 @@ pkgbase = qwebapp-git
depends = qt5-webkit
provides = qwebapp
conflicts = qwebapp
- source = qwebapp-git::git+https://github.com/zatherz/qwebapp.git
+ source = qwebapp-git::git+https://gitlab.com/zatherz/qwebapp.git
sha512sums = SKIP
pkgname = qwebapp-git
diff --git a/PKGBUILD b/PKGBUILD
index 33524f693fb7..51804ff3db76 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,13 +5,13 @@ pkgname=qwebapp-git
pkgver=ea398e2
pkgrel=1
pkgdesc="Fast and slick customizable minimalistic web browser used for making desktop launchers for web apps. Works on Linux, Windows and Mac OS X."
-url="https://github.com/zatherz/qwebapp"
+url="https://gitlab.com/zatherz/qwebapp.git"
arch=('i686' 'x86_64')
license=('GPL2')
provides=('qwebapp')
conflicts=('qwebapp')
depends=('qt5-base' 'qt5-webkit')
-source=(${pkgname}::git+https://github.com/zatherz/qwebapp.git)
+source=(${pkgname}::git+https://gitlab.com/zatherz/qwebapp.git)
sha512sums=('SKIP')
pkgver() {