summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 4 insertions, 3 deletions
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"