summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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')