summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Northon2020-09-04 14:37:04 -0400
committerPatrick Northon2020-09-04 14:37:04 -0400
commit923172492169ee514fd382b1d1f0e7ad38ab0fe4 (patch)
tree1919b8a40106f52e3fd449e77a190029ec186772
parentf2afd3b8244100e5ce75ac2c710135f166b578e5 (diff)
downloadaur-923172492169ee514fd382b1d1f0e7ad38ab0fe4.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 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")