summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrLi2020-02-07 20:56:28 +0800
committerBrLi2020-02-07 20:56:28 +0800
commit182b4b068561167ddc8446594f33c1cc844d6f25 (patch)
treebb2f5a9ce4beb6527a52ca1ba43ffda332f4803c
parenta6a77888a3bab81c1dd5ceb1d5d06df507c45511 (diff)
downloadaur-182b4b068561167ddc8446594f33c1cc844d6f25.tar.gz
use python(3)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5bd1ec50aff0..0e04aa12245c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -26,7 +26,7 @@ prepare() {
build() {
cd certs
- python2 ../certdata2pem.py
+ python ../certdata2pem.py
}
package() {