summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTércio Martins2021-04-24 19:28:32 -0300
committerTércio Martins2021-04-24 19:28:32 -0300
commite5b6ed771863014abbe0181fee68f960e1fd20e9 (patch)
treeebc1e14c2e367c9b054588727d54b30b59f3de60
parent20a57f72430133195577d699160c09d964473c49 (diff)
downloadaur-e5b6ed771863014abbe0181fee68f960e1fd20e9.tar.gz
New packages in the "conflicts" field: "natron-compositor" and "natron-compositor-git"
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 13de8c688ef1..99af5d67e97f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -10,7 +10,8 @@ pkgbase = natron-bin
depends = glu
depends = hicolor-icon-theme
provides = natron
- conflicts = natron
+ conflicts = natron-compositor
+ conflicts = natron-compositor-git
noextract = natron-2.4.0.tar.xz
options = !strip
source = natron-2.4.0.tar.xz::https://github.com/NatronGitHub/Natron/releases/download/v2.4.0/Natron-2.4.0-Linux-64-no-installer.tar.xz
diff --git a/PKGBUILD b/PKGBUILD
index c00e2fcd353f..4ba5d481fa54 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -14,7 +14,7 @@ depends=('glu' 'hicolor-icon-theme')
makedepends=('gendesk' 'imagemagick')
options=('!strip')
provides=("${_pkgname}")
-conflicts=("${_pkgname}")
+conflicts=("${_pkgname}-compositor" "${_pkgname}-compositor-git")
noextract=("${_pkgname}-${pkgver}.tar.xz")
source=("${_pkgname}-${pkgver}.tar.xz::${_url_source}/releases/download/v${pkgver}/${_pkgname^}-${pkgver}-Linux-64-no-installer.tar.xz")
sha512sums=('416b166caf0d41131116adab3db4f0b5b5a2d5a5c79f5ffdaa6b8f0f54fef7ad79b34a70a0cae24271827340627298f113e3a8897f40d2f9fbef7a5d8e4c6a5b')