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 fe3cc8d78773..e18f52b8ec43 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = mingw-w64-pystring
- pkgdesc = Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string.
+ pkgdesc = Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string (mingw-w64)
pkgver = 1.1.3
pkgrel = 2
url = https://github.com/imageworks/pystring
diff --git a/PKGBUILD b/PKGBUILD
index 30e082891ce9..1ddbdd92589d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=mingw-w64-pystring
pkgver=1.1.3
pkgrel=2
-pkgdesc="Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string."
+pkgdesc="Pystring is a collection of C++ functions which match the interface and behavior of python's string class methods using std::string (mingw-w64)"
arch=(any)
url="https://github.com/imageworks/pystring"
license=("custom")