summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2022-08-13 03:22:24 -0300
committerTércio Martins2022-08-13 03:22:24 -0300
commit141920f3a71c700a2cb2eca61d63a3f3b4909744 (patch)
tree30eb5cb6a8bb07d5735f5a7dbba8af418e9e2b57
parent2a30ff1e8ee1624314563d716a64c5009a43aac9 (diff)
downloadaur-141920f3a71c700a2cb2eca61d63a3f3b4909744.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 1f7fdacaf0cf..6400246d2df6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,6 @@ pkgbase = openfx-gmic
depends = fftw
depends = libgl
depends = libpng
- conflicts = openfx-gmic-git
source = openfx-gmic-Natron-2.4.3.tar.gz::https://github.com/NatronGitHub/openfx-gmic/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
sha512sums = 3ab5d0acbdbfda003f6d465cbcd29bd287cccd536ad1d9d554d5c0422d44b8cd748174c6a9b7b9bdf297d630dbff32113715cccb1e491c1acb7f901069028f0e
diff --git a/PKGBUILD b/PKGBUILD
index 3017860aa663..67f6d1ba1f14 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,6 @@ url="https://github.com/NatronGitHub/openfx-gmic"
license=('custom:CeCILL-C' 'custom:CeCILLv2')
depends=('fftw' 'libgl' 'libpng')
makedepends=('openmp')
-conflicts=("${pkgname}-git")
_natron_ver="Natron-${pkgver}"
_pkgname="${pkgname}-${_natron_ver}"