summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c5cff51211bd..b2bf81294b89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
pkgbase = python-av
pkgdesc = Pythonic bindings for FFmpeg
pkgver = 7.0.1
- pkgrel = 0
+ pkgrel = 1
url = https://docs.mikeboers.com/pyav/
arch = x86_64
arch = i686
license = BSD
- makedepends = python-setuptools
makedepends = cython
+ makedepends = python-setuptools
+ makedepends = pkgconf
depends = python
depends = ffmpeg
source = https://files.pythonhosted.org/packages/source/a/av/av-7.0.1.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index acdb03c8d82b..f8dea7eb68f0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: peippo <christoph.fink@gmail.com>
+# Maintainer: peippo <christoph+aur@christophfink.com>
pkgname="python-av"
_name=${pkgname#python-}
@@ -6,14 +6,15 @@ pkgdesc="Pythonic bindings for FFmpeg"
url="https://docs.mikeboers.com/pyav/"
pkgver=7.0.1
-pkgrel=0
+pkgrel=1
arch=("x86_64" "i686")
license=("BSD")
makedepends=(
- "python-setuptools"
"cython"
+ "python-setuptools"
+ "pkgconf"
)
depends=(
"python"