summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b17b3bb38d7b..d6613dde2f47 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = libstdc++5-bin
- pkgdesc = The GNU Standard C++ Library v3. This package contains an additional runtime library for C++ programs built with the GNU compiler.
+ pkgdesc = The GNU Standard C++ Library v3.
pkgver = 3.3.6
pkgrel = 32
url = https://packages.debian.org/bullseye/libstdc++5
diff --git a/PKGBUILD b/PKGBUILD
index ce5c22862299..322f921df8f6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@ pkgname=libstdc++5-bin
_pkgname=libstdc++5
pkgver=3.3.6
pkgrel=32
-pkgdesc="The GNU Standard C++ Library v3. This package contains an additional runtime library for C++ programs built with the GNU compiler."
+pkgdesc="The GNU Standard C++ Library v3."
arch=('x86_64')
url="https://packages.debian.org/bullseye/libstdc++5"
license=('GPL')