summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2016-08-19 11:52:47 -0400
committerAdam Goldsmith2016-08-19 11:52:47 -0400
commit80b4616dce18ca62ef696a9b3be2a64dd6bb0e39 (patch)
treece2ae4c928925f11721b4ccf370ca989328e1e80
parent4a325b772a0250404c0fb694e684f9eb105a0b43 (diff)
downloadaur-80b4616dce18ca62ef696a9b3be2a64dd6bb0e39.tar.gz
Add python-scipy dependency
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b51194cbd35d..6c625e82c31b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Jun 6 20:30:57 UTC 2016
+# Fri Aug 19 15:52:29 UTC 2016
pkgbase = uranium-git
pkgdesc = A Python framework for building Desktop applications.
- pkgver = 2.1.0.836.gb71a07a
+ pkgver = 2.1.3.1328.gd4a6d12
pkgrel = 1
url = https://github.com/Ultimaker/Uranium
arch = any
@@ -14,6 +14,7 @@ pkgbase = uranium-git
depends = pyqt5-common
depends = python-pyqt5
depends = python-numpy
+ depends = python-scipy
depends = libarcus-git
provides = uranium
conflicts = uranium
diff --git a/PKGBUILD b/PKGBUILD
index 31f89391d5db..df7817596c38 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Original Author: Grey Christoforo <first name [at] last name [dot] net>
pkgname=uranium-git
-pkgver=2.1.0.836.gb71a07a
+pkgver=2.1.3.1328.gd4a6d12
pkgrel=1
pkgdesc="A Python framework for building Desktop applications."
url="https://github.com/Ultimaker/Uranium"
@@ -10,7 +10,7 @@ arch=('any')
license=('GPL3')
provides=('uranium')
conflicts=('uranium')
-depends=('python' 'qt5-quickcontrols' 'pyqt5-common' 'python-pyqt5' 'python-numpy' 'libarcus-git')
+depends=('python' 'qt5-quickcontrols' 'pyqt5-common' 'python-pyqt5' 'python-numpy' 'python-scipy' 'libarcus-git')
makedepends=('cmake' 'git')
source=('git+https://github.com/Ultimaker/Uranium.git' 'site-packages-dir.patch')
md5sums=('SKIP' '104a4190a8df6b305801fefd0fb55387')