summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorGustavo Alvarez2016-05-13 15:49:35 +0200
committerGustavo Alvarez2016-05-13 15:49:35 +0200
commita871c63cdd759bcfc2eea0c3e7cd9b235f3862eb (patch)
tree7ab0f3c570538d879e63458027a8f25f2942f4fb /PKGBUILD
parent33b42ed7f2c98273ae5e3b9f8fe8bd62e422870b (diff)
downloadaur-a871c63cdd759bcfc2eea0c3e7cd9b235f3862eb.tar.gz
Update to r23
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6d2658432a4d..adb425d4b7d4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
_plug=havsfunc
pkgname=vapoursynth-plugin-${_plug}
-pkgver=r22
-pkgrel=2
+pkgver=r23
+pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('any')
url='http://forum.doom9.org/showthread.php?t=166582'
@@ -33,7 +33,7 @@ depends=('vapoursynth-plugin-adjust-git'
)
makedepends=('git')
source=("${_plug}-${pkgver}.tar.gz::https://github.com/HomeOfVapourSynthEvolution/havsfunc/archive/${pkgver}.tar.gz")
-sha1sums=('d5010d6eeb845829bfe2c151dd2f581851e7bb56')
+sha1sums=('f73f291ea0295f0d24504875e6275bd443e22a9f')
_sites_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"