summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2022-08-13 03:29:17 -0300
committerTércio Martins2022-08-13 03:29:17 -0300
commit928426e316ef7cc1fb6999b683b5d9ad57b03bc3 (patch)
tree381c3e4c64ba56ba51036ccd574211f03dbd8e40
parent77a1636c04e78ac558bb777a52bea169ef7ba5dc (diff)
downloadaur-928426e316ef7cc1fb6999b683b5d9ad57b03bc3.tar.gz
Remove "conflicts" variable in PKGBUILD
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD1
2 files changed, 0 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 47e0684c4bbc..f6bf428d071a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -8,7 +8,6 @@ pkgbase = openfx-misc
makedepends = openmp
depends = libgl
optdepends = natron-plugins-git: More presets for the Shadertoy plugin
- conflicts = openfx-misc-git
source = openfx-misc-Natron-2.4.3.tar.gz::https://github.com/NatronGitHub/openfx-misc/archive/refs/tags/Natron-2.4.3.tar.gz
source = openfx-Natron-2.4.3.tar.gz::https://github.com/NatronGitHub/openfx/archive/refs/tags/Natron-2.4.3.tar.gz
source = openfx-supportext-Natron-2.4.3.tar.gz::https://github.com/NatronGitHub/openfx-supportext/archive/Natron-2.4.3.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index b5a9ef924436..e07ce53ccb90 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,6 @@ license=('GPL')
depends=('libgl')
makedepends=('openmp')
optdepends=('natron-plugins-git: More presets for the Shadertoy plugin')
-conflicts=("${pkgname}-git")
_natron_ver="Natron-${pkgver}"
_pkgname="${pkgname}-${_natron_ver}"