Levente Polyak pushed to branch main at Arch Linux / Packaging / Packages /
python-yara
Commits:
ffee9498 by Levente Polyak at 2026-05-18T21:36:41+02:00
upgpkg: 4.5.5-1: upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = python-yara
pkgdesc = Tool aimed at helping malware researchers to identify and
classify malware samples
- pkgver = 4.5.4
+ pkgver = 4.5.5
pkgrel = 1
url = https://github.com/VirusTotal/yara-python
arch = x86_64
@@ -15,8 +15,8 @@ pkgbase = python-yara
depends = libyara.so
depends = python
depends = yara
- source =
python-yara::git+https://github.com/VirusTotal/yara-python#commit=v4.5.4?signed
+ source =
python-yara::git+https://github.com/VirusTotal/yara-python#commit=v4.5.5?signed
validpgpkeys = 2A05514ACB63CB0E0C89DEE2B471460BB894AB84
- b2sums =
1c220616dc4f7caebba75754d75b4892ebbe1496b5337f5db636a8795ba026febb04ce24ca0bd4b3ce1dff73acde7a64c5efcc49e6d3eea93c2583ab359989fa
+ b2sums =
9fd00fcf49e07e3814ee4337dd537f43306c23f02a4eca4080a5531c1c58ec35c0a35deb2f53b270b35fc553a8643ecce0a331fa690458cbcb06ea5cd232e167
pkgname = python-yara
=====================================
PKGBUILD
=====================================
@@ -3,28 +3,34 @@
# Contributor: arch3y <arch3y[at]archstrike[dot]org>
pkgname=python-yara
-pkgver=4.5.4
+pkgver=4.5.5
pkgrel=1
pkgdesc='Tool aimed at helping malware researchers to identify and classify
malware samples'
-arch=('x86_64')
url='https://github.com/VirusTotal/yara-python'
-license=('Apache-2.0')
+license=(Apache-2.0)
+arch=(
+ x86_64
+)
depends=(
- 'glibc'
- 'libyara.so'
- 'python'
- 'yara'
+ glibc
+ libyara.so
+ python
+ yara
)
makedepends=(
- 'git'
- 'python-build'
- 'python-installer'
- 'python-setuptools'
- 'python-wheel'
+ git
+ python-build
+ python-installer
+ python-setuptools
+ python-wheel
+)
+checkdepends=(
+ python-pytest
+)
+source=(
+
"$pkgname::git+https://github.com/VirusTotal/yara-python#commit=v$pkgver?signed"
)
-checkdepends=('python-pytest')
-source=("$pkgname::git+https://github.com/VirusTotal/yara-python#commit=v$pkgver?signed")
-b2sums=('1c220616dc4f7caebba75754d75b4892ebbe1496b5337f5db636a8795ba026febb04ce24ca0bd4b3ce1dff73acde7a64c5efcc49e6d3eea93c2583ab359989fa')
+b2sums=('9fd00fcf49e07e3814ee4337dd537f43306c23f02a4eca4080a5531c1c58ec35c0a35deb2f53b270b35fc553a8643ecce0a331fa690458cbcb06ea5cd232e167')
validpgpkeys=('2A05514ACB63CB0E0C89DEE2B471460BB894AB84') # Victor M. Alvarez
<[email protected]>
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-yara/-/commit/ffee9498eaae2f95f9927b1d865cd9fa07aa812b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-yara/-/commit/ffee9498eaae2f95f9927b1d865cd9fa07aa812b
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help