summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072017-07-09 19:17:00 +0200
committersL1pKn072017-07-09 19:17:00 +0200
commit70306bd16fde47c1041510d0012796ede5bce158 (patch)
treee6f05a2c02ed1295a32894e30871ba7244bed634 /PKGBUILD
parent99b6f217e6db697ca652369a5cfa9c6a3dd70429 (diff)
downloadaur-70306bd16fde47c1041510d0012796ede5bce158.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD11
1 files changed, 3 insertions, 8 deletions
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