summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAntonio Rojas2015-10-17 17:02:56 +0200
committerAntonio Rojas2015-10-17 17:02:56 +0200
commit6891b72afc94ca5eee2192af43ff2b13618e2a48 (patch)
tree9c2a56cffc0edccd6b5c3aba6cdb959824b00060 /PKGBUILD
parent098be5a41d235c565b76c19827ad4121896152f9 (diff)
downloadaur-6891b72afc94ca5eee2192af43ff2b13618e2a48.tar.gz
Depend on sagemath
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 45484a086937..0d1b2568600f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ pkgdesc="John Cremona's large database of elliptic curves for SageMath"
arch=('any')
url="http://www.sagemath.org"
license=('GPL')
-depends=()
+depends=(sagemath)
makedepends=()
#source=("http://www.sagemath.org/packages/upstream/database_$_dbname/database_$_dbname-$pkgver.tar.bz2")
source=("http://mirrors.mit.edu/sage/spkg/upstream/database_$_dbname/database_$_dbname-$pkgver.tar.bz2")