Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] New package: v2rayA-2.0.1
@ 2023-02-12  8:28 xiarenfan
  2023-02-12  8:34 ` xiarenfan
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: xiarenfan @ 2023-02-12  8:28 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xiarenfan/void-packages master
https://github.com/void-linux/void-packages/pull/42221

New package: v2rayA-2.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)



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

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

From 257c2338ca84ae9c86c6dd3acdb35e052ff926be Mon Sep 17 00:00:00 2001
From: xiarenfan <xiarenfan1998@onionmail.com>
Date: Sun, 12 Feb 2023 16:07:42 +0800
Subject: [PATCH] XBPS

---
 srcpkgs/v2rayA/files/v2rayA/run |  7 +++++++
 srcpkgs/v2rayA/template         | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/v2rayA/files/v2rayA/run
 create mode 100644 srcpkgs/v2rayA/template

diff --git a/srcpkgs/v2rayA/files/v2rayA/run b/srcpkgs/v2rayA/files/v2rayA/run
new file mode 100644
index 000000000000..03461aca50f3
--- /dev/null
+++ b/srcpkgs/v2rayA/files/v2rayA/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+export XDG_DATA_HOME="/usr/share"
+
+exec /usr/bin/v2rayA
+
+
diff --git a/srcpkgs/v2rayA/template b/srcpkgs/v2rayA/template
new file mode 100644
index 000000000000..cf01c9c4b968
--- /dev/null
+++ b/srcpkgs/v2rayA/template
@@ -0,0 +1,32 @@
+# Template file for 'v2rayA'
+pkgname=v2rayA
+version=2.0.1
+revision=1
+build_wrksrc="service"
+build_style="go"
+go_import_path="github.com/v2rayA/v2rayA"
+go_ldflags="-X github.com/v2rayA/v2rayA/conf.Version=${version}"
+hostmakedepends="nodejs yarn"
+depends="v2ray>=5.0.0 xdg-utils"
+short_desc="Web GUI client of Project V which supports various protocals"
+maintainer="xiarenfan <xiarenfan1998@onionmail.com>"
+license="AGPL-3.0-only"
+homepage="https://github.com/v2rayA/v2rayA"
+distfiles="https://github.com/v2rayA/v2rayA/archive/v${version}.tar.gz"
+checksum="5f79a42c4a720dec778a5c03c925dbbeb8d0fedebbb38ddf90d2d9712480b6a4"
+
+pre_build() {
+	cd ${wrksrc}/gui
+	yarn --check-files
+	OUTPUT_DIR="${wrksrc}/service/server/router/web" yarn build
+	export GO111MODULE=on
+}
+
+post_install() {
+	cd ${wrksrc}
+	vinstall install/universal/v2raya.desktop 0644 usr/share/applications
+	vsv v2rayA
+	vinstall gui/public/img/icons/android-chrome-512x512.png \
+	0644 usr/share/icons/hicolor/512x512/apps/ v2raya.png
+	vlicense LICENSE
+}
\ No newline at end of file

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

* Re: New package: v2rayA-2.0.1
  2023-02-12  8:28 [PR PATCH] New package: v2rayA-2.0.1 xiarenfan
@ 2023-02-12  8:34 ` xiarenfan
  2023-02-14  8:58 ` [PR PATCH] [Updated] " xiarenfan
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: xiarenfan @ 2023-02-12  8:34 UTC (permalink / raw)
  To: ml

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

New comment by xiarenfan on void-packages repository

https://github.com/void-linux/void-packages/pull/42221#issuecomment-1426972098

Comment:
Updates to previous packages [#38528](https://github.com/void-linux/void-packages/pull/38528)



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

* Re: [PR PATCH] [Updated] New package: v2rayA-2.0.1
  2023-02-12  8:28 [PR PATCH] New package: v2rayA-2.0.1 xiarenfan
  2023-02-12  8:34 ` xiarenfan
@ 2023-02-14  8:58 ` xiarenfan
  2023-02-14 21:24 ` classabbyamp
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: xiarenfan @ 2023-02-14  8:58 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xiarenfan/void-packages master
https://github.com/void-linux/void-packages/pull/42221

New package: v2rayA-2.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)



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

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

From 257c2338ca84ae9c86c6dd3acdb35e052ff926be Mon Sep 17 00:00:00 2001
From: xiarenfan <xiarenfan1998@onionmail.com>
Date: Sun, 12 Feb 2023 16:07:42 +0800
Subject: [PATCH 1/2] XBPS

---
 srcpkgs/v2rayA/files/v2rayA/run |  7 +++++++
 srcpkgs/v2rayA/template         | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/v2rayA/files/v2rayA/run
 create mode 100644 srcpkgs/v2rayA/template

