Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] khard: update to 0.17.0
@ 2020-08-23 10:20 teldra
  2020-08-24 19:49 ` [PR PATCH] [Merged]: " ahesford
  0 siblings, 1 reply; 3+ messages in thread
From: teldra @ 2020-08-23 10:20 UTC (permalink / raw)
  To: ml

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

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

https://github.com/teldra/void-packages khard-update
https://github.com/void-linux/void-packages/pull/24431

khard: update to 0.17.0


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

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

From 483ef6f4fd7995f74badc6a6eb5f82311ba2d676 Mon Sep 17 00:00:00 2001
From: teldra <teldra@rotce.de>
Date: Sun, 23 Aug 2020 12:12:48 +0200
Subject: [PATCH] khard: update to 0.17.0

---
 srcpkgs/khard/template | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index ff62c013202..70f246cfb40 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,10 +1,9 @@
 # Template file for 'khard'
 pkgname=khard
-version=0.15.1
-revision=2
+version=0.17.0
+revision=1
 archs=noarch
 build_style=python3-module
-pycompile_module="khard"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj
  python3-vobject python3-Unidecode python3-ruamel.yaml"
@@ -13,11 +12,11 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
 license="GPL-3.0-only"
 homepage="https://github.com/scheibler/khard"
 distfiles="${PYPI_SITE}/k/khard/khard-${version}.tar.gz"
-checksum=5ca8e678133e08fa4861cc31aedf9f30b4f8e3958ed66ede025c23ec5e176aa1
+checksum=164e1aee9264735ec0473a74a38842e6272bbb814d949a66084c6a373bd95618
 
 post_install() {
-	vsconf misc/khard/khard.conf.example
-	vsconf misc/khard/template_for_contact_creation.yaml
+	vsconf doc/source/examples/khard.conf.example
+	vsconf khard/data/template.yaml
 	vinstall misc/zsh/_khard 644 usr/share/zsh/site-functions
 	vinstall misc/zsh/_email-khard 644 usr/share/zsh/site-functions
 }

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

* Re: [PR PATCH] [Merged]: khard: update to 0.17.0
  2020-08-23 10:20 [PR PATCH] khard: update to 0.17.0 teldra
@ 2020-08-24 19:49 ` ahesford
  0 siblings, 0 replies; 3+ messages in thread
From: ahesford @ 2020-08-24 19:49 UTC (permalink / raw)
  To: ml

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

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

khard: update to 0.17.0
https://github.com/void-linux/void-packages/pull/24431

Description:


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

* [PR PATCH] khard: update to 0.17.0
@ 2020-08-25  6:57 Eluminae
  0 siblings, 0 replies; 3+ messages in thread
From: Eluminae @ 2020-08-25  6:57 UTC (permalink / raw)
  To: ml

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

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

https://github.com/Eluminae/void-packages khard-update
https://github.com/void-linux/void-packages/pull/24460

khard: update to 0.17.0


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

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

From 06bf6e431a45d7f6776b1c23633bb4103d1cc143 Mon Sep 17 00:00:00 2001
From: Reed Wade <reedwade@misterbanal.net>
Date: Tue, 25 Aug 2020 08:56:59 +0200
Subject: [PATCH] khard: update to 0.17.0

---
 srcpkgs/khard/template | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/srcpkgs/khard/template b/srcpkgs/khard/template
index ff62c013202..7846297ad83 100644
--- a/srcpkgs/khard/template
+++ b/srcpkgs/khard/template
@@ -1,10 +1,9 @@
 # Template file for 'khard'
 pkgname=khard
-version=0.15.1
-revision=2
+version=0.17.0
+revision=1
 archs=noarch
 build_style=python3-module
-pycompile_module="khard"
 hostmakedepends="python3-setuptools"
 depends="python3-setuptools python3-atomicwrites python3-configobj
  python3-vobject python3-Unidecode python3-ruamel.yaml"
@@ -13,11 +12,10 @@ maintainer="Oliver Kiddle <okiddle@yahoo.co.uk>"
 license="GPL-3.0-only"
 homepage="https://github.com/scheibler/khard"
 distfiles="${PYPI_SITE}/k/khard/khard-${version}.tar.gz"
-checksum=5ca8e678133e08fa4861cc31aedf9f30b4f8e3958ed66ede025c23ec5e176aa1
+checksum=164e1aee9264735ec0473a74a38842e6272bbb814d949a66084c6a373bd95618
 
 post_install() {
-	vsconf misc/khard/khard.conf.example
-	vsconf misc/khard/template_for_contact_creation.yaml
+	vsconf doc/source/examples/khard.conf.example
 	vinstall misc/zsh/_khard 644 usr/share/zsh/site-functions
 	vinstall misc/zsh/_email-khard 644 usr/share/zsh/site-functions
 }

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

end of thread, other threads:[~2020-08-25  6:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-23 10:20 [PR PATCH] khard: update to 0.17.0 teldra
2020-08-24 19:49 ` [PR PATCH] [Merged]: " ahesford
2020-08-25  6:57 [PR PATCH] " Eluminae

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).