summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f56b25077047..11720a2bf3e2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = python-scikit-video
pkgdesc = Video processing built on top of scipy, numpy, and ffmpeg/libav
pkgver = 1.1.11
- pkgrel = 1
+ pkgrel = 2
url = http://www.scikit-video.org/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 315ded98b3c6..5a90f27cfd6f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,8 @@
+# Maintainer: trougnouf (Benoit Brummer) < trougnouf at gmail dot com >
_name='scikit-video'
pkgname="python-${_name}"
pkgver=1.1.11
-pkgrel=1
+pkgrel=2
pkgdesc="Video processing built on top of scipy, numpy, and ffmpeg/libav"
arch=('i686' 'x86_64')
url="http://www.${_name}.org/"