summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072017-12-16 20:33:49 +0100
committersL1pKn072017-12-16 20:33:49 +0100
commit12d030f6e43d2431bc7724b190ab9bbc7f4cafe1 (patch)
tree1af79737f19755bc3147287d325fc5497a914823
parentb048943add793941767963a401d8af6581ed001f (diff)
downloadaur-12d030f6e43d2431bc7724b190ab9bbc7f4cafe1.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3ecb6faf16cd..fbd3877e7662 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,14 @@
# Generated by mksrcinfo v8
-# Wed Oct 19 20:35:59 UTC 2016
+# Sat Dec 16 19:32:15 UTC 2017
pkgbase = vapoursynth-plugin-finesharp-git
pkgdesc = Plugin for Vapoursynth: finesharp (GIT Version)
- pkgver = r8
+ pkgver = r9
pkgrel = 1
url = http://forum.doom9.org/showthread.php?t=166524
arch = i686
arch = x86_64
license = GPL
+ makedepends = git
depends = vapoursynth
provides = vapoursynth-plugin-finesharp
conflicts = vapoursynth-plugin-finesharp
diff --git a/PKGBUILD b/PKGBUILD
index c802f39d98da..57909a13ac22 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,16 +2,16 @@
_plug=finesharp
pkgname=vapoursynth-plugin-${_plug}-git
-pkgver=r8
+pkgver=r9
pkgrel=1
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT Version)"
-arch=('i686' 'x86_64')
+arch=('any')
url='http://forum.doom9.org/showthread.php?t=166524'
license=('GPL')
depends=('vapoursynth')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")
-makedepend=('git')
+makedepends=('git')
source=("${_plug}::git+https://gist.github.com/8676fd350d4b5b223ab9.git")
sha256sums=('SKIP')