diff options
author | sL1pKn07 | 2018-04-07 14:43:04 +0200 |
---|---|---|
committer | sL1pKn07 | 2018-04-07 14:43:04 +0200 |
commit | 3aa3adc1eb1eb962e6b5ea15c66c9cdf787ee526 (patch) | |
tree | 802e8462e37050e081c828fb9f879132e4d0b43c | |
parent | 7c4707532c93a21e1b95322d487d098be49d928f (diff) | |
download | aur-3aa3adc1eb1eb962e6b5ea15c66c9cdf787ee526.tar.gz |
Update to r30
-rw-r--r-- | .SRCINFO | 8 | ||||
-rw-r--r-- | PKGBUILD | 4 |
2 files changed, 6 insertions, 6 deletions
@@ -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 @@ -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())")" |