diff options
author | Patrick Northon | 2025-05-08 19:39:28 -0400 |
---|---|---|
committer | Patrick Northon | 2025-05-08 19:39:28 -0400 |
commit | dae519eff4563a9cb8ff0815e08ab2226992f3ea (patch) | |
tree | 1545f554a3abba17603f737990cb85919ffbfadc /PKGBUILD | |
parent | 3abf83c12b37db8e14ead42f8976416fbec629a5 (diff) | |
download | aur-mingw-w64-pystring.tar.gz |
Fix license for real.
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ pkgrel=1 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=('BSD 3-Clause') +license=('BSD-3-Clause') makedepends=('mingw-w64-cmake') depends=('mingw-w64-crt') options=('!strip' '!buildflags' 'staticlibs') |