summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD7
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1fe269fd1f55..c9ed4804399a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,13 @@
+# Generated by mksrcinfo v8
+# Mon Jan 18 00:29:18 UTC 2016
pkgbase = vapoursynth-plugin-averagehist
pkgdesc = Plugin for Vapoursynth: averagehist
pkgver = r0
- pkgrel = 1
+ pkgrel = 2
url = http://forum.doom9.org/showthread.php?t=168521
arch = any
license = GPL
- depends = vapoursynth
+ depends = vapoursynth-plugin-histogram-git
source = averagehist.py
sha1sums = 7180cdb099965cd9cf300afad41e23fff4da82f6
diff --git a/PKGBUILD b/PKGBUILD
index a5d63f3d8428..9662712a48a9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,15 @@
_plug=averagehist
pkgname=vapoursynth-plugin-${_plug}
pkgver=r0
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('any')
-url="http://forum.doom9.org/showthread.php?t=168521"
+url='http://forum.doom9.org/showthread.php?t=168521'
license=('GPL')
-depends=('vapoursynth')
+depends=('vapoursynth-plugin-histogram-git')
source=('averagehist.py')
sha1sums=('7180cdb099965cd9cf300afad41e23fff4da82f6')
+
_sites_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"
package(){