summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGustavo Alvarez2016-10-19 23:27:02 +0200
committerGustavo Alvarez2016-10-19 23:27:02 +0200
commit72109a782f8282394d30c1ea544e174a094f541a (patch)
tree030e78f5aa7d80464aab8f615bae5af6b046955d
parentfbc386db52ad90e1eb8bc10c6ad942ee55da6cc1 (diff)
downloadaur-72109a782f8282394d30c1ea544e174a094f541a.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD11
2 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3d61736a403c..31612a6c0cf1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Fri Dec 25 20:13:29 UTC 2015
+# Wed Oct 19 21:26:53 UTC 2016
pkgbase = vapoursynth-plugin-bilateral-git
pkgdesc = Plugin for Vapoursynth: bilateral (GIT version)
pkgver = r3.6.g5c246c0
@@ -13,7 +13,7 @@ pkgbase = vapoursynth-plugin-bilateral-git
provides = vapoursynth-plugin-bilateral
conflicts = vapoursynth-plugin-bilateral
source = bilateral::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Bilateral.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = vapoursynth-plugin-bilateral-git
diff --git a/PKGBUILD b/PKGBUILD
index 870d49645108..edaad0c497ca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,14 +6,14 @@ pkgver=r3.6.g5c246c0
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('i686' 'x86_64')
-url="http://forum.doom9.org/showthread.php?t=171306"
+url='http://forum.doom9.org/showthread.php?t=171306'
license=('GPL')
depends=('vapoursynth')
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Bilateral.git")
-sha1sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "${_plug}"
@@ -22,9 +22,10 @@ pkgver() {
build() {
cd "${_plug}"
- ./configure --install="${pkgdir}/usr/lib/vapoursynth" \
- --extra-cxxflags="${CXXFLAGS} ${CPPFLAGS}" \
- --extra-ldflags="${LDFLAGS}"
+ ./configure \
+ --install="${pkgdir}/usr/lib/vapoursynth" \
+ --extra-cxxflags="${CXXFLAGS} ${CPPFLAGS}" \
+ --extra-ldflags="${LDFLAGS}"
make
}