summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPatrick Northon2025-05-08 19:39:28 -0400
committerPatrick Northon2025-05-08 19:39:28 -0400
commitdae519eff4563a9cb8ff0815e08ab2226992f3ea (patch)
tree1545f554a3abba17603f737990cb85919ffbfadc /PKGBUILD
parent3abf83c12b37db8e14ead42f8976416fbec629a5 (diff)
downloadaur-mingw-w64-pystring.tar.gz
Fix license for real.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8e9b0c913d4c..cefd90bafc13 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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')