summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsygnmdev2017-04-30 22:22:31 +0200
committersygnmdev2017-04-30 22:22:31 +0200
commitdcc59222599ada461c6de5c0e5d60ec3770b69e7 (patch)
tree26cd57c8d98f2be9c4d7c330f5d68a95ae682139
parent8eda22bffcb0819055826780a83e105dabc65ecb (diff)
downloadaur-dcc59222599ada461c6de5c0e5d60ec3770b69e7.tar.gz
add missing dependency
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 306ee92b3e48..9d4e05ec4b97 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = sygnm
pkgdesc = Computer algebra system (currently alpha, install only if you know what you are doing)
pkgver = 1.0.0alpha1
- pkgrel = 1
+ pkgrel = 2
url = https://sygnm.org/
arch = i686
arch = x86_64
@@ -10,6 +10,7 @@ pkgbase = sygnm
makedepends = cmake
makedepends = swig
makedepends = python
+ makedepends = python-setuptools
depends = flint
depends = arb
depends = boost-libs
diff --git a/PKGBUILD b/PKGBUILD
index 01911a6ec3a7..d70e992b58fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: sygnmdev <sygnmdev at sygnm dot org>
pkgname=sygnm
pkgver=1.0.0alpha1
-pkgrel=1
+pkgrel=2
pkgdesc="Computer algebra system (currently alpha, install only if you know what you are doing)"
arch=('i686' 'x86_64')
url="https://sygnm.org/"
license=('AGPL3')
depends=('flint' 'arb' 'boost-libs' 'icu' 'gmp' 'qt5-base' 'readline' 'python' 'sqlite')
-makedepends=('boost' 'cmake' 'swig' 'python')
+makedepends=('boost' 'cmake' 'swig' 'python' 'python-setuptools')
source=("local://$pkgname-$pkgver.tar.gz")
options=(debug !strip)
conflicts=('sygnm-git')