summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsL1pKn072022-10-01 16:48:31 +0200
committersL1pKn072022-10-01 16:48:31 +0200
commitc2f23c584965bd229cd113380b8cb3b917eced3d (patch)
tree793b2286d10c5f69e4da47d015001083c69ebaf3
parent552b0c9599b8bb0791a46fb7d3c76c3361773774 (diff)
downloadaur-c2f23c584965bd229cd113380b8cb3b917eced3d.tar.gz
bump
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6d482c827049..c3f695316d19 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = vapoursynth-plugin-eedi3m-git
pkgdesc = Plugin for Vapoursynth: eedi3m (GIT version)
pkgver = 4.7.gd11bdb3
- pkgrel = 1
+ pkgrel = 2
url = https://github.com/HomeOfVapourSynthEvolution/VapourSynth-EEDI3
arch = x86_64
license = GPL2
@@ -11,7 +11,7 @@ pkgbase = vapoursynth-plugin-eedi3m-git
makedepends = meson
depends = vapoursynth
depends = opencl-icd-loader
- depends = boost-libs
+ depends = libboost_filesystem.so
provides = vapoursynth-plugin-eedi3m
conflicts = vapoursynth-plugin-eedi3m
conflicts = vapoursynth-plugin-eedi3cl-git
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'