summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-08 04:15:00 +0100
committersL1pKn072020-03-08 04:15:00 +0100
commit8c48c422fe4d5295c0c63e65d2e96065265dc54c (patch)
tree8bce273b830b6f2555102b52e11d0dd287d98f89
parent499bdc1bde86ce110228ef3927c483530ff0882d (diff)
downloadaur-8c48c422fe4d5295c0c63e65d2e96065265dc54c.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 3 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 25670ab6b398..a4f81005641f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,11 @@
-# Generated by mksrcinfo v8
-# Fri Mar 15 23:42:13 UTC 2019
pkgbase = vapoursynth-plugin-sharpaamcmod-git
pkgdesc = Plugin for Vapoursynth: sharpaamcmod (GIT version)
pkgver = r5
- pkgrel = 2
+ pkgrel = 3
url = https://gist.github.com/4re
arch = any
license = GPL
makedepends = git
- depends = vapoursynth
depends = vapoursynth-plugin-havsfunc-git
provides = vapoursynth-plugin-sharpaamcmod
conflicts = vapoursynth-plugin-sharpaamcmod
diff --git a/PKGBUILD b/PKGBUILD
index 36db5f49e286..ab61e30e51cf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,12 @@
_plug=sharpaamcmod
pkgname=vapoursynth-plugin-${_plug}-git
pkgver=r5
-pkgrel=2
+pkgrel=3
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('any')
url='https://gist.github.com/4re'
license=('GPL')
-depends=('vapoursynth'
- 'vapoursynth-plugin-havsfunc-git'
- )
+depends=('vapoursynth-plugin-havsfunc-git')
makedepends=('git')
provides=("vapoursynth-plugin-${_plug}")
conflicts=("vapoursynth-plugin-${_plug}")