summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authortrougnouf2020-07-10 23:34:19 +0200
committertrougnouf2020-07-10 23:34:19 +0200
commit83dd14b9c664a30ccb93149f94fb9a8eab538c4f (patch)
tree5cd35517ab07063945665cb7f0043fdc7a889361
parent1032be19809e94f0e6a67016e26413b7d7737821 (diff)
downloadaur-python-scikit-video.tar.gz
add forgotten signature
-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/"