Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] ledger: update to 3.2.1.
@ 2020-05-19  5:38 cpixl
  2020-05-19 20:00 ` [PR PATCH] [Updated] " cpixl
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: cpixl @ 2020-05-19  5:38 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 304 bytes --]

There is a new pull request by cpixl against master on the void-packages repository

https://github.com/cpixl/void-packages ledger
https://github.com/void-linux/void-packages/pull/22114

ledger: update to 3.2.1.


A patch file from https://github.com/void-linux/void-packages/pull/22114.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ledger-22114.patch --]
[-- Type: text/x-diff, Size: 1050 bytes --]

From 58beff7930a7d4077daea31cf5142d9e3302d610 Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Tue, 19 May 2020 02:38:05 -0300
Subject: [PATCH] ledger: update to 3.2.1.

---
 srcpkgs/ledger/template | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/srcpkgs/ledger/template b/srcpkgs/ledger/template
index 1e4941a9310..53a437b3417 100644
--- a/srcpkgs/ledger/template
+++ b/srcpkgs/ledger/template
@@ -1,6 +1,6 @@
 # Template file for 'ledger'
 pkgname=ledger
-version=3.2.0
+version=3.2.1
 revision=1
 build_style=cmake
 makedepends="boost-devel gmp-devel mpfr-devel gettext-devel libedit-devel"
@@ -9,7 +9,7 @@ maintainer="Daniel Santana <daniel@santana.tech>"
 license="BSD-3-Clause"
 homepage="https://www.ledger-cli.org/"
 distfiles="https://github.com/ledger/${pkgname}/archive/v${version}.tar.gz"
-checksum=9a2f1886be0181bfa0a8b3ea05207d5c6e55497d7f821af3d7e60a8e53ba11d0
+checksum=92bf09bc385b171987f456fe3ee9fa998ed5e40b97b3acdd562b663aa364384a
 
 post_install() {
 	rm -Rf ${DESTDIR}/usr/local

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Updated] ledger: update to 3.2.1.
  2020-05-19  5:38 [PR PATCH] ledger: update to 3.2.1 cpixl
@ 2020-05-19 20:00 ` cpixl
  2020-05-19 20:00 ` cpixl
  2020-05-20 10:25 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: cpixl @ 2020-05-19 20:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 309 bytes --]

There is an updated pull request by cpixl against master on the void-packages repository

https://github.com/cpixl/void-packages ledger
https://github.com/void-linux/void-packages/pull/22114

ledger: update to 3.2.1.


A patch file from https://github.com/void-linux/void-packages/pull/22114.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-ledger-22114.patch --]
[-- Type: text/x-diff, Size: 1458 bytes --]

From fcc61fb1aa242cb16bc9d187ddb488a711c46d1c Mon Sep 17 00:00:00 2001
From: Daniel Santana <daniel@santana.tech>
Date: Tue, 19 May 2020 02:38:05 -0300
Subject: [PATCH] ledger: update to 3.2.1.

---
 srcpkgs/ledger/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/ledger/template b/srcpkgs/ledger/template
index 1e4941a9310..c94b72709de 100644
--- a/srcpkgs/ledger/template
+++ b/srcpkgs/ledger/template
@@ -1,6 +1,6 @@
 # Template file for 'ledger'
 pkgname=ledger
-version=3.2.0
+version=3.2.1
 revision=1
 build_style=cmake
 makedepends="boost-devel gmp-devel mpfr-devel gettext-devel libedit-devel"
@@ -9,7 +9,7 @@ maintainer="Daniel Santana <daniel@santana.tech>"
 license="BSD-3-Clause"
 homepage="https://www.ledger-cli.org/"
 distfiles="https://github.com/ledger/${pkgname}/archive/v${version}.tar.gz"
-checksum=9a2f1886be0181bfa0a8b3ea05207d5c6e55497d7f821af3d7e60a8e53ba11d0
+checksum=92bf09bc385b171987f456fe3ee9fa998ed5e40b97b3acdd562b663aa364384a
 
 post_install() {
 	rm -Rf ${DESTDIR}/usr/local
@@ -23,7 +23,7 @@ post_install() {
 libledger_package() {
 	short_desc+=" - library files"
 	pkg_install() {
-		vmove usr/lib/*.so.*
+		vmove "usr/lib/*.so.*"
 	}
 }
 
@@ -31,7 +31,7 @@ libledger-devel_package() {
 	short_desc+=" - development files"
 	depends="libledger>=${version}_${revision} ${makedepends}"
 	pkg_install() {
-		vmove usr/lib/*.so
+		vmove "usr/lib/*.so"
 		vmove usr/include
 	}
 }

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: ledger: update to 3.2.1.
  2020-05-19  5:38 [PR PATCH] ledger: update to 3.2.1 cpixl
  2020-05-19 20:00 ` [PR PATCH] [Updated] " cpixl
@ 2020-05-19 20:00 ` cpixl
  2020-05-20 10:25 ` [PR PATCH] [Merged]: " Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: cpixl @ 2020-05-19 20:00 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 344 bytes --]

New comment by cpixl on void-packages repository

https://github.com/void-linux/void-packages/pull/22114#issuecomment-631050202

Comment:
> [Manual.md](https://github.com/void-linux/void-packages/blob/0d412866912d23c828f3c737cdceecef3e095b57/Manual.md)
> 
> > Shell wildcards must be properly quoted, Example: `vmove "usr/lib/*.a"`

Fixed!

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PR PATCH] [Merged]: ledger: update to 3.2.1.
  2020-05-19  5:38 [PR PATCH] ledger: update to 3.2.1 cpixl
  2020-05-19 20:00 ` [PR PATCH] [Updated] " cpixl
  2020-05-19 20:00 ` cpixl
@ 2020-05-20 10:25 ` Piraty
  2 siblings, 0 replies; 4+ messages in thread
From: Piraty @ 2020-05-20 10:25 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 158 bytes --]

There's a merged pull request on the void-packages repository

ledger: update to 3.2.1.
https://github.com/void-linux/void-packages/pull/22114

Description:


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-20 10:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19  5:38 [PR PATCH] ledger: update to 3.2.1 cpixl
2020-05-19 20:00 ` [PR PATCH] [Updated] " cpixl
2020-05-19 20:00 ` cpixl
2020-05-20 10:25 ` [PR PATCH] [Merged]: " Piraty

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).