summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072016-12-26 18:16:09 +0100
committersL1pKn072016-12-26 18:16:09 +0100
commite5a0e7bac14f544ad00dafab4c0f05da9c7e7c35 (patch)
tree8d85723fdcb5c7497bf9c859857b03237a8b1b51
parent05229f092ab0795ef55e7b00ec3314218630dca0 (diff)
downloadaur-e5a0e7bac14f544ad00dafab4c0f05da9c7e7c35.tar.gz
bump
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8cd0b3a95c1a..eb1f1cee1dfa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,19 +1,19 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 20:27:08 UTC 2016
+# Mon Dec 26 17:16:03 UTC 2016
pkgbase = vapoursynth-plugin-mvtools_sf-git
pkgdesc = Plugin for Vapoursynth: mvtools_sf (GIT version)
- pkgver = r5.0.ge549759
+ pkgver = r7.0.g1ed1c2a
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=172525
arch = i686
arch = x86_64
- license = GPLv2
+ license = GPL2
makedepends = git
depends = vapoursynth
depends = fftw
provides = vapoursynth-plugin-mvtools_sf
conflicts = vapoursynth-plugin-mvtools_sf
- source = mvtools_sf::git+https://github.com/IFeelBloated/vapoursynth-mvtools-sf
+ source = mvtools_sf::git+https://github.com/IFeelBloated/vapoursynth-mvtools-sf.git
sha256sums = SKIP
pkgname = vapoursynth-plugin-mvtools_sf-git
diff --git a/PKGBUILD b/PKGBUILD
index 37cbaa6f81a7..b9f761532e7b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,19 +2,19 @@
_plug=mvtools_sf
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r5.0.ge549759
+pkgver=r7.0.g1ed1c2a
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
url='http://forum.doom9.org/showthread.php?t=172525'
-license=('GPLv2')
+license=('GPL2')
depends=('vapoursynth'
'fftw'
)
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
-source=("${_plug}::git+https://github.com/IFeelBloated/vapoursynth-mvtools-sf")
+source=("${_plug}::git+https://github.com/IFeelBloated/vapoursynth-mvtools-sf.git")
sha256sums=('SKIP')
_site_packages="$(python -c "from distutils.sysconfig import get_python_lib; print(get_python_lib())")"
@@ -29,7 +29,7 @@ prepare() {
rm -fr src/VapourSynth.h src/VSHelper.h
- ./autogen.sh
+ sh autogen.sh
}
build() {
@@ -38,6 +38,7 @@ build() {
./configure \
--prefix=/usr \
--libdir=/usr/lib/vapoursynth
+
make
}