summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072023-01-22 22:00:47 +0100
committersL1pKn072023-01-22 22:00:47 +0100
commit0ef670cc5ab266dcfeb38e95c0b829b7ec667600 (patch)
treebd05c7924ac2c572a59d937c2de3e0857d99b17c
parent670917834ac1572dea9a886eef41351b71494785 (diff)
downloadaur-0ef670cc5ab266dcfeb38e95c0b829b7ec667600.tar.gz
bump
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD3
2 files changed, 4 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 42abdbf78fed..697943abf364 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,8 @@ pkgbase = avisynth-plugin-removedirt-git
license = GPL
makedepends = git
makedepends = cmake
- depends = avisynthplus
+ makedepends = avisynthplus
+ depends = libavisynth.so
provides = avisynth-plugin-removedirt
conflicts = avisynth-plugin-removedirt
options = debug
diff --git a/PKGBUILD b/PKGBUILD
index 2bdb274778ab..8d2527f79f83 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,9 +8,10 @@ pkgdesc="Plugin for Avisynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://github.com/pinterf/RemoveDirt'
license=('GPL')
-depends=('avisynthplus')
+depends=('libavisynth.so')
makedepends=('git'
'cmake'
+ 'avisynthplus'
)
provides=("avisynth-plugin-${_plug}")
conflicts=("avisynth-plugin-${_plug}")