~roshless/public-inbox

lagrange: update to 1.9.5 v1 SUPERSEDED

Narrat: 1
 lagrange: update to 1.9.5

 2 files changed, 5 insertions(+), 5 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.roshless.me/~roshless/public-inbox/patches/46/mbox | git am -3
Learn more about email & git

[PATCH] lagrange: update to 1.9.5 Export this patch

---
 .SRCINFO | 6 +++---
 PKGBUILD | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index f364c4f..a59ecc6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lagrange
	pkgdesc = Beautiful Gemini Client
	pkgver = 1.9.3
	pkgver = 1.9.5
	pkgrel = 1
	url = https://git.skyjake.fi/skyjake/lagrange
	install = lagrange.install
@@ -19,7 +19,7 @@ pkgbase = lagrange
	depends = pcre
	depends = sdl2
	optdepends = mpg123
	source = https://git.skyjake.fi/skyjake/lagrange/releases/download/v1.9.3/lagrange-1.9.3.tar.gz
	sha256sums = ed19e3944cd4e4f195fe615f5ad58e789e8ddf543fbe6e9be815eee23589d977
	source = https://git.skyjake.fi/skyjake/lagrange/releases/download/v1.9.5/lagrange-1.9.5.tar.gz
	sha256sums = 10d75283f1d235c2d8865ebb9ccba6b1b2821c44e9aa20a60619ab6c32f49ca0

pkgname = lagrange
diff --git a/PKGBUILD b/PKGBUILD
index bc56a15..99563bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

pkgname=lagrange
pkgrel=1
pkgver=1.9.3
pkgver=1.9.5
pkgdesc="Beautiful Gemini Client"
url="https://git.skyjake.fi/skyjake/lagrange"
arch=('x86_64' 'i686' 'aarch64' 'armv7h')
@@ -43,4 +43,4 @@ package() {
    make DESTDIR="$pkgdir" install
}

sha256sums=('ed19e3944cd4e4f195fe615f5ad58e789e8ddf543fbe6e9be815eee23589d977')
sha256sums=('10d75283f1d235c2d8865ebb9ccba6b1b2821c44e9aa20a60619ab6c32f49ca0')
--
2.34.1
Hey!


Sorry for not responding, sourcehut for some reason stopped sending me
notification emails a while ago.

Already updated lagrange to 1.10.1, but thanks for the patches. :)