summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8dbeb4c1baec..67a8756cbac3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = hex-git
pkgdesc = Hex viewer
pkgver = r22.233a69e
pkgrel = 1
- url = https://github.com/pjanouch/hex
+ url = https://git.janouch.name/p/hex
arch = i686
arch = x86_64
license = BSD
@@ -17,7 +17,7 @@ pkgbase = hex-git
provides = hex
conflicts = hex
options = zipman
- source = git+https://github.com/pjanouch/hex.git
+ source = git+https://git.janouch.name/p/hex.git
md5sums = SKIP
pkgname = hex-git
diff --git a/PKGBUILD b/PKGBUILD
index 769ac6ac5a95..500b39fdd985 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ _pkgname=hex
pkgver=r22.233a69e
pkgrel=1
pkgdesc="Hex viewer"
-url="https://github.com/pjanouch/hex"
+url="https://git.janouch.name/p/hex"
arch=('i686' 'x86_64')
license=('BSD')
options=(zipman)
@@ -12,7 +12,7 @@ conflicts=('hex')
provides=('hex')
makedepends=('cmake' 'pkg-config' 'git' 'help2man')
depends=('readline' 'ncurses' 'libunistring' 'lua')
-source=("git+https://github.com/pjanouch/$_pkgname.git")
+source=("git+https://git.janouch.name/p/$_pkgname.git")
md5sums=('SKIP')
pkgver() {