summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnton Kudelin2023-05-04 14:58:25 +0300
committerAnton Kudelin2023-05-04 14:58:25 +0300
commitb24f9dc524a80842ab9b50e12dc8ebb10de94f9b (patch)
treeb7df0f4e11571eaf7133404ec7d7956f67bb6b97
parent193040fba68c874fba9e0d86539d1d4b4ae34ced (diff)
downloadaur-b24f9dc524a80842ab9b50e12dc8ebb10de94f9b.tar.gz
adding aarch64
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c776656dd8ac..7616430736a8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
pkgbase = python-copulae
pkgdesc = Multivariate data modelling with Copulas in Python
pkgver = 0.7.7
- pkgrel = 1
- url = https://copulae.readthedocs.io/en/stable/copulae/index.html
+ pkgrel = 2
+ url = https://copulae.readthedocs.io
arch = x86_64
+ arch = aarch64
license = MIT
checkdepends = python-pytest
makedepends = python-setuptools
diff --git a/PKGBUILD b/PKGBUILD
index 70fe0ebbb102..c95570e1681f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,10 +3,10 @@
_pkgname=copulae
pkgname=python-$_pkgname
pkgver=0.7.7
-pkgrel=1
+pkgrel=2
pkgdesc='Multivariate data modelling with Copulas in Python'
-arch=('x86_64')
-url='https://copulae.readthedocs.io/en/stable/copulae/index.html'
+arch=('x86_64' 'aarch64')
+url='https://copulae.readthedocs.io'
license=('MIT')
depends=('python-statsmodels' 'python-scikit-learn' 'python-wrapt')
makedepends=('python-setuptools' 'cython')