diff --git a/srcpkgs/v2rayA/files/v2rayA/run b/srcpkgs/v2rayA/files/v2rayA/run
new file mode 100644
index 000000000000..03461aca50f3
--- /dev/null
+++ b/srcpkgs/v2rayA/files/v2rayA/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+export XDG_DATA_HOME="/usr/share"
+
+exec /usr/bin/v2rayA
+
+
diff --git a/srcpkgs/v2rayA/template b/srcpkgs/v2rayA/template
new file mode 100644
index 000000000000..cf01c9c4b968
--- /dev/null
+++ b/srcpkgs/v2rayA/template
@@ -0,0 +1,32 @@
+# Template file for 'v2rayA'
+pkgname=v2rayA
+version=2.0.1
+revision=1
+build_wrksrc="service"
+build_style="go"
+go_import_path="github.com/v2rayA/v2rayA"
+go_ldflags="-X github.com/v2rayA/v2rayA/conf.Version=${version}"
+hostmakedepends="nodejs yarn"
+depends="v2ray>=5.0.0 xdg-utils"
+short_desc="Web GUI client of Project V which supports various protocals"
+maintainer="xiarenfan <xiarenfan1998@onionmail.com>"
+license="AGPL-3.0-only"
+homepage="https://github.com/v2rayA/v2rayA"
+distfiles="https://github.com/v2rayA/v2rayA/archive/v${version}.tar.gz"
+checksum="5f79a42c4a720dec778a5c03c925dbbeb8d0fedebbb38ddf90d2d9712480b6a4"
+
+pre_build() {
+	cd ${wrksrc}/gui
+	yarn --check-files
+	OUTPUT_DIR="${wrksrc}/service/server/router/web" yarn build
+	export GO111MODULE=on
+}
+
+post_install() {
+	cd ${wrksrc}
+	vinstall install/universal/v2raya.desktop 0644 usr/share/applications
+	vsv v2rayA
+	vinstall gui/public/img/icons/android-chrome-512x512.png \
+	0644 usr/share/icons/hicolor/512x512/apps/ v2raya.png
+	vlicense LICENSE
+}
\ No newline at end of file

From 1b87c502577902f5163e2dcc4decfd71df36e634 Mon Sep 17 00:00:00 2001
From: xiarenfan <117075325+xiarenfan@users.noreply.github.com>
Date: Tue, 14 Feb 2023 16:58:51 +0800
Subject: [PATCH 2/2] Update and rename srcpkgs/v2rayA/template to  srcpkgs /
 v2rayA /template

---
 {srcpkgs/v2rayA => srcpkgs / v2rayA }/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename {srcpkgs/v2rayA => srcpkgs / v2rayA }/template (99%)

diff --git a/srcpkgs/v2rayA/template b/srcpkgs / v2rayA /template
similarity index 99%
rename from srcpkgs/v2rayA/template
rename to srcpkgs / v2rayA /template
index cf01c9c4b968..914a54f4dd92 100644
--- a/srcpkgs/v2rayA/template
+++ b/srcpkgs / v2rayA /template	
@@ -29,4 +29,4 @@ post_install() {
 	vinstall gui/public/img/icons/android-chrome-512x512.png \
 	0644 usr/share/icons/hicolor/512x512/apps/ v2raya.png
 	vlicense LICENSE
-}
\ No newline at end of file
+}

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

* Re: New package: v2rayA-2.0.1
  2023-02-12  8:28 [PR PATCH] New package: v2rayA-2.0.1 xiarenfan
  2023-02-12  8:34 ` xiarenfan
  2023-02-14  8:58 ` [PR PATCH] [Updated] " xiarenfan
@ 2023-02-14 21:24 ` classabbyamp
  2023-02-15  0:49 ` xiarenfan
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: classabbyamp @ 2023-02-14 21:24 UTC (permalink / raw)
  To: ml

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

New comment by classabbyamp on void-packages repository

https://github.com/void-linux/void-packages/pull/42221#issuecomment-1430398484

Comment:
why did you add spaces to the paths?

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

* Re: New package: v2rayA-2.0.1
  2023-02-12  8:28 [PR PATCH] New package: v2rayA-2.0.1 xiarenfan
                   ` (2 preceding siblings ...)
  2023-02-14 21:24 ` classabbyamp
@ 2023-02-15  0:49 ` xiarenfan
  2023-02-15  7:14 ` paper42
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: xiarenfan @ 2023-02-15  0:49 UTC (permalink / raw)
  To: ml

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

New comment by xiarenfan on void-packages repository

