summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Maunier2021-10-14 11:17:56 +0200
committerFlorian Maunier2021-10-14 11:17:56 +0200
commit81806fd54414bbf1ef7c6398d72c78106d10a13d (patch)
treead2321b457c8448b60c1e0b989b5bcabe2782c09 /PKGBUILD
parent21a7295748326e3f86ad912caa2a08fee2d8b348 (diff)
downloadaur-81806fd54414bbf1ef7c6398d72c78106d10a13d.tar.gz
Fix namcap issues
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 91b7326d3b1e..1def4e86c8d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Florian Maunier <fmauneko@dissidence.ovh>
pkgname=msquic
pkgver=1.1.8
-pkgrel=1
+pkgrel=2
epoch=1
-pkgdesc="MsQuic is a Microsoft implementation of the IETF QUIC protocol."
+pkgdesc="Microsoft implementation of the IETF QUIC protocol."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/microsoft/msquic"
license=('MIT')
-depends=('lttng-ust')
+depends=('glibc')
makedepends=('cmake' 'dotnet-sdk')
provides=('libmsquic.so')
conflicts=('libmsquic.so')