summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Maunier2021-10-14 11:20:51 +0200
committerFlorian Maunier2021-10-14 11:20:51 +0200
commit43eaade4fae82bd33ee1971b46f919ac240c9977 (patch)
treee70d837c09b5366c527337ea672454bb570ffc43
parentb1a59c7b0a504d66bbd786e553e3cb4ac238b15b (diff)
downloadaur-43eaade4fae82bd33ee1971b46f919ac240c9977.tar.gz
Fix namcap issues
-rw-r--r--.SRCINFO8
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD6
3 files changed, 9 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1b11db4e3a58..a90e86fdba21 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,16 @@
pkgbase = msquic-release-git
pkgdesc = MsQuic is a Microsoft implementation of the IETF QUIC protocol.
pkgver = 1.1.8.r0.g794436f54
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/microsoft/msquic
- arch = any
+ arch = x86_64
+ arch = armv7h
+ arch = aarch64
license = MIT
makedepends = cmake
makedepends = dotnet-sdk
makedepends = git
- depends = lttng-ust
+ depends = glibc
provides = msquic
provides = libmsquic.so
conflicts = msquic
diff --git a/.gitignore b/.gitignore
index e52cd478fbf3..752ecd33e810 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
pkg/
src/
.AURINFO
+msquic-release-git/
diff --git a/PKGBUILD b/PKGBUILD
index 390cd4b86c41..682df42fc244 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,12 @@
# Maintainer: Florian Maunier <fmauneko@dissidence.ovh>
pkgname=msquic-release-git
pkgver=1.1.8.r0.g794436f54
-pkgrel=1
+pkgrel=2
pkgdesc="MsQuic is a Microsoft implementation of the IETF QUIC protocol."
-arch=('any')
+arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/microsoft/msquic"
license=('MIT')
-depends=('lttng-ust')
+depends=('glibc')
makedepends=('cmake' 'dotnet-sdk' 'git')
provides=('msquic' 'libmsquic.so')
conflicts=('msquic' 'libmsquic.so')