diff options
author | Aloxaf | 2021-01-19 20:57:16 +0800 |
---|---|---|
committer | Aloxaf | 2021-01-19 20:57:16 +0800 |
commit | f225ede915aa24d381956c1a59e70d6097b2f8d2 (patch) | |
tree | 59a932f1f548b4ae2f0d5562acc62a7c1c1c3508 | |
parent | 3e5031aa255d07c7d30262153e5905e0462e401e (diff) | |
download | aur-f225ede915aa24d381956c1a59e70d6097b2f8d2.tar.gz |
fix build error
-rw-r--r-- | PKGBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ sha256sums=( build() { cd "$srcdir/${_name}-${pkgver}" - sed -i 's/ruamel.yaml==0.16.10/ruamel.yaml>=0.16.10/;s/shutil.copyfile/print/' setup.py + sed -i 's/ruamel.yaml==0.16.10/ruamel.yaml>=0.16.10/' setup.py SEMGREP_SKIP_BIN=1 python setup.py build chmod +x build/lib/semgrep/bin/{semgrep-core,spacegrep} } |