summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristoph Fink2020-04-09 10:42:43 +0300
committerChristoph Fink2020-04-09 10:42:43 +0300
commit8a5d08242c20816c4285321ab9ef2df9a073d6c0 (patch)
treea7bcb0f3031a105f1fef8729aa53c5eac25d0305
parentc77e6aa269078ba5f7b70230e66a1d3876667b13 (diff)
downloadaur-8a5d08242c20816c4285321ab9ef2df9a073d6c0.tar.gz
7.0.1-1: `pkgconf` -> makedepends
-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"