summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFlorian Maunier2021-10-14 17:02:10 +0200
committerFlorian Maunier2021-10-14 17:02:10 +0200
commit35471cb6c6d666cfd1212ebcd4e7841cd4fc2492 (patch)
tree1891443484623513e5d0117bc4f1fe4b638382ac /PKGBUILD
parent81806fd54414bbf1ef7c6398d72c78106d10a13d (diff)
downloadaur-35471cb6c6d666cfd1212ebcd4e7841cd4fc2492.tar.gz
Pin dependencies versions
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 1def4e86c8d4..5fef30624a36 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,14 +1,14 @@
# Maintainer: Florian Maunier <fmauneko@dissidence.ovh>
pkgname=msquic
pkgver=1.1.8
-pkgrel=2
+pkgrel=3
epoch=1
pkgdesc="Microsoft implementation of the IETF QUIC protocol."
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/microsoft/msquic"
license=('MIT')
depends=('glibc')
-makedepends=('cmake' 'dotnet-sdk')
+makedepends=('cmake>=3.16' 'dotnet-sdk>=3.1')
provides=('libmsquic.so')
conflicts=('libmsquic.so')
source=("$pkgname-$pkgver.tar.gz::https://github.com/microsoft/$pkgname/archive/refs/tags/v$pkgver.tar.gz"