summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Goldsmith2018-09-13 22:57:53 -0400
committerAdam Goldsmith2018-09-13 22:57:53 -0400
commit02e1f308d4b6900055e92b048c6c38876847dcfa (patch)
tree28bcf72d06988282b6b1ff1d7f10780284920de3
parent4101476948113ac6e33051354618f0657a27bfd8 (diff)
downloadaur-02e1f308d4b6900055e92b048c6c38876847dcfa.tar.gz
Add python-shapely dependency
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b8d88851e9f..b65461bdc834 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,17 +1,18 @@
pkgbase = uranium-git
pkgdesc = A Python framework for building Desktop applications.
- pkgver = 3.1.0.436.g7dbbf52eb
+ pkgver = 3.4.1.267.g3f627aae
pkgrel = 1
url = https://github.com/Ultimaker/Uranium
arch = any
license = GPL3
makedepends = cmake
makedepends = git
- depends = python
- depends = qt5-quickcontrols
depends = pyqt5-common
+ depends = qt5-quickcontrols
+ depends = python
depends = python-pyqt5
depends = python-numpy
+ depends = python-shapely
depends = python-scipy
depends = libarcus-git
provides = uranium
diff --git a/PKGBUILD b/PKGBUILD
index 81c83d0e8a64..6b05840b4b32 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Original Author: Grey Christoforo <first name [at] last name [dot] net>
pkgname=uranium-git
-pkgver=3.1.0.436.g7dbbf52eb
+pkgver=3.4.1.267.g3f627aae
pkgrel=1
pkgdesc="A Python framework for building Desktop applications."
url="https://github.com/Ultimaker/Uranium"
@@ -10,7 +10,9 @@ arch=('any')
license=('GPL3')
provides=('uranium')
conflicts=('uranium')
-depends=('python' 'qt5-quickcontrols' 'pyqt5-common' 'python-pyqt5' 'python-numpy' 'python-scipy' 'libarcus-git')
+depends=('pyqt5-common' 'qt5-quickcontrols'
+ 'python' 'python-pyqt5' 'python-numpy' 'python-shapely' 'python-scipy'
+ 'libarcus-git')
makedepends=('cmake' 'git')
source=('git+https://github.com/Ultimaker/Uranium.git')
md5sums=('SKIP')