https://github.com/void-linux/void-packages/pull/42221#issuecomment-1430593852

Comment:
Because [this](https://github.com/void-linux/void-packages/pull/42221/checks?check_run_id=11280825123)

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

* Re: New package: v2rayA-2.0.1
  2023-02-12  8:28 [PR PATCH] New package: v2rayA-2.0.1 xiarenfan
                   ` (3 preceding siblings ...)
  2023-02-15  0:49 ` xiarenfan
@ 2023-02-15  7:14 ` paper42
  2023-03-07 14:19 ` [PR PATCH] [Updated] " xiarenfan
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: paper42 @ 2023-02-15  7:14 UTC (permalink / raw)
  To: ml

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

New comment by paper42 on void-packages repository

https://github.com/void-linux/void-packages/pull/42221#issuecomment-1430863413

Comment:
That is a warning about the commit message, please read CONTRIBUTING.md and follow it. Randomly adding directories with spaces to won't help.

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

* Re: [PR PATCH] [Updated] New package: v2rayA-2.0.1
  2023-02-12  8:28 [PR PATCH] New package: v2rayA-2.0.1 xiarenfan
                   ` (4 preceding siblings ...)
  2023-02-15  7:14 ` paper42
@ 2023-03-07 14:19 ` xiarenfan
  2023-03-07 15:04 ` xiarenfan
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: xiarenfan @ 2023-03-07 14:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xiarenfan/void-packages master
https://github.com/void-linux/void-packages/pull/42221

New package: v2rayA-2.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)



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

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

From 257c2338ca84ae9c86c6dd3acdb35e052ff926be Mon Sep 17 00:00:00 2001
From: xiarenfan <xiarenfan1998@onionmail.com>
Date: Sun, 12 Feb 2023 16:07:42 +0800
Subject: [PATCH 1/2] XBPS

---
 srcpkgs/v2rayA/files/v2rayA/run |  7 +++++++
 srcpkgs/v2rayA/template         | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/v2rayA/files/v2rayA/run
 create mode 100644 srcpkgs/v2rayA/template

diff --git a/srcpkgs/v2rayA/files/v2rayA/run b/srcpkgs/v2rayA/files/v2rayA/run
new file mode 100644
index 000000000000..03461aca50f3
--- /dev/null
+++ b/srcpkgs/v2rayA/files/v2rayA/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+export XDG_DATA_HOME="/usr/share"
+
+exec /usr/bin/v2rayA
+
+
diff --git a/srcpkgs/v2rayA/template b/srcpkgs/v2rayA/template
new file mode 100644
index 000000000000..cf01c9c4b968
--- /dev/null
+++ b/srcpkgs/v2rayA/template
@@ -0,0 +1,32 @@
+# Template file for 'v2rayA'
+pkgname=v2rayA
+version=2.0.1
+revision=1
+build_wrksrc="service"
+build_style="go"
+go_import_path="github.com/v2rayA/v2rayA"
+go_ldflags="-X github.com/v2rayA/v2rayA/conf.Version=${version}"
+hostmakedepends="nodejs yarn"
+depends="v2ray>=5.0.0 xdg-utils"
+short_desc="Web GUI client of Project V which supports various protocals"
+maintainer="xiarenfan <xiarenfan1998@onionmail.com>"
+license="AGPL-3.0-only"
+homepage="https://github.com/v2rayA/v2rayA"
+distfiles="https://github.com/v2rayA/v2rayA/archive/v${version}.tar.gz"
+checksum="5f79a42c4a720dec778a5c03c925dbbeb8d0fedebbb38ddf90d2d9712480b6a4"
+
+pre_build() {
+	cd ${wrksrc}/gui
+	yarn --check-files
+	OUTPUT_DIR="${wrksrc}/service/server/router/web" yarn build
+	export GO111MODULE=on
+}
+
+post_install() {
+	cd ${wrksrc}
+	vinstall install/universal/v2raya.desktop 0644 usr/share/applications
+	vsv v2rayA
+	vinstall gui/public/img/icons/android-chrome-512x512.png \
+	0644 usr/share/icons/hicolor/512x512/apps/ v2raya.png
+	vlicense LICENSE
+}
\ No newline at end of file

From 1b87c502577902f5163e2dcc4decfd71df36e634 Mon Sep 17 00:00:00 2001
From: xiarenfan <117075325+xiarenfan@users.noreply.github.com>
Date: Tue, 14 Feb 2023 16:58:51 +0800
Subject: [PATCH 2/2] Update and rename srcpkgs/v2rayA/template to  srcpkgs /
 v2rayA /template

