Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] librime: update to 1.5.3
@ 2019-10-07 18:12 voidlinux-github
  2019-10-08 19:35 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 3+ messages in thread
From: voidlinux-github @ 2019-10-07 18:12 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheExpert1337/void-packages librim
https://github.com/void-linux/void-packages/pull/15212

librime: update to 1.5.3
Created a new PR because I messed up the previous.

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

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

From b26127da8a5dd8cf935cfd52ab519ddb46bdf83d Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Mon, 7 Oct 2019 20:12:07 +0200
Subject: [PATCH] librime: update to 1.5.3

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

diff --git a/srcpkgs/librime/template b/srcpkgs/librime/template
index e3fbd400460..540bcfb4e98 100644
--- a/srcpkgs/librime/template
+++ b/srcpkgs/librime/template
@@ -1,6 +1,6 @@
 # Template file for 'librime'
 pkgname=librime
-version=1.4.0
+version=1.5.3
 revision=1
 build_style=cmake
 configure_args="-DENABLE_LOGGING=OFF -DBUILD_TEST=OFF"
@@ -10,7 +10,7 @@ maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/rime/librime"
 distfiles="https://github.com/rime/librime/archive/${version}.tar.gz"
-checksum=26963d9d8b0024ba8d53acbe02d6456d60a8ec506717383995699e0c0063d456
+checksum=df4279df6bc0419c18d9325e7d76dfdab8f91f0ee00a954f19a27f66dd99f503
 
 post_install() {
 	vlicense LICENSE

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

* Re: [PR PATCH] [Merged]: librime: update to 1.5.3
  2019-10-07 18:12 [PR PATCH] librime: update to 1.5.3 voidlinux-github
@ 2019-10-08 19:35 ` voidlinux-github
  0 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-10-08 19:35 UTC (permalink / raw)
  To: ml

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

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

librime: update to 1.5.3
https://github.com/void-linux/void-packages/pull/15212

Description:
Created a new PR because I messed up the previous.

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

* [PR PATCH] Librime: update to 1.5.3
@ 2019-10-06 16:03 voidlinux-github
  0 siblings, 0 replies; 3+ messages in thread
From: voidlinux-github @ 2019-10-06 16:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/TheExpert1337/void-packages librime
https://github.com/void-linux/void-packages/pull/15184

Librime: update to 1.5.3


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

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

From 6fe9a80cb819d9e525bfe0c4983e5d80dcb132e2 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Sun, 6 Oct 2019 17:27:26 +0200
Subject: [PATCH 1/3] Updated python-mock to 3.0.5

---
 srcpkgs/python-mock/template | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python-mock/template b/srcpkgs/python-mock/template
index 6c03a2134b2..904ce56a28f 100644
--- a/srcpkgs/python-mock/template
+++ b/srcpkgs/python-mock/template
@@ -1,7 +1,8 @@
 # Template file for 'python-mock'
+# Template file for 'python-mock'
 pkgname=python-mock
-version=2.0.0
-revision=3
+version=3.0.5
+revision=1
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
@@ -13,7 +14,7 @@ maintainer="Toyam Cox <Vaelatern@gmail.com>"
 homepage="https://github.com/testing-cabal/mock"
 license="BSD-2-Clause"
 distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
-checksum=b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5bc8bba
+checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

From 50a104a18388cab92a76182a18c5d8381a0e272e Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Sun, 6 Oct 2019 18:00:05 +0200
Subject: [PATCH 2/3] librime: update to 1.5.3

---
 srcpkgs/librime/template     | 4 ++--
 srcpkgs/python-mock/template | 1 -
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/librime/template b/srcpkgs/librime/template
index e3fbd400460..540bcfb4e98 100644
--- a/srcpkgs/librime/template
+++ b/srcpkgs/librime/template
@@ -1,6 +1,6 @@
 # Template file for 'librime'
 pkgname=librime
-version=1.4.0
+version=1.5.3
 revision=1
 build_style=cmake
 configure_args="-DENABLE_LOGGING=OFF -DBUILD_TEST=OFF"
@@ -10,7 +10,7 @@ maintainer="Yuxuan Shui <yshuiv7@gmail.com>"
 license="BSD-3-Clause"
 homepage="https://github.com/rime/librime"
 distfiles="https://github.com/rime/librime/archive/${version}.tar.gz"
-checksum=26963d9d8b0024ba8d53acbe02d6456d60a8ec506717383995699e0c0063d456
+checksum=df4279df6bc0419c18d9325e7d76dfdab8f91f0ee00a954f19a27f66dd99f503
 
 post_install() {
 	vlicense LICENSE
diff --git a/srcpkgs/python-mock/template b/srcpkgs/python-mock/template
index 904ce56a28f..b36df5bd4af 100644
--- a/srcpkgs/python-mock/template
+++ b/srcpkgs/python-mock/template
@@ -1,5 +1,4 @@
 # Template file for 'python-mock'
-# Template file for 'python-mock'
 pkgname=python-mock
 version=3.0.5
 revision=1

From b0410dc7b9b3221e9de18020a81966d1d3b5c120 Mon Sep 17 00:00:00 2001
From: TheExpert1337 <tamas.bohm@protonmail.com>
Date: Sun, 6 Oct 2019 18:02:36 +0200
Subject: [PATCH 3/3] librime: update to 1.5.3 v1

---
 srcpkgs/python-mock/template | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/srcpkgs/python-mock/template b/srcpkgs/python-mock/template
index b36df5bd4af..6c03a2134b2 100644
--- a/srcpkgs/python-mock/template
+++ b/srcpkgs/python-mock/template
@@ -1,7 +1,7 @@
 # Template file for 'python-mock'
 pkgname=python-mock
-version=3.0.5
-revision=1
+version=2.0.0
+revision=3
 archs=noarch
 wrksrc="${pkgname#*-}-${version}"
 build_style=python2-module
@@ -13,7 +13,7 @@ maintainer="Toyam Cox <Vaelatern@gmail.com>"
 homepage="https://github.com/testing-cabal/mock"
 license="BSD-2-Clause"
 distfiles="${PYPI_SITE}/m/mock/mock-${version}.tar.gz"
-checksum=83657d894c90d5681d62155c82bda9c1187827525880eda8ff5df4ec813437c3
+checksum=b158b6df76edd239b8208d481dc46b6afd45a846b7812ff0ce58971cf5bc8bba
 
 post_install() {
 	vlicense LICENSE.txt LICENSE

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

end of thread, other threads:[~2019-10-08 19:35 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-07 18:12 [PR PATCH] librime: update to 1.5.3 voidlinux-github
2019-10-08 19:35 ` [PR PATCH] [Merged]: " voidlinux-github
  -- strict thread matches above, loose matches on Subject: below --
2019-10-06 16:03 [PR PATCH] Librime: " voidlinux-github

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