summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 966a229f4f10..c9b7ac03a3a2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-av-git
pkgdesc = Pythonic bindings for FFmpeg.
- pkgver = r1026.db30136
+ pkgver = r1052.81b0037
pkgrel = 1
url = https://github.com/mikeboers/PyAV/tree/master
arch = i686
@@ -13,6 +13,8 @@ pkgbase = python-av-git
depends = ffmpeg
depends = python
depends = python2
+ provides = python-av
+ conflicts = python-av
source = python-av::git+https://github.com/mikeboers/PyAV.git#branch=master
sha256sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 1b9e045aed7d..46eb14e667b5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,12 +1,14 @@
# Maintainer: Jerry Lin <jerry73204 at gmail dot com>
pkgname=('python-av-git' 'python2-av-git')
-pkgver=r1026.db30136
+pkgver=r1052.81b0037
pkgrel=1
pkgdesc='Pythonic bindings for FFmpeg.'
arch=('i686' 'x86_64')
url="https://github.com/mikeboers/PyAV/tree/master"
license=('BSD 3-Clause')
depends=('ffmpeg' 'python' 'python2')
+provides=('python-av')
+conflicts=('python-av')
makedepends=('git' 'python-setuptools' 'python2-setuptools' 'cython')
source=('python-av::git+https://github.com/mikeboers/PyAV.git#branch=master')
sha256sums=('SKIP')