~roshless/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] lagrange: Add armv7h to the list of supported architectures

Dimitri Merejkowsky <dimitri@dmerej.info>
Details
Message ID
<20210731123831.12517-1-dimitri@dmerej.info>
DKIM signature
pass
Download raw message
Patch: +4 -3
An armv7h Arch Linux user said it was fine :)
https://aur.archlinux.org/packages/lagrange/#comment-819735
---
 lagrange/.SRCINFO | 3 ++-
 lagrange/PKGBUILD | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/lagrange/.SRCINFO b/lagrange/.SRCINFO
index 881eef5..18d54dd 100644
--- a/lagrange/.SRCINFO
+++ b/lagrange/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = lagrange
	pkgdesc = Beautiful Gemini Client
	pkgver = 1.6.1
	pkgrel = 1
	pkgrel = 2
	url = https://git.skyjake.fi/skyjake/lagrange
	install = lagrange.install
	arch = x86_64
	arch = i686
	arch = aarch64
	arch = armv7h
	license = BSD
	makedepends = cmake
	depends = fribidi
diff --git a/lagrange/PKGBUILD b/lagrange/PKGBUILD
index e885a46..d399b1f 100644
--- a/lagrange/PKGBUILD
+++ b/lagrange/PKGBUILD
@@ -1,11 +1,11 @@
# Maintainer: Roshless <pkg@roshless.com>

pkgname=lagrange
pkgrel=1
pkgrel=2
pkgver=1.6.1
pkgdesc="Beautiful Gemini Client"
url="https://git.skyjake.fi/skyjake/lagrange"
arch=('x86_64' 'i686' 'aarch64')
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
license=("BSD")
install="$pkgname.install"
source=(
-- 
2.32.0
Details
Message ID
<20210731214417.7610b566@desktop>
In-Reply-To
<20210731123831.12517-1-dimitri@dmerej.info> (view parent)
DKIM signature
missing
Download raw message
Thanks!


To aur:lagrange.git
   53fd14c..067dcd2  067dcd24aac25f73080a4c4f8a55fb0897534e1b -> master

To git.roshless.me:~roshless/PKGBUILDs
   a8b60ee..dca8640  master -> master
Reply to thread Export thread (mbox)