summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorbartus2018-09-29 16:38:14 +0200
committerbartus2018-09-29 16:38:14 +0200
commit7aa0549ccff837a9d511c79a311d3319fb79da8c (patch)
tree1202f951c999b16abf6a8428a4d355336fb22e79
parentce74fe76ce8979083bd686edb35116e8288c078e (diff)
downloadaur-7aa0549ccff837a9d511c79a311d3319fb79da8c.tar.gz
add python-sympy to depends array
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d111b24675dd..119e6f7c4d3a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,13 @@
pkgbase = blender-plugin-bullet-constraints-builder
pkgdesc = This Blender Add-on connect rigid bodies via constraints in a physical plausible way
- pkgver = 1.0_r259.a800d20
- pkgrel = 2
+ pkgver = 1.0_r277.2fd3735
+ pkgrel = 1
url = https://github.com/KaiKostack/bullet-constraints-builder
arch = any
license = GPL
makedepends = git
depends = blender
+ depends = python-sympy
source = bullet-constraints-builder::git+https://github.com/KaiKostack/bullet-constraints-builder.git
md5sums = SKIP
diff --git a/PKGBUILD b/PKGBUILD
index 9033c8c9270c..330e6848e085 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,13 +7,13 @@ files=(__init__.py operators.py panel.py preferences.py utils.py)
_blender=$(pacman -Sddp --print-format %v blender|grep -oP '(?<=\:)[[:digit:]]{1}\.[[:digit:]]{2}(?=\.)')
pkgname=blender-plugin-${name}
-pkgver=1.0_r259.a800d20
-pkgrel=2
+pkgver=1.0_r277.2fd3735
+pkgrel=1
pkgdesc="This Blender Add-on connect rigid bodies via constraints in a physical plausible way"
arch=('any')
url="https://github.com/KaiKostack/bullet-constraints-builder"
license=('GPL')
-depends=('blender')
+depends=('blender' 'python-sympy')
makedepends=('git')
source=("${name}::git+https://github.com/KaiKostack/${name}.git${fragment}")
md5sums=('SKIP')