~roshless/public-inbox

upgpkg: lagrange 1.9.2 v1 SUPERSEDED

David: 1
 upgpkg: lagrange 1.9.2

 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/44/mbox | git am -3
Learn more about email & git

[PATCH] upgpkg: lagrange 1.9.2 Export this patch

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

diff --git a/lagrange/.SRCINFO b/lagrange/.SRCINFO
index 2db7fd7..9dfc7b9 100644
--- a/lagrange/.SRCINFO
+++ b/lagrange/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lagrange
	pkgdesc = Beautiful Gemini Client
	pkgver = 1.9.1
	pkgver = 1.9.2
	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.1/lagrange-1.9.1.tar.gz
	sha256sums = b0ddc675f9167c55aa0dc508fe092cc22759b1741ddd6913c25c00d20980ad1a
	source = https://git.skyjake.fi/skyjake/lagrange/releases/download/v1.9.2/lagrange-1.9.2.tar.gz
	sha256sums = cdb8f38a0ffe2bdac1b60838a8d25a6e12313412503a129c100cbbe40c1399c8

pkgname = lagrange
diff --git a/lagrange/PKGBUILD b/lagrange/PKGBUILD
index c3341d6..6efa025 100644
--- a/lagrange/PKGBUILD
+++ b/lagrange/PKGBUILD
@@ -2,7 +2,7 @@

pkgname=lagrange
pkgrel=1
pkgver=1.9.1
pkgver=1.9.2
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=('b0ddc675f9167c55aa0dc508fe092cc22759b1741ddd6913c25c00d20980ad1a')
sha256sums=('cdb8f38a0ffe2bdac1b60838a8d25a6e12313412503a129c100cbbe40c1399c8')
-- 
2.28.0
Hey!


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

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