summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiam Timms2019-12-18 16:04:19 -0500
committerLiam Timms2019-12-18 16:04:19 -0500
commit45d6fe13fecbe124ab0f5ffa9428a25189658f5f (patch)
treedca82fb5dba1a18d74f423f5ece82c12ac67a840
parent8b00088676394adc7f96aeb4cf02c2a6efea6ad0 (diff)
downloadaur-45d6fe13fecbe124ab0f5ffa9428a25189658f5f.tar.gz
added triangle dep
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 1 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4b5ce031909..caf77307f202 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,6 +9,7 @@ pkgbase = python-p5
depends = glfw
depends = python-numpy
depends = python-vispy
+ depends = python-triangle
provides = python-p5
options = !emptydirs
source = https://files.pythonhosted.org/packages/81/e7/f6baed714475b6368c8311a159a3410cc5701b7d0a7aaca163a9c3686033/p5-0.6.0.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index 537b59c51760..d51a784ec255 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="Python package based on the core ideas of Processing"
url="https://github.com/p5py/p5"
arch=('any')
license=('GPL3')
-depends=('python' 'glfw' 'python-numpy' 'python-vispy')
+depends=('python' 'glfw' 'python-numpy' 'python-vispy' 'python-triangle')
provides=("python-p5")
options=(!emptydirs)
source=("https://files.pythonhosted.org/packages/81/e7/f6baed714475b6368c8311a159a3410cc5701b7d0a7aaca163a9c3686033/${_pkgname}-${pkgver}.tar.gz")