summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-02-18 22:24:51 -0400
committerYour Name2018-02-18 22:24:51 -0400
commitbe05344989b838016992a7cdb3d9de8d6ba6b5fb (patch)
treecbfc29faefed3afaaabe9b1a5b2dda121d564cc6
parentc04247210f3275bb1bb02ea57c17a62ac5ddb428 (diff)
downloadaur-be05344989b838016992a7cdb3d9de8d6ba6b5fb.tar.gz
236
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 51a2e500e5d2..500176a4a794 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openfx-io-git
pkgdesc = A set of Readers/Writers plugins written using the OpenFX standard
pkgver = 2.3.5
- pkgrel = 2
+ pkgrel = 10
url = https://github.com/MrKepzie/openfx-io
arch = x86_64
license = GPL2
@@ -13,7 +13,7 @@ pkgbase = openfx-io-git
depends = ffmpeg
optdepends = openfx-gmic-bin
optdepends = natron-plugins
- source = openfx-io::git+https://github.com/MrKepzie/openfx-io.git#commit=6829ab8f4d4fc81e30b82b6f4e94ffab475aff1f
+ source = openfx-io::git+https://github.com/NatronGitHub/openfx-io.git#commit=f2df0a42c70c5987b9b1a01bd5fe812ec1be3693
sha512sums = SKIP
pkgname = openfx-io-git
diff --git a/PKGBUILD b/PKGBUILD
index 5e7e840bf08b..6e3258e298aa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=openfx-io-git
name=openfx-io
pkgver=2.3.5
-pkgrel=2
+pkgrel=10
arch=("x86_64")
pkgdesc="A set of Readers/Writers plugins written using the OpenFX standard"
url="https://github.com/MrKepzie/openfx-io"
@@ -13,8 +13,8 @@ depends=("seexpr" "openimageio" "ffmpeg")
#depends=("opencolorio" "openexr" "openimageio" "ffmpeg" "boost-libs")
makedepends=("git" "expat" "boost")
optdepends=("openfx-gmic-bin" "natron-plugins")
-com=6829ab8f4d4fc81e30b82b6f4e94ffab475aff1f
-source=("openfx-io::git+https://github.com/MrKepzie/openfx-io.git#commit=$com"
+com=f2df0a42c70c5987b9b1a01bd5fe812ec1be3693
+source=("openfx-io::git+https://github.com/NatronGitHub/openfx-io.git#commit=$com"
)
sha512sums=('SKIP'
)