---
 {srcpkgs/v2rayA => srcpkgs / v2rayA }/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename {srcpkgs/v2rayA => srcpkgs / v2rayA }/template (99%)

diff --git a/srcpkgs/v2rayA/template b/srcpkgs / v2rayA /template
similarity index 99%
rename from srcpkgs/v2rayA/template
rename to srcpkgs / v2rayA /template
index cf01c9c4b968..914a54f4dd92 100644
--- a/srcpkgs/v2rayA/template
+++ b/srcpkgs / v2rayA /template	
@@ -29,4 +29,4 @@ post_install() {
 	vinstall gui/public/img/icons/android-chrome-512x512.png \
 	0644 usr/share/icons/hicolor/512x512/apps/ v2raya.png
 	vlicense LICENSE
-}
\ No newline at end of file
+}

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

* Re: [PR PATCH] [Updated] New package: v2rayA-2.0.1
  2023-02-12  8:28 [PR PATCH] New package: v2rayA-2.0.1 xiarenfan
                   ` (5 preceding siblings ...)
  2023-03-07 14:19 ` [PR PATCH] [Updated] " xiarenfan
@ 2023-03-07 15:04 ` xiarenfan
  2023-06-06  2:05 ` github-actions
  2023-06-21  1:57 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: xiarenfan @ 2023-03-07 15:04 UTC (permalink / raw)
  To: ml

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

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

https://github.com/xiarenfan/void-packages master
https://github.com/void-linux/void-packages/pull/42221

New package: v2rayA-2.0.1
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)



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

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

From 257c2338ca84ae9c86c6dd3acdb35e052ff926be Mon Sep 17 00:00:00 2001
From: xiarenfan <xiarenfan1998@onionmail.com>
Date: Sun, 12 Feb 2023 16:07:42 +0800
Subject: [PATCH 1/3] XBPS

---
 srcpkgs/v2rayA/files/v2rayA/run |  7 +++++++
 srcpkgs/v2rayA/template         | 32 ++++++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)
 create mode 100644 srcpkgs/v2rayA/files/v2rayA/run
 create mode 100644 srcpkgs/v2rayA/template

diff --git a/srcpkgs/v2rayA/files/v2rayA/run b/srcpkgs/v2rayA/files/v2rayA/run
new file mode 100644
index 000000000000..03461aca50f3
--- /dev/null
+++ b/srcpkgs/v2rayA/files/v2rayA/run
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+export XDG_DATA_HOME="/usr/share"
+
+exec /usr/bin/v2rayA
+
+
diff --git a/srcpkgs/v2rayA/template b/srcpkgs/v2rayA/template
new file mode 100644
index 000000000000..cf01c9c4b968
--- /dev/null
+++ b/srcpkgs/v2rayA/template
@@ -0,0 +1,32 @@
+# Template file for 'v2rayA'
+pkgname=v2rayA
+version=2.0.1
+revision=1
+build_wrksrc="service"
+build_style="go"
+go_import_path="github.com/v2rayA/v2rayA"
+go_ldflags="-X github.com/v2rayA/v2rayA/conf.Version=${version}"
+hostmakedepends="nodejs yarn"
+depends="v2ray>=5.0.0 xdg-utils"
+short_desc="Web GUI client of Project V which supports various protocals"
+maintainer="xiarenfan <xiarenfan1998@onionmail.com>"
+license="AGPL-3.0-only"
+homepage="https://github.com/v2rayA/v2rayA"
+distfiles="https://github.com/v2rayA/v2rayA/archive/v${version}.tar.gz"
+checksum="5f79a42c4a720dec778a5c03c925dbbeb8d0fedebbb38ddf90d2d9712480b6a4"
+
+pre_build() {
+	cd ${wrksrc}/gui
+	yarn --check-files
+	OUTPUT_DIR="${wrksrc}/service/server/router/web" yarn build
+	export GO111MODULE=on
+}
+
+post_install() {
+	cd ${wrksrc}
+	vinstall install/universal/v2raya.desktop 0644 usr/share/applications
+	vsv v2rayA
+	vinstall gui/public/img/icons/android-chrome-512x512.png \
+	0644 usr/share/icons/hicolor/512x512/apps/ v2raya.png
+	vlicense LICENSE
+}
\ No newline at end of file

From 1b87c502577902f5163e2dcc4decfd71df36e634 Mon Sep 17 00:00:00 2001
From: xiarenfan <117075325+xiarenfan@users.noreply.github.com>
Date: Tue, 14 Feb 2023 16:58:51 +0800
Subject: [PATCH 2/3] Update and rename srcpkgs/v2rayA/template to  srcpkgs /
 v2rayA /template

