summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072020-03-08 04:11:56 +0100
committersL1pKn072020-03-08 04:11:56 +0100
commit394398bd0fd13157e4bf53ca9dfa7f9c33011d98 (patch)
tree6640ae0ec635f7bc9b2c360920b0b681400bd138
parent63e626767ab07eca9159bf20a77ebd596495f060 (diff)
downloadaur-394398bd0fd13157e4bf53ca9dfa7f9c33011d98.tar.gz
bump
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD5
2 files changed, 3 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 61b2535bb616..8f7290b7f94d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,11 @@
-# Generated by mksrcinfo v8
-# Fri Mar 15 23:44:41 UTC 2019
pkgbase = vapoursynth-plugin-mcdegrainsharp-git
pkgdesc = Plugin for Vapoursynth: mcdegrainsharp (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-tcanny-git
depends = vapoursynth-plugin-mvtools-git
provides = vapoursynth-plugin-mcdegrainsharp
diff --git a/PKGBUILD b/PKGBUILD
index 14ea93dafda0..dd82da3e6a94 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,13 +3,12 @@
_plug=mcdegrainsharp
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-tcanny-git'
+depends=('vapoursynth-plugin-tcanny-git'
'vapoursynth-plugin-mvtools-git'
)
makedepends=('git')