summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNing Sun2023-04-17 22:09:26 +0800
committerNing Sun2023-04-17 22:09:26 +0800
commite7947c743ce2d1796028661f36dbdfe8b32ddd7d (patch)
tree6b74eaa78106c2b4f68705302b93d0d8b079b66d
parent8913f55d7bdafb695f22b09148d18e815b4a77ac (diff)
downloadaur-e7947c743ce2d1796028661f36dbdfe8b32ddd7d.tar.gz
remove unused make deps
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 065410460b7d..d9de0f030e7e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,11 @@
pkgbase = quiche
pkgdesc = an implementation of the QUIC transport protocol and HTTP/2 as specified by the IETF
pkgver = 0.17.1
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/cloudflare/quiche
arch = x86_64
license = custom:BSD
makedepends = cmake
- makedepends = git
- makedepends = go
makedepends = rust
depends = gcc-libs
source = https://github.com/cloudflare/quiche/archive/0.17.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index e10795a6edc1..13039377d412 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,13 @@
pkgname=quiche
pkgver=0.17.1
-pkgrel=2
+pkgrel=3
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'
license=('custom:BSD')
depends=('gcc-libs')
-makedepends=('cmake' 'git' 'go' 'rust')
+makedepends=('cmake' 'rust')
source=("https://github.com/cloudflare/$pkgname/archive/$pkgver.tar.gz")
sha256sums=('3c427415525da565f726df95021235cdc1c6460aa7d89d1aa3e154cb621d45b4')
validpgpkeys=('8657ABB260F056B1E5190839D9C4D26D0E604491')