summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Dvorak2022-02-20 01:34:44 +0100
committerJan Dvorak2022-02-20 01:34:44 +0100
commita42de9b739490b123424178ff16c345595f1ecb8 (patch)
tree5984c0812045ffc35ef8c26384772a6d523bc2bb
parent3bec5ec5aaf5ba5a9b414845a4735c7de28a5cb5 (diff)
downloadaur-libstdc++5-bin.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 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')