summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Maunier2021-10-19 12:10:36 +0200
committerFlorian Maunier2021-10-19 12:10:36 +0200
commit274f19da678b598aa6d6802c7281c7751795af86 (patch)
treee4668ff72ae2168565821a8c3bae18f6880785ef
parent6f5664acfbf0351106c161f19d7a3d5371243fc1 (diff)
downloadaur-274f19da678b598aa6d6802c7281c7751795af86.tar.gz
Improve pkgdesc
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 2b504088e970..b82b5ad716e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = msquic-release-git
- pkgdesc = MsQuic is a Microsoft implementation of the IETF QUIC protocol.
+ pkgdesc = Microsoft implementation of the IETF QUIC protocol (release, git)
pkgver = 1.1.8.r0.g794436f54
- pkgrel = 2
+ pkgrel = 3
url = https://github.com/microsoft/msquic
arch = x86_64
arch = armv7h
diff --git a/PKGBUILD b/PKGBUILD
index ba951cf1bda1..73e4f9dc9f1a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Florian Maunier <fmauneko@dissidence.ovh>
pkgname=msquic-release-git
pkgver=1.1.8.r0.g794436f54
-pkgrel=2
-pkgdesc="MsQuic is a Microsoft implementation of the IETF QUIC protocol."
+pkgrel=3
+pkgdesc="Microsoft implementation of the IETF QUIC protocol (release, git)"
arch=('x86_64' 'armv7h' 'aarch64')
url="https://github.com/microsoft/msquic"
license=('MIT')