Remi Gacogne pushed to branch main at Arch Linux / Packaging / Packages / quiche


Commits:
6d3b7d06 by Remi Gacogne at 2026-01-20T09:58:46+01:00
upgpkg: 0.24.7-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,18 +1,18 @@
 pkgbase = quiche
        pkgdesc = An implementation of the QUIC transport protocol and HTTP/3 
as specified by the IETF
-       pkgver = 0.24.6
+       pkgver = 0.24.7
        pkgrel = 1
        url = https://github.com/cloudflare/quiche
        arch = x86_64
        license = BSD-2-Clause
        makedepends = cmake
-       makedepends = rustup
+       makedepends = rust
        makedepends = git
        makedepends = clang
        depends = gcc-libs
        options = !lto
-       source = 
quiche-0.24.6.tar.gz::https://github.com/cloudflare/quiche/archive/0.24.6.tar.gz
+       source = 
quiche-0.24.7.tar.gz::https://github.com/cloudflare/quiche/archive/0.24.7.tar.gz
        validpgpkeys = 8657ABB260F056B1E5190839D9C4D26D0E604491
-       sha256sums = 
d8dc8e1a18c4f6ec4db28b704b067bd099eef1b440848299201c7096a689068a
+       sha256sums = 
6d36cf5b7d91256fc325fd1e51a0db1d8231d6669c7141c3d4a3397a0350b26a
 
 pkgname = quiche


=====================================
PKGBUILD
=====================================
@@ -3,17 +3,17 @@
 # Previous Maintainer: Kasei Wang <[email protected]>
 
 pkgname=quiche
-pkgver=0.24.6
+pkgver=0.24.7
 pkgrel=1
 pkgdesc='An implementation of the QUIC transport protocol and HTTP/3 as 
specified by the IETF'
 arch=('x86_64')
 url='https://github.com/cloudflare/quiche'
 license=('BSD-2-Clause')
 depends=('gcc-libs')
-makedepends=('cmake' 'rustup' 'git' 'clang')
+makedepends=('cmake' 'rust' 'git' 'clang')
 options=(!'lto')
 
source=("$pkgname-$pkgver.tar.gz::https://github.com/cloudflare/$pkgname/archive/$pkgver.tar.gz";)
-sha256sums=('d8dc8e1a18c4f6ec4db28b704b067bd099eef1b440848299201c7096a689068a')
+sha256sums=('6d36cf5b7d91256fc325fd1e51a0db1d8231d6669c7141c3d4a3397a0350b26a')
 validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
 
 prepare() {
@@ -42,7 +42,7 @@ package() {
   mkdir -p $pkgdir/usr/share/licenses/quiche
 
   install -Dm644 quiche/include/quiche.h $pkgdir/usr/include
-  install -Dm755 quiche/target/release/libquiche.so $pkgdir/usr/lib
+  install -Dm755 target/release/libquiche.so $pkgdir/usr/lib
   install -Dm644 /dev/stdin $pkgdir/usr/lib/pkgconfig/quiche.pc <<PC
 # quiche
 



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/quiche/-/commit/6d3b7d066356119c746ff8d104d66eccea986cdd

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/quiche/-/commit/6d3b7d066356119c746ff8d104d66eccea986cdd
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to