summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsl1pkn072015-10-04 19:53:53 +0200
committersl1pkn072015-10-04 19:53:53 +0200
commitbc5ceea257a10fdf96a20d45302ed1934c7ae856 (patch)
treecb53438648fc4c3f0047149da587b23b14ff33af
parent39dec89aa9d9285229e359675ce9c59abe1eb074 (diff)
downloadaur-bc5ceea257a10fdf96a20d45302ed1934c7ae856.tar.gz
Update to r19
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD9
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d69a55aa3af9..0e4433d9628a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = vapoursynth-plugin-havsfunc
pkgdesc = Plugin for Vapoursynth: havsfunc
- pkgver = r18
+ pkgver = r19
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=166582
arch = i686
@@ -8,8 +8,8 @@ pkgbase = vapoursynth-plugin-havsfunc
license = GPL
makedepends = git
depends = vapoursynth
- source = https://dl.dropbox.com/u/6596386/vapoursynth-plugins/havsfunc-r18.7z
- sha1sums = 69466b7f0cfdf97be49e27a620be875702bb854b
+ source = https://dl.dropbox.com/u/6596386/vapoursynth-plugins/havsfunc-r19.7z
+ sha1sums = 339e9a503955e09b6625c002d087ef027529a1eb
pkgname = vapoursynth-plugin-havsfunc
diff --git a/PKGBUILD b/PKGBUILD
index f3abfb837cd0..06528f0ed6e7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,17 +1,18 @@
-# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
+# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
_plug=havsfunc
pkgname=vapoursynth-plugin-${_plug}
-pkgver=r18
+pkgver=r19
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug}"
arch=('i686' 'x86_64')
-url="http://forum.doom9.org/showthread.php?t=166582"
+url='http://forum.doom9.org/showthread.php?t=166582'
license=('GPL')
depends=('vapoursynth')
makedepends=('git')
source=("https://dl.dropbox.com/u/6596386/vapoursynth-plugins/${_plug}-${pkgver}.7z")
-sha1sums=('69466b7f0cfdf97be49e27a620be875702bb854b')
+sha1sums=('339e9a503955e09b6625c002d087ef027529a1eb')
+
_sites_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"
package() {