summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatheus2022-11-18 14:13:52 +0100
committerMatheus2022-11-18 14:13:52 +0100
commitd1f871de6820b9f2c004049e7d2ec7e747a744a4 (patch)
treedb9e11a90dbef07c66c6dd297f82ea58a3acadf0
parent9e0c2f7b9af361542429f3a8091981da9e5ace77 (diff)
downloadaur-d1f871de6820b9f2c004049e7d2ec7e747a744a4.tar.gz
Update.
-rwxr-xr-xPKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 942d088a32a9..b8fa66992f11 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -20,7 +20,7 @@ sha512sums=("bbd71dae1baf088382e0dd792ea8c92b04b8b5ef7ff0c3fb3f03d85a51765e8d1fa
build()
{
cd "${srcdir}"/"${pkgname}"-"${pkgver}"/ || exit 1
- python -m build -n -w
+ python -m build -nw
}
package()