~roshless/public-inbox

Bump Lagrange to 1.1.0 v2 NEEDS REVISION

Morgan Kesler: 1
 Bump Lagrange to 1.1.0

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

[PATCH v2] Bump Lagrange to 1.1.0 Export this patch

---
This is my first pkgbuild patch and I didn't notice the .SRCINFO file
that needed updating so I fixed that here.

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

diff --git a/.SRCINFO b/.SRCINFO
index bbe62b7..a22655b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lagrange
	pkgdesc = Beautiful Gemini Client
	pkgver = 1.0.3
	pkgver = 1.1.0
	pkgrel = 2
	url = https://git.skyjake.fi/skyjake/lagrange
	arch = any
@@ -11,8 +11,8 @@ pkgbase = lagrange
	depends = libunistring
	depends = pcre
	optdepends = mpg123
	source =
https://git.skyjake.fi/skyjake/lagrange/releases/download/v1.0.3/lagrange-1.0.3.tar.gz
	md5sums = 17fcd774f3b54c8275b1a1c0a3a850bf
	source =
https://git.skyjake.fi/skyjake/lagrange/releases/download/v1.1.0/lagrange-1.1.0.tar.gz
	sha256sums =
291e1d17520eebc470efe852d5cbecec4989369ccce369f6633443e2ef2fd11c

pkgname = lagrange

diff --git a/PKGBUILD b/PKGBUILD
index 65c7d46..e5978ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@

pkgname=lagrange
pkgrel=2
pkgver=1.0.3
pkgver=1.1.0
pkgdesc="Beautiful Gemini Client"
url="https://git.skyjake.fi/skyjake/lagrange"
arch=("any")
@@ -35,4 +35,4 @@ package() {
    make PREFIX="/usr" DESTDIR="$pkgdir" install
}

md5sums=('17fcd774f3b54c8275b1a1c0a3a850bf')
sha256sums=('291e1d17520eebc470efe852d5cbecec4989369ccce369f6633443e2ef2fd11c')
\ No newline at end of file
-- 
2.30.0
The patch is unfortunately broken:

Applying: Bump Lagrange to 1.1.0
Using index info to reconstruct a base tree...
A	.SRCINFO
A	PKGBUILD
error: patch failed: .SRCINFO:11
error: .SRCINFO: patch does not apply
error: Did you hand edit your patch?
It does not apply to blobs recorded in its index.
Patch failed at 0001 Bump Lagrange to 1.1.0