summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartchus2024-02-18 01:10:14 +0100
committerMartchus2024-02-18 01:10:14 +0100
commit67ac4d71579f19d2dcc93d1928bf220fc3a33971 (patch)
tree68d155679723c3c61380d5faebce893cdf52ede3
parent797dd0f053e6950b0cb45087cd5ed75e6abe703f (diff)
downloadaur-67ac4d71579f19d2dcc93d1928bf220fc3a33971.tar.gz
Fix description
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f13ccf60ffd3..880937214efd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = mingw-w64-cppwinrt
- pkgdesc = Common C++ classes and routines such as argument parser, IO and conversion utilities (mingw-w64)
+ pkgdesc = C++ language projection for Windows Runtime (WinRT) APIs (mingw-w64)
pkgver = 2.0.240111.5
pkgrel = 1
url = https://aka.ms/cppwinrt
diff --git a/PKGBUILD b/PKGBUILD
index 72bceca75cc5..d9fa2683fecb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgver=2.0.240111.5
_windows_rs_ver=0.52.0
pkgrel=1
arch=('any')
-pkgdesc='Common C++ classes and routines such as argument parser, IO and conversion utilities (mingw-w64)'
+pkgdesc='C++ language projection for Windows Runtime (WinRT) APIs (mingw-w64)'
url='https://aka.ms/cppwinrt'
license=('spdx:MIT')
depends=('mingw-w64-crt')