summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-03-24 20:24:24 -0400
committerYour Name2018-03-24 20:24:24 -0400
commit9ccae9e841e5a2811436e279af8a35d9a32a6259 (patch)
tree095333971df7574923af933bd4f8a4bd54b9356e
parent96099c6e68bfa91d8ba53d1f059935360720cde3 (diff)
downloadaur-9ccae9e841e5a2811436e279af8a35d9a32a6259.tar.gz
238
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ab5e6394be65..6c4c6e711d59 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openfx-misc-git
pkgdesc = A set of Readers/Writers plugins written using the OpenFX standard
- pkgver = 2.3.7
- pkgrel = 2
+ pkgver = 2.3.8
+ pkgrel = 1
url = https://github.com/devernay/openfx-io
arch = x86_64
license = GPL2
@@ -13,7 +13,7 @@ pkgbase = openfx-misc-git
depends = ffmpeg
optdepends = openfx-gmic-bin
optdepends = natron-plugins
- source = openfx-misc::git+https://github.com/NatronGitHub/openfx-misc.git#commit=6545ae5b6f51b2a25217da84633e5854e2fc96df
+ source = openfx-misc::git+https://github.com/NatronGitHub/openfx-misc.git#commit=7f11199a37e7dc6aa306411a7da30973002d4c62
sha512sums = SKIP
pkgname = openfx-misc-git
diff --git a/PKGBUILD b/PKGBUILD
index 25ca4ef56517..ccfcd62b5cd8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,8 +3,8 @@
pkgname=openfx-misc-git
name=openfx-misc
-pkgver=2.3.7
-pkgrel=2
+pkgver=2.3.8
+pkgrel=1
arch=("x86_64")
pkgdesc="A set of Readers/Writers plugins written using the OpenFX standard"
url="https://github.com/devernay/openfx-io"
@@ -13,7 +13,7 @@ depends=("seexpr" "openimageio" "ffmpeg")
#depends=("opencolorio" "openexr" "openimageio" "ffmpeg" "boost-libs")
makedepends=("git" "expat" "boost")
optdepends=("openfx-gmic-bin" "natron-plugins")
-com=6545ae5b6f51b2a25217da84633e5854e2fc96df
+com=7f11199a37e7dc6aa306411a7da30973002d4c62
source=("openfx-misc::git+https://github.com/NatronGitHub/openfx-misc.git#commit=$com"
)
sha512sums=('SKIP'
@@ -35,4 +35,4 @@ package() {
cd "$srcdir/$name"
mkdir -p "$pkgdir/usr/OFX/Plugins"
make install PLUGINPATH=$pkgdir/usr/OFX/Plugins CONFIG=release BITS=$_bits
-} \ No newline at end of file
+}