summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorChristoph Fink2022-04-23 11:49:53 +0300
committerChristoph Fink2022-04-23 11:49:53 +0300
commita49253f3f0c7e6b2700f944afd7d4aff1bf09c60 (patch)
tree23772c9c8a47aebbdc7be43d1edfadc2cb43d950 /PKGBUILD
parentdfa7c7b285266ab6d7d6a972e5023522075297ad (diff)
downloadaur-a49253f3f0c7e6b2700f944afd7d4aff1bf09c60.tar.gz
upgpkg: python-av 9.2.0-1
upstream release upstream 9.2.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 4e060913a337..b300bab81b5b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ _name=${pkgname#python-}
pkgdesc="Pythonic bindings for FFmpeg"
url="https://docs.mikeboers.com/pyav/"
-pkgver=9.1.1
+pkgver=9.2.0
pkgrel=1
arch=("x86_64" "i686")
@@ -23,7 +23,7 @@ depends=(
)
source=( "https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=("41b1ea2faa5970b20fe3797fdaf62fceb6e6d26d70db28dfae55bf0c8c45ac3a")
+sha256sums=("f2a7c226724d7f7745b376b459c500d9d17bd8d0473b7ea6bf8ddb4f7957c69d")
build() {
export PKG_CONFIG_PATH="/usr/lib/ffmpeg4.4/pkgconfig"