summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 6 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ba4f05256502..5cb087a31df0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@ pkgname=plots
_name=Plots
pkgver=0.6.0
-pkgrel=2
+pkgrel=3
pkgdesc="A graph plotting app for GNOME"
arch=(any)
@@ -13,6 +13,11 @@ license=('GPL')
depends=(
'gtk3'
'otf-latinmodern-math'
+ 'python-jinja' #auto-deps
+ 'python-numpy' #auto-deps
+ 'python-pyglm' #auto-deps
+ 'python-gobject' #auto-deps
+ 'python-opengl' #auto-deps
)
makedepends=('python-setuptools')