summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorsL1pKn072022-10-01 16:48:31 +0200
committersL1pKn072022-10-01 16:48:31 +0200
commitc2f23c584965bd229cd113380b8cb3b917eced3d (patch)
tree793b2286d10c5f69e4da47d015001083c69ebaf3 /PKGBUILD
parent552b0c9599b8bb0791a46fb7d3c76c3361773774 (diff)
downloadaur-c2f23c584965bd229cd113380b8cb3b917eced3d.tar.gz
bump
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e09f7be3c05d..3a8558e3e34a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,14 +3,14 @@
_plug=eedi3m
pkgname=vapoursynth-plugin-${_plug}-git
pkgver=4.7.gd11bdb3
-pkgrel=1
+pkgrel=2
pkgdesc="Plugin for Vapoursynth: ${_plug} (GIT version)"
arch=('x86_64')
url='https://github.com/HomeOfVapourSynthEvolution/VapourSynth-EEDI3'
license=('GPL2')
depends=('vapoursynth'
'opencl-icd-loader'
- 'boost-libs'
+ 'libboost_filesystem.so'
)
makedepends=('git'
'opencl-headers'