summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmarEmaraDev2019-10-04 13:33:13 +0200
committerOmarEmaraDev2019-10-04 13:33:13 +0200
commit6a6d48752785298bbd75562b5e6de81e16207eb1 (patch)
treedd27b362a43895ddea60fe5eccc28bd154fec775
parent51a33936f23cae09a613985b2d69a59b01d12f8f (diff)
downloadaur-6a6d48752785298bbd75562b5e6de81e16207eb1.tar.gz
Add git to makedepends.
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 55189f7b9bc4..4bfcd8aeedd3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,10 +1,11 @@
pkgbase = blender-plugin-animation-nodes-git
pkgdesc = Node based visual scripting system designed for motion graphics in Blender.
- pkgver = 2.1.4.r5317.a80fc659
+ pkgver = 2.1.4.r5320.b02e0491
pkgrel = 1
url = https://github.com/JacquesLucke/animation_nodes
arch = any
license = GPL
+ makedepends = git
makedepends = sed
makedepends = cython
depends = blender
diff --git a/PKGBUILD b/PKGBUILD
index c8fab6acdb67..12278f04ae7d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: Omar Emara <mail@OmarEmara.dev>
pkgname=blender-plugin-animation-nodes-git
-pkgver=2.1.4.r5317.a80fc659
+pkgver=2.1.4.r5320.b02e0491
pkgrel=1
pkgdesc="Node based visual scripting system designed for motion graphics in Blender."
arch=('any')
url="https://github.com/JacquesLucke/animation_nodes"
license=('GPL')
depends=('blender' 'python-numpy')
-makedepends=('sed' 'cython')
+makedepends=('git' 'sed' 'cython')
source=('git+https://github.com/JacquesLucke/animation_nodes.git#branch=blender2.8')
md5sums=('SKIP')