summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2022-08-13 03:30:30 -0300
committerTércio Martins2022-08-13 03:30:30 -0300
commit853cb81947bb226931754f95b6a02c663a33025c (patch)
tree7975fafd1799fc9c265a1225392818833397eade
parentb342663b32c147adafdd7aa44490cadf41840d80 (diff)
downloadaur-853cb81947bb226931754f95b6a02c663a33025c.tar.gz
Remove "conflicts" variable in PKGBUILD
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8c8a4936c5e8..da3463261fab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -12,7 +12,5 @@ pkgbase = natron
depends = openfx-misc
depends = natron-compositor
optdepends = natron-plugins-git: Plugins made by the Natron community
- conflicts = natron-git
pkgname = natron
-
diff --git a/PKGBUILD b/PKGBUILD
index d1bedb370944..acdf716b8ac5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,6 +8,5 @@ pkgdesc="Open source compositing software (metapackage with the program and stan
arch=('x86_64')
url="https://natrongithub.github.io/"
license=('GPL')
-conflicts=("${pkgname}-git")
depends=('openfx-arena' 'openfx-gmic' 'openfx-io' 'openfx-misc' 'natron-compositor')
optdepends=('natron-plugins-git: Plugins made by the Natron community')