summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072019-03-01 16:43:48 +0100
committersL1pKn072019-03-01 16:43:48 +0100
commit80d79957026333649298dcd4c796d5ffd0764eea (patch)
treed16ec052a5e8c61ad692d06f0b0cedf8ee91336f
parentd2f7c23fcb794fce0b6b8894631ff8161a1a8995 (diff)
downloadaur-80d79957026333649298dcd4c796d5ffd0764eea.tar.gz
bump
-rw-r--r--.SRCINFO9
-rw-r--r--PKGBUILD9
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15182c5269a1..36e8bc1d74a4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,10 @@
# Generated by mksrcinfo v8
-# Fri Feb 5 15:23:18 UTC 2016
+# Fri Mar 1 15:43:48 UTC 2019
pkgbase = vapoursynth-plugin-genericfilters-git
pkgdesc = Plugin for Vapoursynth: genericfilters (GIT version)
- pkgver = r131.de02ff0
+ pkgver = r132.209263f
pkgrel = 1
- url = http://forum.doom9.org/showthread.php?p=1656901#post1656901
- arch = i686
+ url = https://forum.doom9.org/showthread.php?p=1656901#post1656901
arch = x86_64
license = LGPL2.1
makedepends = git
@@ -13,7 +12,7 @@ pkgbase = vapoursynth-plugin-genericfilters-git
provides = vapoursynth-plugin-genericfilters
conflicts = vapoursynth-plugin-genericfilters
source = genericfilters::git+https://github.com/myrsloik/GenericFilters.git
- sha1sums = SKIP
+ sha256sums = SKIP
pkgname = vapoursynth-plugin-genericfilters-git
diff --git a/PKGBUILD b/PKGBUILD
index 3f676ae493e3..428555ea05be 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
_plug=genericfilters
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r131.de02ff0
+pkgver=r132.209263f
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
-arch=('i686' 'x86_64')
-url='http://forum.doom9.org/showthread.php?p=1656901#post1656901'
+arch=('x86_64')
+url='https://forum.doom9.org/showthread.php?p=1656901#post1656901'
license=('LGPL2.1')
depends=('vapoursynth')
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
source=("${_plug}::git+https://github.com/myrsloik/GenericFilters.git")
-sha1sums=('SKIP')
+sha256sums=('SKIP')
pkgver() {
cd "${_plug}"
@@ -31,6 +31,7 @@ build() {
--install="${pkgdir}/usr/lib/vapoursynth" \
--extra-cflags="${CFLAGS} $(pkg-config --cflags vapoursynth)" \
--extra-ldflags="${LDFLAGS}"
+
make
}