summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 447c2c2f9bca..0c9d146789de 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
pkgbase = cgmnlm-git
pkgdesc = colorful gemini line mode client - fork of gmni
- pkgver = 1.3
+ pkgver = 1.4
pkgrel = 1
- url = https://src.clttr.info/rwa/cgmnlm
+ url = https://code.clttr.info/cgmnlm/file/README.md.html
arch = x86_64
arch = armv7h
arch = aarch64
@@ -13,7 +13,7 @@ pkgbase = cgmnlm-git
optdepends = xdg-utils
conflicts = gmni-git
conflicts = cgmnlm
- source = cgmnlm-git::git+https://src.clttr.info/rwa/cgmnlm.git
+ source = cgmnlm-git::git://git.clttr.info/cgmnlm.git
sha256sums = SKIP
pkgname = cgmnlm-git
diff --git a/PKGBUILD b/PKGBUILD
index 7f00f7138df0..a4c07be83787 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,12 @@
pkgname=cgmnlm-git
pkgrel=1
-pkgver=1.3
+pkgver=1.4
pkgdesc="colorful gemini line mode client - fork of gmni"
-url="https://src.clttr.info/rwa/cgmnlm"
+url="https://code.clttr.info/cgmnlm/file/README.md.html"
arch=('x86_64' 'armv7h' 'aarch64')
license=('GPL3')
-source=("${pkgname}::git+https://src.clttr.info/rwa/cgmnlm.git")
+source=("${pkgname}::git://git.clttr.info/cgmnlm.git")
conflicts=('gmni-git' 'cgmnlm')
depends=('bearssl')
optdepends=('xdg-utils')