diff options
author | Francesco Colista <fcolista@alpinelinux.org> | 2020-05-12 08:31:00 +0000 |
---|---|---|
committer | Francesco Colista <fcolista@alpinelinux.org> | 2020-05-12 08:31:06 +0000 |
commit | cdf7df1580a1942e82bed22727f0f1ab603257e4 (patch) | |
tree | 481a5d30af33fcbf55afbead164e6e36c1e15ee8 | |
parent | a7b72a42f776789bbde03d99a0665a51f702cf8c (diff) | |
download | aports-cdf7df1580a1942e82bed22727f0f1ab603257e4.tar.bz2 aports-cdf7df1580a1942e82bed22727f0f1ab603257e4.tar.xz |
testing/yara: bump pkgrel to allow the patch being applied
-rw-r--r-- | testing/yara/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/yara/APKBUILD b/testing/yara/APKBUILD index 5d41ebc822..65a5cffc6d 100644 --- a/testing/yara/APKBUILD +++ b/testing/yara/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Daniel Isaksen <d@duniel.no> pkgname=yara pkgver=4.0.0 -pkgrel=0 +pkgrel=1 pkgdesc="The pattern matching swiss knife for malware researchers" url="https://virustotal.github.io/yara/" arch="all !armhf !armv7" # armhf: tests fail |