From b016d5115f73ca8bbaa1b942c500d705eae42c4e Mon Sep 17 00:00:00 2001 From: Sertonix Date: Wed, 22 Jan 2025 09:34:44 +0000 Subject: [PATCH] apkbuild-pypi.in: add space at the beginning of the comment --- apkbuild-pypi.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apkbuild-pypi.in b/apkbuild-pypi.in index 88ee804..2d83093 100755 --- a/apkbuild-pypi.in +++ b/apkbuild-pypi.in @@ -21,7 +21,7 @@ my $template = <<'EOF'; pkgname=[% pkgname %] pkgver=[% pkgver %] pkgrel=[% pkgrel %] -#_pkgreal is used by apkbuild-pypi to find modules at PyPI +# _pkgreal is used by apkbuild-pypi to find modules at PyPI _pkgreal=[% pkgreal %] pkgdesc="[% pkgdesc %]" url="[% url %]"