Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] liburing: update to 0.7.0.
@ 2020-08-09  5:03 ericonr
  2020-08-10 12:44 ` [PR PATCH] [Updated] " ericonr
                   ` (12 more replies)
  0 siblings, 13 replies; 14+ messages in thread
From: ericonr @ 2020-08-09  5:03 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages uring
https://github.com/void-linux/void-packages/pull/24148

liburing: update to 0.7.0.
Add test target (currently broken), remove arch restrictions.

Closes #17702.

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

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

From d0f22df004d61d14b4afba857cd698f512fad558 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 9 Aug 2020 01:38:04 -0300
Subject: [PATCH] liburing: update to 0.7.0.

Add test target (currently broken), remove arch restrictions.

Closes #17702.
---
 srcpkgs/liburing/template | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
index 7277a3453c5..196db697ac5 100644
--- a/srcpkgs/liburing/template
+++ b/srcpkgs/liburing/template
@@ -1,16 +1,16 @@
 # Template file for 'liburing'
 pkgname=liburing
-version=0.2
+version=0.7
 revision=1
-archs="i686* x86_64* aarch64*"
 build_style=configure
 configure_args="--mandir=/usr/share/man"
+make_check_target=runtests
 short_desc="Linux-native io_uring I/O access library"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-only"
 homepage="http://git.kernel.dk/cgit/liburing/"
-distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
-checksum=9e971105a376dc71feb76efe3e2a708e7da28b662edca77f8d230f000debde01
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.bz2"
+checksum=0f1c3de5e2081a4ce26c3243cb915f1fc406c43810317744fc11a04d2747d1e0
 
 liburing-devel_package() {
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Updated] liburing: update to 0.7.0.
  2020-08-09  5:03 [PR PATCH] liburing: update to 0.7.0 ericonr
@ 2020-08-10 12:44 ` ericonr
  2020-08-10 12:45 ` ericonr
                   ` (11 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-08-10 12:44 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages uring
https://github.com/void-linux/void-packages/pull/24148

liburing: update to 0.7.0.
Add test target (currently broken), remove arch restrictions.

Closes #17702.

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

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

From eb36643789817a84e2c37acca5818192792ea209 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 9 Aug 2020 01:38:04 -0300
Subject: [PATCH] liburing: update to 0.7.0.

Add test target (currently broken), remove arch restrictions.

Closes #17702.
---
 srcpkgs/liburing/template | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
index 7277a3453c5..acbbabb8851 100644
--- a/srcpkgs/liburing/template
+++ b/srcpkgs/liburing/template
@@ -1,16 +1,17 @@
 # Template file for 'liburing'
 pkgname=liburing
-version=0.2
+version=0.7
 revision=1
-archs="i686* x86_64* aarch64*"
 build_style=configure
 configure_args="--mandir=/usr/share/man"
+make_check_target=runtests
+checkdepends="procps-ng"
 short_desc="Linux-native io_uring I/O access library"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-only"
 homepage="http://git.kernel.dk/cgit/liburing/"
-distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
-checksum=9e971105a376dc71feb76efe3e2a708e7da28b662edca77f8d230f000debde01
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.bz2"
+checksum=0f1c3de5e2081a4ce26c3243cb915f1fc406c43810317744fc11a04d2747d1e0
 
 liburing-devel_package() {
 	short_desc+=" - development files"

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

* Re: liburing: update to 0.7.0.
  2020-08-09  5:03 [PR PATCH] liburing: update to 0.7.0 ericonr
  2020-08-10 12:44 ` [PR PATCH] [Updated] " ericonr
