Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] soju: update to 0.6.0.
@ 2023-03-22 16:44 classabbyamp
  2023-03-22 17:01 ` icp1994
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: classabbyamp @ 2023-03-22 16:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/classabbyamp/void-packages update/soju-0.6.0
https://github.com/void-linux/void-packages/pull/42929

soju: update to 0.6.0.
<!-- Uncomment relevant sections and delete options which are not applicable -->

#### Testing the changes
- I tested the changes in this PR: **NO**
    - (plan on deploying this soon, will test then)

cc maintainer: @flupe


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

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

From 0d60ff9167a3df0aa5134df19dd6608fe984ff53 Mon Sep 17 00:00:00 2001
From: classabbyamp <void@placeviolette.net>
Date: Wed, 22 Mar 2023 12:41:55 -0400
Subject: [PATCH] soju: update to 0.6.0.

---
 srcpkgs/soju/template | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/soju/template b/srcpkgs/soju/template
index 1ed6735e63af..26d85dd89486 100644
--- a/srcpkgs/soju/template
+++ b/srcpkgs/soju/template
@@ -1,10 +1,10 @@
 # Template file for 'soju'
 pkgname=soju
-version=0.5.2
+version=0.6.0
 revision=1
 build_style=go
 go_import_path="git.sr.ht/~emersion/soju"
-go_package="./cmd/soju ./cmd/sojuctl"
+go_package="./cmd/soju ./cmd/sojuctl ./cmd/sojudb"
 hostmakedepends="scdoc"
 short_desc="User-friendly IRC bouncer"
 maintainer="flupe <lucas@escot.me>"
@@ -12,15 +12,17 @@ license="AGPL-3.0-or-later"
 homepage="https://soju.im"
 changelog="https://git.sr.ht/~emersion/soju/refs/v${version}"
 distfiles="https://git.sr.ht/~emersion/soju/refs/download/v${version}/soju-${version}.tar.gz"
-checksum=243e97e89d1ab9db0757b4d9e2181bf9602bf1ca277aba665417ea788ef82d9b
+checksum=11275b6edf53ae811011b4e9c3f325e901c31986e46c390c841c3add114cb9aa
 conf_files="/etc/soju/config"
 system_accounts="_soju"
 make_dirs="/var/db/soju 0750 _soju _soju
  /var/log/soju 0750 _soju _soju"
 
 post_install() {
-	scdoc <doc/soju.1.scd >doc/soju.1
-	vman doc/soju.1
+	for f in soju.1 sojuctl.1; do
+		scdoc <doc/$f.scd >doc/$f
+		vman doc/$f
+	done
 	vlicense LICENSE
 	vinstall $FILESDIR/config 644 etc/soju
 	vdoc $FILESDIR/README.voidlinux

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

end of thread, other threads:[~2023-03-30  4:04 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-22 16:44 [PR PATCH] soju: update to 0.6.0 classabbyamp
2023-03-22 17:01 ` icp1994
2023-03-22 22:44 ` [PR PATCH] [Updated] " classabbyamp
2023-03-22 22:46 ` classabbyamp
2023-03-22 22:56 ` [PR PATCH] [Updated] " classabbyamp
2023-03-24  0:04 ` TeddyDD
2023-03-24  0:04 ` TeddyDD
2023-03-24  0:05 ` TeddyDD
2023-03-24  0:06 ` classabbyamp
2023-03-24 12:01 ` TeddyDD
2023-03-30  3:58 ` [PR PATCH] [Updated] " classabbyamp
2023-03-30  4:04 ` [PR PATCH] [Merged]: " classabbyamp

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