summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c8d4f886e68b..a6bd7647d26c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,16 +1,14 @@
-# Generated by mksrcinfo v8
-# Wed Apr 18 15:51:08 UTC 2018
pkgbase = jot
pkgdesc = Really fast single line notes for the CLI.
pkgver = 1.2
pkgrel = 1
- url = https://github.com/stormdragon2976/jot
+ url = https://git.2mb.codes/~stormdragon2976/jot
arch = any
license = unlicense
optdepends = xclip: Clipboard support
provides = jot
conflicts = jot
- source = https://github.com/stormdragon2976/jot/archive/1.2.tar.gz
+ source = https://git.2mb.codes/~stormdragon2976/jot/archive/1.2.tar.gz
md5sums = dbe4de7cf6f5e56bc4cacea6f7dd4c19
pkgname = jot
diff --git a/PKGBUILD b/PKGBUILD
index 3632fa0248f0..39e81879eecf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgver=1.2
pkgrel=1
pkgdesc="Really fast single line notes for the CLI."
arch=('any')
-url="https://github.com/stormdragon2976/$pkgname"
+url="https://git.2mb.codes/~stormdragon2976/${pkgname}"
source=("${url}/archive/${pkgver}.tar.gz")
license=('unlicense')
optdepends=('xclip: Clipboard support')