summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmarSquircleArt2019-09-22 09:52:16 +0200
committerOmarSquircleArt2019-09-22 09:52:16 +0200
commit51a33936f23cae09a613985b2d69a59b01d12f8f (patch)
tree627f7a66c12f81b873342cdafb74e12e6a2e6769
parentc752b79c92f4fbc01fc7ffddff520487d708368d (diff)
downloadaur-51a33936f23cae09a613985b2d69a59b01d12f8f.tar.gz
Remove conflicts array.
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 78779b8dacf3..55189f7b9bc4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,6 @@ pkgbase = blender-plugin-animation-nodes-git
makedepends = cython
depends = blender
depends = python-numpy
- conflicts = blender-plugin-animation-nodes
source = git+https://github.com/JacquesLucke/animation_nodes.git#branch=blender2.8
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index e23f46fa8c42..c8fab6acdb67 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,4 +1,4 @@
-# Maintainer: Omar Ahmad <omar.squircleart@gmail.com>
+# Maintainer: Omar Emara <mail@OmarEmara.dev>
pkgname=blender-plugin-animation-nodes-git
pkgver=2.1.4.r5317.a80fc659
pkgrel=1
@@ -8,7 +8,6 @@ url="https://github.com/JacquesLucke/animation_nodes"
license=('GPL')
depends=('blender' 'python-numpy')
makedepends=('sed' 'cython')
-conflicts=('blender-plugin-animation-nodes')
source=('git+https://github.com/JacquesLucke/animation_nodes.git#branch=blender2.8')
md5sums=('SKIP')