@ 2020-08-10 12:45 ` ericonr
  2020-08-10 15:39 ` ahesford
                   ` (10 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-08-10 12:45 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24148#issuecomment-671332246

Comment:
The previous version also had lots of broken tests.

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

* Re: liburing: update to 0.7.0.
  2020-08-09  5:03 [PR PATCH] liburing: update to 0.7.0 ericonr
  2020-08-10 12:44 ` [PR PATCH] [Updated] " ericonr
  2020-08-10 12:45 ` ericonr
@ 2020-08-10 15:39 ` ahesford
  2020-08-10 15:40 ` ericonr
                   ` (9 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2020-08-10 15:39 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24148#issuecomment-671430384

Comment:
Why is `liburing` not in `common/shlibs` if its sole product is a shared object?

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

* Re: liburing: update to 0.7.0.
  2020-08-09  5:03 [PR PATCH] liburing: update to 0.7.0 ericonr
                   ` (2 preceding siblings ...)
  2020-08-10 15:39 ` ahesford
@ 2020-08-10 15:40 ` ericonr
  2020-08-10 15:55 ` ahesford
                   ` (8 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-08-10 15:40 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24148#issuecomment-671430980

Comment:
Because nothing currently depends on it, which is also why I'm curious why it's even packaged.

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

* Re: liburing: update to 0.7.0.
  2020-08-09  5:03 [PR PATCH] liburing: update to 0.7.0 ericonr
                   ` (3 preceding siblings ...)
  2020-08-10 15:40 ` ericonr
@ 2020-08-10 15:55 ` ahesford
  2020-08-26 16:42 ` ericonr
                   ` (7 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ahesford @ 2020-08-10 15:55 UTC (permalink / raw)
  To: ml

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

New comment by ahesford on void-packages repository

https://github.com/void-linux/void-packages/pull/24148#issuecomment-671439284

Comment:
@ailiop-git can you comment on why this was packaged and why the shared object isn't listed in `common/shlibs`?

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

* Re: liburing: update to 0.7.0.
  2020-08-09  5:03 [PR PATCH] liburing: update to 0.7.0 ericonr
                   ` (4 preceding siblings ...)
  2020-08-10 15:55 ` ahesford
@ 2020-08-26 16:42 ` ericonr
  2020-08-26 17:34 ` ailiop-git
                   ` (6 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-08-26 16:42 UTC (permalink / raw)
  To: ml

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

New comment by ericonr on void-packages repository

https://github.com/void-linux/void-packages/pull/24148#issuecomment-680994767

Comment:
ping @ailiop-git 

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

* Re: liburing: update to 0.7.0.
  2020-08-09  5:03 [PR PATCH] liburing: update to 0.7.0 ericonr
                   ` (5 preceding siblings ...)
  2020-08-26 16:42 ` ericonr
@ 2020-08-26 17:34 ` ailiop-git
  2020-08-26 18:00 ` [PR PATCH] [Updated] " ericonr
                   ` (5 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ailiop-git @ 2020-08-26 17:34 UTC (permalink / raw)
  To: ml

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

New comment by ailiop-git on void-packages repository

https://github.com/void-linux/void-packages/pull/24148#issuecomment-681022279

Comment:
this was packaged to enable development and testing on top of the uring interface. the .so isn't in listed in shlibs as indeed there's currently no package that depends on it yet.

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

* Re: [PR PATCH] [Updated] liburing: update to 0.7.0.
  2020-08-09  5:03 [PR PATCH] liburing: update to 0.7.0 ericonr
                   ` (6 preceding siblings ...)
  2020-08-26 17:34 ` ailiop-git
@ 2020-08-26 18:00 ` ericonr
  2020-09-20 15:13 ` ericonr
                   ` (4 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-08-26 18:00 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages uring
https://github.com/void-linux/void-packages/pull/24148

liburing: update to 0.7.0.
Add test target (currently broken), remove arch restrictions.

Closes #17702.

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

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

From 6b4ab327958d116a8d15190324b9cfc11e9f36b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 9 Aug 2020 01:38:04 -0300
Subject: [PATCH] liburing: update to 0.7.0.

Remove arch restrictions.

Closes #17702.
---
 srcpkgs/liburing/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
index 7277a3453c5..c02713a5850 100644
--- a/srcpkgs/liburing/template
+++ b/srcpkgs/liburing/template
@@ -1,16 +1,15 @@
 # Template file for 'liburing'
 pkgname=liburing
-version=0.2
+version=0.7
 revision=1
-archs="i686* x86_64* aarch64*"
 build_style=configure
 configure_args="--mandir=/usr/share/man"
 short_desc="Linux-native io_uring I/O access library"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-only"
 homepage="http://git.kernel.dk/cgit/liburing/"
-distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
-checksum=9e971105a376dc71feb76efe3e2a708e7da28b662edca77f8d230f000debde01
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.bz2"
+checksum=0f1c3de5e2081a4ce26c3243cb915f1fc406c43810317744fc11a04d2747d1e0
 
 liburing-devel_package() {
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Updated] liburing: update to 0.7.0.
  2020-08-09  5:03 [PR PATCH] liburing: update to 0.7.0 ericonr
                   ` (7 preceding siblings ...)
  2020-08-26 18:00 ` [PR PATCH] [Updated] " ericonr
@ 2020-09-20 15:13 ` ericonr
  2020-09-20 15:19 ` ericonr
                   ` (3 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-09-20 15:13 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages uring
https://github.com/void-linux/void-packages/pull/24148

liburing: update to 0.7.0.
Add test target (currently broken), remove arch restrictions.

Closes #17702.

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

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

From 9f4e24959ea119847d4ed4eb16ed00863aba6ffc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 9 Aug 2020 01:38:04 -0300
Subject: [PATCH] liburing: update to 0.7.0.

Remove arch restrictions.

Closes #17702.
---
 srcpkgs/liburing/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
index 7277a3453c5..c02713a5850 100644
--- a/srcpkgs/liburing/template
+++ b/srcpkgs/liburing/template
@@ -1,16 +1,15 @@
 # Template file for 'liburing'
 pkgname=liburing
-version=0.2
+version=0.7
 revision=1
-archs="i686* x86_64* aarch64*"
 build_style=configure
 configure_args="--mandir=/usr/share/man"
 short_desc="Linux-native io_uring I/O access library"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-only"
 homepage="http://git.kernel.dk/cgit/liburing/"
-distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
-checksum=9e971105a376dc71feb76efe3e2a708e7da28b662edca77f8d230f000debde01
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.bz2"
+checksum=0f1c3de5e2081a4ce26c3243cb915f1fc406c43810317744fc11a04d2747d1e0
 
 liburing-devel_package() {
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Updated] liburing: update to 0.7.0.
  2020-08-09  5:03 [PR PATCH] liburing: update to 0.7.0 ericonr
                   ` (8 preceding siblings ...)
  2020-09-20 15:13 ` ericonr
@ 2020-09-20 15:19 ` ericonr
  2020-09-22  6:45 ` ericonr
                   ` (2 subsequent siblings)
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-09-20 15:19 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages uring
https://github.com/void-linux/void-packages/pull/24148

liburing: update to 0.7.0.
Add test target (currently broken), remove arch restrictions.

Closes #17702.

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

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

From dd520e17b3ddb597de7c91cf45f920072b733f2b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 9 Aug 2020 01:38:04 -0300
Subject: [PATCH] liburing: update to 0.7.0.

Remove arch restrictions.

Closes #17702.
---
 srcpkgs/liburing/template | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
index 7277a3453c5..66ec743c16e 100644
--- a/srcpkgs/liburing/template
+++ b/srcpkgs/liburing/template
@@ -1,16 +1,15 @@
 # Template file for 'liburing'
 pkgname=liburing
-version=0.2
+version=0.7
 revision=1
-archs="i686* x86_64* aarch64*"
 build_style=configure
 configure_args="--mandir=/usr/share/man"
 short_desc="Linux-native io_uring I/O access library"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-only"
 homepage="http://git.kernel.dk/cgit/liburing/"
-distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
-checksum=9e971105a376dc71feb76efe3e2a708e7da28b662edca77f8d230f000debde01
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.bz2"
+checksum=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
 
 liburing-devel_package() {
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Updated] liburing: update to 0.7.0.
  2020-08-09  5:03 [PR PATCH] liburing: update to 0.7.0 ericonr
                   ` (9 preceding siblings ...)
  2020-09-20 15:19 ` ericonr
@ 2020-09-22  6:45 ` ericonr
  2020-09-22 17:52 ` ericonr
  2020-09-22 18:14 ` [PR PATCH] [Merged]: " Chocimier
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-09-22  6:45 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages uring
https://github.com/void-linux/void-packages/pull/24148

liburing: update to 0.7.0.
Add test target (currently broken), remove arch restrictions.

Closes #17702.

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

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

From 7210476b756dbb734b97d5b12e25b7e9feb8eff9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 9 Aug 2020 01:38:04 -0300
Subject: [PATCH] liburing: update to 0.7.0.

Remove arch restrictions.

Closes #17702.
---
 srcpkgs/liburing/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
index 7277a3453c5..44711b2988c 100644
--- a/srcpkgs/liburing/template
+++ b/srcpkgs/liburing/template
@@ -1,16 +1,15 @@
 # Template file for 'liburing'
 pkgname=liburing
-version=0.2
+version=0.7
 revision=1
-archs="i686* x86_64* aarch64*"
 build_style=configure
 configure_args="--mandir=/usr/share/man"
 short_desc="Linux-native io_uring I/O access library"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-only"
-homepage="http://git.kernel.dk/cgit/liburing/"
-distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
-checksum=9e971105a376dc71feb76efe3e2a708e7da28b662edca77f8d230f000debde01
+homepage="http://git.kernel.dk/cgit/liburing"
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.gz"
+checksum=05d0cf8493d573c76b11abfcf34aabc7153affebe17ff95f9ae88b0de062a59d
 
 liburing-devel_package() {
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Updated] liburing: update to 0.7.0.
  2020-08-09  5:03 [PR PATCH] liburing: update to 0.7.0 ericonr
                   ` (10 preceding siblings ...)
  2020-09-22  6:45 ` ericonr
@ 2020-09-22 17:52 ` ericonr
  2020-09-22 18:14 ` [PR PATCH] [Merged]: " Chocimier
  12 siblings, 0 replies; 14+ messages in thread
From: ericonr @ 2020-09-22 17:52 UTC (permalink / raw)
  To: ml

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

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

https://github.com/ericonr/void-packages uring
https://github.com/void-linux/void-packages/pull/24148

liburing: update to 0.7.0.
Add test target (currently broken), remove arch restrictions.

Closes #17702.

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

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

From 75943c4405021fd38169610797a37c15dd40686d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=C3=89rico=20Rolim?= <erico.erc@gmail.com>
Date: Sun, 9 Aug 2020 01:38:04 -0300
Subject: [PATCH] liburing: update to 0.7.0.

Remove arch restrictions.

Closes #17702.
---
 srcpkgs/liburing/template | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/srcpkgs/liburing/template b/srcpkgs/liburing/template
index 7277a3453c5..44711b2988c 100644
--- a/srcpkgs/liburing/template
+++ b/srcpkgs/liburing/template
@@ -1,16 +1,15 @@
 # Template file for 'liburing'
 pkgname=liburing
-version=0.2
+version=0.7
 revision=1
-archs="i686* x86_64* aarch64*"
 build_style=configure
 configure_args="--mandir=/usr/share/man"
 short_desc="Linux-native io_uring I/O access library"
 maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
 license="LGPL-2.1-only"
-homepage="http://git.kernel.dk/cgit/liburing/"
-distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.xz"
-checksum=9e971105a376dc71feb76efe3e2a708e7da28b662edca77f8d230f000debde01
+homepage="http://git.kernel.dk/cgit/liburing"
+distfiles="${homepage}/snapshot/${pkgname}-${version}.tar.gz"
+checksum=05d0cf8493d573c76b11abfcf34aabc7153affebe17ff95f9ae88b0de062a59d
 
 liburing-devel_package() {
 	short_desc+=" - development files"

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

* Re: [PR PATCH] [Merged]: liburing: update to 0.7.0.
  2020-08-09  5:03 [PR PATCH] liburing: update to 0.7.0 ericonr
                   ` (11 preceding siblings ...)
  2020-09-22 17:52 ` ericonr
@ 2020-09-22 18:14 ` Chocimier
  12 siblings, 0 replies; 14+ messages in thread
From: Chocimier @ 2020-09-22 18:14 UTC (permalink / raw)
  To: ml

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

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

liburing: update to 0.7.0.
https://github.com/void-linux/void-packages/pull/24148

Description:
Add test target (currently broken), remove arch restrictions.

Closes #17702.

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

end of thread, other threads:[~2020-09-22 18:14 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-09  5:03 [PR PATCH] liburing: update to 0.7.0 ericonr
2020-08-10 12:44 ` [PR PATCH] [Updated] " ericonr
2020-08-10 12:45 ` ericonr
2020-08-10 15:39 ` ahesford
2020-08-10 15:40 ` ericonr
2020-08-10 15:55 ` ahesford
2020-08-26 16:42 ` ericonr
2020-08-26 17:34 ` ailiop-git
2020-08-26 18:00 ` [PR PATCH] [Updated] " ericonr
2020-09-20 15:13 ` ericonr
2020-09-20 15:19 ` ericonr
2020-09-22  6:45 ` ericonr
2020-09-22 17:52 ` ericonr
2020-09-22 18:14 ` [PR PATCH] [Merged]: " Chocimier

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