summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072018-04-07 14:43:04 +0200
committersL1pKn072018-04-07 14:43:04 +0200
commit3aa3adc1eb1eb962e6b5ea15c66c9cdf787ee526 (patch)
tree802e8462e37050e081c828fb9f879132e4d0b43c
parent7c4707532c93a21e1b95322d487d098be49d928f (diff)
downloadaur-3aa3adc1eb1eb962e6b5ea15c66c9cdf787ee526.tar.gz
Update to r30
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 63d425e85640..08f3cc650a02 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 30 14:39:27 UTC 2018
+# Sat Apr 7 12:42:51 UTC 2018
pkgbase = vapoursynth-plugin-havsfunc
pkgdesc = Plugin for Vapoursynth: havsfunc
- pkgver = r29
+ pkgver = r30
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=166582
arch = any
@@ -32,8 +32,8 @@ pkgbase = vapoursynth-plugin-havsfunc
depends = vapoursynth-plugin-svpflow1
depends = vapoursynth-plugin-svpflow2-bin
depends = vapoursynth-plugin-znedi3-git
- source = havsfunc-r29.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/r29.tar.gz
- sha256sums = 8a2b86954cb62c23f2ad48ae9b36e5bc4687b76fad58efacaa9deb4e8e459d51
+ source = havsfunc-r30.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/r30.tar.gz
+ sha256sums = 5c8505ebf764ec9bb860c0295c2c4b48168770e3a0a30cc6c1abf8a4fa48e2cc
pkgname = vapoursynth-plugin-havsfunc
diff --git a/PKGBUILD b/PKGBUILD
index e833004d34c4..c97274725749 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=havsfunc
pkgname=vapoursynth-plugin-${_plug}
-pkgver=r29
+pkgver=r30
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('any')
@@ -35,7 +35,7 @@ depends=('vapoursynth'
)
makedepends=('git')
source=("${_plug}-${pkgver}.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/${pkgver}.tar.gz")
-sha256sums=('8a2b86954cb62c23f2ad48ae9b36e5bc4687b76fad58efacaa9deb4e8e459d51')
+sha256sums=('5c8505ebf764ec9bb860c0295c2c4b48168770e3a0a30cc6c1abf8a4fa48e2cc')
_site_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"