summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorYour Name2018-02-18 22:37:11 -0400
committerYour Name2018-02-18 22:37:11 -0400
commit0fa197a5503114d5af3489e4d6db7b50aee85ebf (patch)
tree06ff33c197ffafd40c44964cb30ec259faccdb98
parent6c1edfa39cfb77cf08126cd5832b0635584fce59 (diff)
downloadaur-0fa197a5503114d5af3489e4d6db7b50aee85ebf.tar.gz
fix
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a4108683f0f7..911e98478ed9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openfx-arena-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-arena-git
depends = ffmpeg
optdepends = openfx-gmic-bin
optdepends = natron-plugins
- source = openfx-arena::git+https://github.com/MrKepzie/openfx-arena.git#commit=c6912ee16d4eed411ad3fa5e3cf769b06647f03f
+ source = openfx-arena::git+https://github.com/NatronGitHub/openfx-arena.git#commit=eaa1ba0cd0c82ec58b7d2c9e4c8d0da5acbb9a19
sha512sums = SKIP
pkgname = openfx-arena-git
diff --git a/PKGBUILD b/PKGBUILD
index 8c66c7c38f97..56035d7b6073 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
pkgname=openfx-arena-git
name=openfx-arena
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=c6912ee16d4eed411ad3fa5e3cf769b06647f03f
-source=("openfx-arena::git+https://github.com/MrKepzie/openfx-arena.git#commit=$com"
+com=eaa1ba0cd0c82ec58b7d2c9e4c8d0da5acbb9a19
+source=("$name::git+https://github.com/NatronGitHub/openfx-arena.git#commit=$com"
)
sha512sums=('SKIP'
)
@@ -37,4 +37,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
+}