aboutsummaryrefslogtreecommitdiffstats
path: root/testing/yara
diff options
context:
space:
mode:
authorRoberto Oliveira <robertoguimaraes8@gmail.com>2018-01-10 00:08:10 +0000
committerRoberto Oliveira <robertoguimaraes8@gmail.com>2018-01-10 00:08:13 +0000
commit520105274cf0949a848d3dbfcccf7fd01cd57971 (patch)
treebf3f8554a3047b3ab201c102b5ea824329e5a7c5 /testing/yara
parenta1e9c360f4c4301b93c7632cb86686ff296944ed (diff)
downloadaports-520105274cf0949a848d3dbfcccf7fd01cd57971.tar.bz2
aports-520105274cf0949a848d3dbfcccf7fd01cd57971.tar.xz
testing/yara: adjust the path in workaround
Hope it builds now...
Diffstat (limited to 'testing/yara')
-rw-r--r--testing/yara/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/yara/APKBUILD b/testing/yara/APKBUILD
index b9e955bfb4..d6a5e00562 100644
--- a/testing/yara/APKBUILD
+++ b/testing/yara/APKBUILD
@@ -18,7 +18,7 @@ prepare() {
# of flex, othwewise tests fail in some arches because of a bug
# in older version of flex.
# See: https://github.com/VirusTotal/yara/issues/771
- rm "$srcdir"/yara-3.6.3/libyara/re_lexer.c
+ rm "$srcdir"/yara-3.7.0/libyara/re_lexer.c
}
build() {