summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 28bed6f845d3..35cbe3845369 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = hblox-git
pkgdesc = hblox is an command line ad blocker for Linux using the hosts file. (written in Python 3)
- pkgver = r8.65d2d86
+ pkgver = r13.ee462b9
pkgrel = 1
- url = https://github.com/memoryleakx/hblox
+ url = https://gitlab.com/memoryleakx/hblox
arch = any
license = GPL3
depends = python-clint>=0.5
depends = python-urllib3>=1.22
depends = sqlite>=3.20
- source = git+https://github.com/memoryleakx/hblox.git
+ source = git+https://gitlab.com/memoryleakx/hblox.git
sha256sums = SKIP
pkgname = hblox-git
diff --git a/PKGBUILD b/PKGBUILD
index a43282c9f2ba..b58fca1c17a6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
pkgname=hblox-git
_gitname=hblox
pkgdesc='hblox is an command line ad blocker for Linux using the hosts file. (written in Python 3)'
-pkgver=r8.65d2d86
+pkgver=r13.ee462b9
pkgrel=1
arch=('any')
-url="https://github.com/memoryleakx/hblox"
+url="https://gitlab.com/memoryleakx/hblox"
license=('GPL3')
depends=('python-clint>=0.5'
'python-urllib3>=1.22'