summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-01-18 01:29:27 +0100
committerGustavo Alvarez2016-01-18 01:29:27 +0100
commitba91d282aebe58245b081a893ee4d0ae0dc2c51a (patch)
tree608821f2b76e85b8853aba7dae0385a9eee2fc8a
parent1e47f13fc082a42b1bea30f9ddb12a2e81fe7c16 (diff)
downloadaur-ba91d282aebe58245b081a893ee4d0ae0dc2c51a.tar.gz
https://www.youtube.com/watch?v=yuEl3-JVA7o
-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(){