summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ffc4388f1c66..b50df11d1d12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,12 @@
pkgbase = cgmnlm-git
pkgdesc = colorful gemini line mode client - fork of gmni
- pkgver = r172.4274b06
+ pkgver = r173.7e4e43b
pkgrel = 1
url = https://src.clttr.info/rwa/cgmnlm
- arch = any
- license = GPL
+ arch = x86_64
+ arch = armv7h
+ arch = aarch64
+ license = GPL3
makedepends = git
makedepends = scdoc
depends = bearssl
diff --git a/PKGBUILD b/PKGBUILD
index 77933f6357d1..8f0397d049b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
pkgname=cgmnlm-git
pkgrel=1
-pkgver=r172.4274b06
+pkgver=r173.7e4e43b
pkgdesc="colorful gemini line mode client - fork of gmni"
url="https://src.clttr.info/rwa/cgmnlm"
-arch=("any")
-license=("GPL")
+arch=('x86_64' 'armv7h' 'aarch64')
+license=('GPL3')
source=("cgmnlm::git+https://src.clttr.info/rwa/cgmnlm.git")
conflicts=('gmni-git')
depends=('bearssl')