---
 {srcpkgs/v2rayA => srcpkgs / v2rayA }/template | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename {srcpkgs/v2rayA => srcpkgs / v2rayA }/template (99%)

diff --git a/srcpkgs/v2rayA/template b/srcpkgs / v2rayA /template
similarity index 99%
rename from srcpkgs/v2rayA/template
rename to srcpkgs / v2rayA /template
index cf01c9c4b968..914a54f4dd92 100644
--- a/srcpkgs/v2rayA/template
+++ b/srcpkgs / v2rayA /template	
@@ -29,4 +29,4 @@ post_install() {
 	vinstall gui/public/img/icons/android-chrome-512x512.png \
 	0644 usr/share/icons/hicolor/512x512/apps/ v2raya.png
 	vlicense LICENSE
-}
\ No newline at end of file
+}

From eaa9bfce4b69897cd22c7160d0c39e17706cd6bc Mon Sep 17 00:00:00 2001
From: xiarenfan <xiarenfan1998@onionmail.com>
Date: Tue, 7 Mar 2023 23:02:47 +0800
Subject: [PATCH 3/3] font-sarasa-gothic: update to 0.40.1

---
 srcpkgs/font-sarasa-gothic/template | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/font-sarasa-gothic/template b/srcpkgs/font-sarasa-gothic/template
index 167c56b75ce8..064f15a58be6 100644
--- a/srcpkgs/font-sarasa-gothic/template
+++ b/srcpkgs/font-sarasa-gothic/template
@@ -1,6 +1,6 @@
 # Template file for 'font-sarasa-gothic'
 pkgname=font-sarasa-gothic
-version=0.36.2
+version=0.40.1
 revision=1
 create_wrksrc=yes
 depends="font-util"
@@ -9,8 +9,7 @@ maintainer="B. Wilson <x@wilsonb.com>"
 license="OFL-1.1"
 homepage="https://github.com/be5invis/Sarasa-Gothic"
 distfiles="https://github.com/be5invis/Sarasa-Gothic/releases/download/v${version}/sarasa-gothic-ttc-${version}.7z"
-checksum=cdc65aed713b5a991919755c712e0961e4388a7c3c636eed8e06b93bedf9a6f8
-
+checksum=7298053a19854b2240db2846082b9df631772c46e88912b27dbdcd3e247325d4
 font_dirs="/usr/share/fonts/TTF"
 
 do_install() {

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

* Re: New package: v2rayA-2.0.1
  2023-02-12  8:28 [PR PATCH] New package: v2rayA-2.0.1 xiarenfan
                   ` (6 preceding siblings ...)
  2023-03-07 15:04 ` xiarenfan
@ 2023-06-06  2:05 ` github-actions
  2023-06-21  1:57 ` [PR PATCH] [Closed]: " github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-06-06  2:05 UTC (permalink / raw)
  To: ml

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

New comment by github-actions[bot] on void-packages repository

https://github.com/void-linux/void-packages/pull/42221#issuecomment-1577782775

Comment:
Pull Requests become stale 90 days after last activity and are closed 14 days after that.  If this pull request is still relevant bump it or assign it.

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

* Re: [PR PATCH] [Closed]: New package: v2rayA-2.0.1
  2023-02-12  8:28 [PR PATCH] New package: v2rayA-2.0.1 xiarenfan
                   ` (7 preceding siblings ...)
  2023-06-06  2:05 ` github-actions
@ 2023-06-21  1:57 ` github-actions
  8 siblings, 0 replies; 10+ messages in thread
From: github-actions @ 2023-06-21  1:57 UTC (permalink / raw)
  To: ml

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

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

New package: v2rayA-2.0.1
https://github.com/void-linux/void-packages/pull/42221

Description:
#### Testing the changes
- I tested the changes in this PR: **YES**

#### New package
- This new package conforms to the [package requirements](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#package-requirements): **YES**

#### Local build testing
- I built this PR locally for my native architecture, (x86_64-musl)



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

end of thread, other threads:[~2023-06-21  1:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-12  8:28 [PR PATCH] New package: v2rayA-2.0.1 xiarenfan
2023-02-12  8:34 ` xiarenfan
2023-02-14  8:58 ` [PR PATCH] [Updated] " xiarenfan
2023-02-14 21:24 ` classabbyamp
2023-02-15  0:49 ` xiarenfan
2023-02-15  7:14 ` paper42
2023-03-07 14:19 ` [PR PATCH] [Updated] " xiarenfan
2023-03-07 15:04 ` xiarenfan
2023-06-06  2:05 ` github-actions
2023-06-21  1:57 ` [PR PATCH] [Closed]: " github-actions

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