summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2023-04-17 22:21:59 +0800
committerNing Sun2023-04-17 22:21:59 +0800
commitac1f0277148c6632ff40ddcbe80bfcdadd57047f (patch)
treefc6daec18e3d9aa382d6db71297a097f82b476dc
parente7947c743ce2d1796028661f36dbdfe8b32ddd7d (diff)
downloadaur-ac1f0277148c6632ff40ddcbe80bfcdadd57047f.tar.gz
remove freeze build option
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD6
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9de0f030e7e..4ba584cd7be6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = quiche
pkgdesc = an implementation of the QUIC transport protocol and HTTP/2 as specified by the IETF
pkgver = 0.17.1
- pkgrel = 3
+ pkgrel = 4
url = https://github.com/cloudflare/quiche
arch = x86_64
license = custom:BSD
diff --git a/PKGBUILD b/PKGBUILD
index 13039377d412..f30a9f0cff17 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=quiche
pkgver=0.17.1
-pkgrel=3
+pkgrel=4
pkgdesc='an implementation of the QUIC transport protocol and HTTP/2 as specified by the IETF'
arch=('x86_64')
url='https://github.com/cloudflare/quiche'
@@ -15,8 +15,8 @@ sha256sums=('3c427415525da565f726df95021235cdc1c6460aa7d89d1aa3e154cb621d45b4')
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')
build() {
- cd "$srcdir/$pkgname-$pkgver/quiche"
- cargo build --frozen --release --no-default-features --features ffi,pkg-config-meta,qlog,boringssl-boring-crate
+ cd "$srcdir/$pkgname-$pkgver"
+ cargo build --release --no-default-features --features ffi,pkg-config-meta,qlog,boringssl-boring-crate
}
package() {