summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD11
2 files changed, 6 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 54019a932c96..b8c0ef4a53c8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Sep 3 17:14:31 UTC 2016
+# Sun Jul 9 17:16:54 UTC 2017
pkgbase = vapoursynth-plugin-d2vsource-git
pkgdesc = Plugin for Vapoursynth: d2vsource (GIT version)
- pkgver = v1.0.3.g43aae44
+ pkgver = v1.1.4.g5b5e587
pkgrel = 1
url = https://github.com/dwbuiten/d2vsource
arch = i686
@@ -16,7 +16,7 @@ pkgbase = vapoursynth-plugin-d2vsource-git
provides = vapoursynth-plugin-d2vsource
conflicts = vapoursynth-plugin-d2vsource
source = git+https://github.com/dwbuiten/d2vsource.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = vapoursynth-plugin-d2vsource-git
diff --git a/PKGBUILD b/PKGBUILD
index cc8d9f3e70bd..47f328a3f3e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_plug=d2vsource
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=v1.0.3.g43aae44
+pkgver=v1.1.4.g5b5e587
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
@@ -17,21 +17,16 @@ makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("git+https://github.com/dwbuiten/${_plug}.git")
-sha1sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "${_plug}"
echo "$(git describe --long --tags | tr - .)"
}
-prepare() {
- cd "${_plug}"
- ./autogen.sh
-}
-
build() {
cd "${_plug}"
- ./configure \
+ ./autogen.sh \
--prefix=/usr \
--libdir=/usr/lib/vapoursynth
make