python3-yara: update to 4.3.0.
This commit is contained in:
parent
cb8d103e0c
commit
7aa8051eec
|
@ -1,9 +1,10 @@
|
|||
--- a/setup.py 2019-05-02 17:34:46.000000000 +0800
|
||||
+++ b/setup.py 2019-05-07 08:20:20.841022106 +0800
|
||||
@@ -325,5 +325,5 @@
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -392,6 +392,6 @@
|
||||
'update': UpdateCommand},
|
||||
ext_modules=[Extension(
|
||||
name='yara',
|
||||
- include_dirs=['yara/libyara/include', 'yara/libyara/', '.'],
|
||||
+ libraries = ['yara'],
|
||||
define_macros=[('BUCKETS_128', 1), ('CHECKSUM_1B', 1)],
|
||||
sources=['yara-python.c'])])
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'python3-yara'
|
||||
pkgname=python3-yara
|
||||
version=4.2.3
|
||||
revision=3
|
||||
version=4.3.0
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
makedepends="yara-devel python3-devel"
|
||||
|
@ -11,4 +11,4 @@ maintainer="Andrew Benson <abenson+void@gmail.com>"
|
|||
license="Apache-2.0"
|
||||
homepage="http://virustotal.github.io/yara/"
|
||||
distfiles="https://github.com/VirusTotal/yara-python/archive/v${version}.tar.gz"
|
||||
checksum=c30146e51a4075ece18aec1140308a657b0a3df34df929fcc1dfb99954541b9a
|
||||
checksum=4f1435d2f8384c5784496036673bd96c32fa3caf72041b61f804225755bd89ec
|
||||
|
|
Loading…
Reference in New Issue