Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] textadept: update to 11.1
@ 2021-03-21 19:11 reback00
  2021-03-21 19:32 ` reback00
  2021-03-23 17:40 ` [PR PATCH] [Merged]: " ericonr
  0 siblings, 2 replies; 3+ messages in thread
From: reback00 @ 2021-03-21 19:11 UTC (permalink / raw)
  To: ml

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

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

https://github.com/reback00/void-packages textadept11_1
https://github.com/void-linux/void-packages/pull/29666

textadept: update to 11.1
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

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

From 0bfa8c08c52c55116965dd47f37385623c5178fd Mon Sep 17 00:00:00 2001
From: reback00 <reback00@protonmail.com>
Date: Mon, 22 Mar 2021 01:02:26 +0600
Subject: [PATCH] textadept: update to 11.1

---
 srcpkgs/textadept/template | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/textadept/template b/srcpkgs/textadept/template
index 6078875b1d81..e49056c0cb54 100644
--- a/srcpkgs/textadept/template
+++ b/srcpkgs/textadept/template
@@ -1,6 +1,6 @@
 # Template file for 'textadept'
 pkgname=textadept
-version=11.0
+version=11.1
 revision=1
 wrksrc="textadept-textadept_${version}"
 build_wrksrc="src"
@@ -17,17 +17,17 @@ homepage="https://orbitalquark.github.io/textadept/"
 distfiles="https://github.com/orbitalquark/textadept/archive/textadept_${version}.tar.gz
  https://www.scintilla.org/scintilla445.tgz
  https://github.com/orbitalquark/scinterm/archive/6a774158d8a3c7bc7ea120bc01cdb016fa351a7e.zip
- https://github.com/orbitalquark/scintillua/archive/scintillua_4.4.5-1.zip
+ https://github.com/orbitalquark/scintillua/archive/scintillua_4.4.5-2.zip
  https://www.lua.org/ftp/lua-5.3.5.tar.gz
  http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-1.0.2.tar.gz
  https://github.com/keplerproject/luafilesystem/archive/v1_8_0.zip
  https://github.com/orbitalquark/gtdialog/archive/64587546482a1a6324706d75c80b77d2f87118a4.zip
  https://invisible-mirror.net/archives/cdk/cdk-5.0-20200923.tgz
  http://www.leonerd.org.uk/code/libtermkey/libtermkey-0.20.tar.gz"
-checksum="3d2ef169465dea85ce0b8bfa19522e96006abcb043cb58c3c3b74ca1bec9b9df
+checksum="87d67975b22952344e1bdcb330301b88cdfe8242e7710526cd344ab252499c2a
  4f2168684b4024dc3d6b267320fff1d729192047f4a1b79aeab9ec7c64f733ec
  3b1e3cc3ee48bb158d1d666c7c86d190905c973918914876f6ab3712f8dd7d20
- 045c1a9c7e8eb356a7cc54ddd49e994fd2d33469ab34385f2f794fd1e2babc24
+ ccd5b3d615116b8c4376086cf1d03b6ef1f67a565e57446b15eba3f39ef0c180
  0c2eed3f960446e1a3e4b9a1ca2f3ff893b6ce41942cf54d5dd59ab4b3b058ac
  48d66576051b6c78388faad09b70493093264588fcd0f258ddaab1cdd4a15ffe
  e3a6beca7a8a90522eed31db6ccdc5ed65a433826500c6862784e27671b9e18a
@@ -36,7 +36,7 @@ checksum="3d2ef169465dea85ce0b8bfa19522e96006abcb043cb58c3c3b74ca1bec9b9df
  6c0d87c94ab9915e76ecd313baec08dedf3bd56de83743d9aa923a081935d2f5"
 skip_extraction="scintilla445.tgz
  6a774158d8a3c7bc7ea120bc01cdb016fa351a7e.zip
- scintillua_4.4.5-1.zip
+ scintillua_4.4.5-2.zip
  lua-5.3.5.tar.gz
  lpeg-1.0.2.tar.gz
  v1_8_0.zip

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

* Re: textadept: update to 11.1
  2021-03-21 19:11 [PR PATCH] textadept: update to 11.1 reback00
@ 2021-03-21 19:32 ` reback00
  2021-03-23 17:40 ` [PR PATCH] [Merged]: " ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: reback00 @ 2021-03-21 19:32 UTC (permalink / raw)
  To: ml

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

New comment by reback00 on void-packages repository

https://github.com/void-linux/void-packages/pull/29666#issuecomment-803646589

Comment:
The error on "Build packages (i686, i686, 1)" is due to the invisible-mirror.net server rejecting the request. This is probably due to some DDoS protection or something. I had this happen to me when I was trying to build while connected to a vpn (vpngate.net). So I think it should be ok.

```
=> textadept-11.1_1: fetching distfile 'cdk-5.0-20200923.tgz'...
https://invisible-mirror.net/archives/cdk/cdk-5.0-20200923.tgz: Connection timed out
=> ERROR: textadept-11.1_1: failed to fetch cdk-5.0-20200923.tgz.
Error: Process completed with exit code 1.
```

Please let me know if I can do anything further.

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

* Re: [PR PATCH] [Merged]: textadept: update to 11.1
  2021-03-21 19:11 [PR PATCH] textadept: update to 11.1 reback00
  2021-03-21 19:32 ` reback00
@ 2021-03-23 17:40 ` ericonr
  1 sibling, 0 replies; 3+ messages in thread
From: ericonr @ 2021-03-23 17:40 UTC (permalink / raw)
  To: ml

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

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

textadept: update to 11.1
https://github.com/void-linux/void-packages/pull/29666

Description:
<!-- Mark items with [x] where applicable -->

#### General
- [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements)

#### Have the results of the proposed changes been tested?
- [x] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me
- [ ] I generally don't use the affected packages but briefly tested this PR

<!--
If GitHub CI cannot be used to validate the build result (for example, if the
build is likely to take several hours), make sure to
[skip CI](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md#continuous-integration).
When skipping CI, uncomment and fill out the following section.
Note: for builds that are likely to complete in less than 2 hours, it is not
acceptable to skip CI.
-->
<!-- 
#### Does it build and run successfully? 
(Please choose at least one native build and, if supported, at least one cross build. More are better.)
- [ ] I built this PR locally for my native architecture, (ARCH-LIBC)
- [ ] I built this PR locally for these architectures (if supported. mark crossbuilds):
  - [ ] aarch64-musl
  - [ ] armv7l
  - [ ] armv6l-musl
-->


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

end of thread, other threads:[~2021-03-23 17:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-21 19:11 [PR PATCH] textadept: update to 11.1 reback00
2021-03-21 19:32 ` reback00
2021-03-23 17:40 ` [PR PATCH] [Merged]: " ericonr

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