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