summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-08-21 17:53:22 +0200
committerGustavo Alvarez2016-08-21 17:53:22 +0200
commitcdb4b7faecd7a28d8424eb033e4b1170eb33d5e8 (patch)
tree72291ea60e650b6d2d76e4f443c9f010222a34ca
parent6972993f01bdf92b1954881e34c7740a4c8e692f (diff)
downloadaur-cdb4b7faecd7a28d8424eb033e4b1170eb33d5e8.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD5
2 files changed, 6 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 650f01940e45..0eb5d13a3bd6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Sun Aug 21 15:53:16 UTC 2016
pkgbase = vapoursynth-plugin-finesharp-git
pkgdesc = Plugin for Vapoursynth: finesharp (GIT Version)
- pkgver = r5
+ pkgver = r8
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=166524
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 685f7da0a189..da22c0e9d1bc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,11 +2,11 @@
_plug=finesharp
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r5
+pkgver=r8
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT Version)"
arch=('i686' 'x86_64')
-url="http://forum.doom9.org/showthread.php?t=166524"
+url='http://forum.doom9.org/showthread.php?t=166524'
license=('GPL')
depends=('vapoursynth')
provides=("vapoursynth-plugin-${_plug}")
@@ -14,6 +14,7 @@ conflicts=("vapoursynth-plugin-${_plug}")
makedepend=('git')
source=("${_plug}::git+https://gist.github.com/8676fd350d4b5b223ab9.git")
sha1sums=('SKIP')
+
_sites_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"
pkgver() {