Jakub Klinkovský pushed to branch main at Arch Linux / Packaging / Packages /
python-av
Commits:
6f21fee1 by Jakub Klinkovský at 2026-01-13T07:46:03+01:00
upgpkg: 16.1.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = python-av
pkgdesc = Pythonic bindings for FFmpeg
- pkgver = 16.0.1
- pkgrel = 4
+ pkgver = 16.1.0
+ pkgrel = 1
url = https://github.com/PyAV-Org/PyAV
arch = x86_64
license = BSD-3-Clause
@@ -16,7 +16,7 @@ pkgbase = python-av
depends = python
depends = python-numpy
depends = python-pillow
- source =
PyAV-16.0.1.tar.gz::https://github.com/PyAV-Org/PyAV/archive/refs/tags/v16.0.1.tar.gz
- b2sums =
f134286c68f55689f51e0bf2baec3d675e9d0f2af460265294c2bdf868edefac57cecf947b022cbb78774d45b5d5aa8e3a036ade77cdbb7df91105b71c52025c
+ source =
PyAV-16.1.0.tar.gz::https://github.com/PyAV-Org/PyAV/archive/refs/tags/v16.1.0.tar.gz
+ b2sums =
5525169e4834e31457aa6603c2cb066d68190f078747834ade32c342c80ad771112384e61aa04abe4300a46e62a00caa32b845e00e1c0252e4c38fab4b32e158
pkgname = python-av
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
_name=PyAV
pkgname=python-av
-pkgver=16.0.1
-pkgrel=4
+pkgver=16.1.0
+pkgrel=1
pkgdesc="Pythonic bindings for FFmpeg"
arch=(x86_64)
url="https://github.com/PyAV-Org/PyAV"
@@ -26,7 +26,7 @@ checkdepends=(
python-pytest
)
source=($_name-$pkgver.tar.gz::$url/archive/refs/tags/v$pkgver.tar.gz)
-b2sums=('f134286c68f55689f51e0bf2baec3d675e9d0f2af460265294c2bdf868edefac57cecf947b022cbb78774d45b5d5aa8e3a036ade77cdbb7df91105b71c52025c')
+b2sums=('5525169e4834e31457aa6603c2cb066d68190f078747834ade32c342c80ad771112384e61aa04abe4300a46e62a00caa32b845e00e1c0252e4c38fab4b32e158')
build() {
cd $_name-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-av/-/commit/6f21fee1e5f614ffd5304c4f34214c3c2307feca
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/python-av/-/commit/6f21fee1e5f614ffd5304c4f34214c3c2307feca
You're receiving this email because of your account on gitlab.archlinux.org.