summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2021-05-20 10:51:47 -0400
committerPatrick Northon2021-05-20 10:51:47 -0400
commit126256f1e366e9908f23b162c145816140846367 (patch)
tree14f55e7c7f4ea354edc19034dc7983c6e0de7cf3 /PKGBUILD
parentb0a94938f53e776aafb38882df84e81a24a201d5 (diff)
downloadaur-126256f1e366e9908f23b162c145816140846367.tar.gz
Change pkgdesc.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index db2d151d5f50..029eaf9bc368 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 (mingw-w64)"
+pkgdesc="C++ functions matching the interface and behavior of python string methods with std::string (mingw-w64)"
arch=(any)
url="https://github.com/imageworks/pystring"
license=("custom")