~roshless/public-inbox

Bump lagrange to 0.10.0 v1 APPLIED

Luna Nieves: 1
 Bump lagrange to 0.10.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/3/mbox | git am -3
Learn more about email & git

[PATCH] Bump lagrange to 0.10.0 Export this patch

---
Please ignore the previous email.  I misread the instructions.

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

diff --git a/lagrange/.SRCINFO b/lagrange/.SRCINFO
index 36fe196..917cd4f 100644
--- a/lagrange/.SRCINFO
+++ b/lagrange/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lagrange
	pkgdesc = Beautiful Gemini Client
	pkgver = 0.9.0
	pkgver = 0.10.0
	pkgrel = 1
	url = https://git.skyjake.fi/skyjake/lagrange
	arch = any
@@ -8,8 +8,8 @@ pkgbase = lagrange
	makedepends = cmake
	depends = openssl
	depends = sdl2
	source = https://git.skyjake.fi/skyjake/lagrange/releases/download/v0.9.0/lagrange-0.9.0.tar.gz
	md5sums = 27eda4affe727e4de3322cdcf9c99a65
	source = https://git.skyjake.fi/skyjake/lagrange/releases/download/v0.10.0/lagrange-0.10.0.tar.gz
	md5sums = 3d516ad8b1f92d91a297998ea1a25617

pkgname = lagrange

diff --git a/lagrange/PKGBUILD b/lagrange/PKGBUILD
index a9d38e8..5f4061e 100644
--- a/lagrange/PKGBUILD
+++ b/lagrange/PKGBUILD
@@ -2,7 +2,7 @@

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

md5sums=('27eda4affe727e4de3322cdcf9c99a65')
md5sums=('3d516ad8b1f92d91a297998ea1a25617')
-- 
2.29.2
Thanks, applied and pushed to AUR.

To git.roshless.me:~roshless/PKGBUILDs
   efb8046..3c793bb  master -> master