summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorandalenavals2019-03-12 22:31:44 -0300
committerandalenavals2019-03-12 22:31:44 -0300
commitddcd6533cc1045dad3d0193bf28534f0c59937c7 (patch)
tree50f9502bcde392ba59402c2a5e0f976656c9054d
parent75c6368e62b1ce5fb9c8039d9865f3fc51a56b79 (diff)
downloadaur-ddcd6533cc1045dad3d0193bf28534f0c59937c7.tar.gz
clean chroot, fix some dependencies
-rw-r--r--.SRCINFO2
-rwxr-xr-xPKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3c9a5a03e1bc..c1dfd6c0e104 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgbase = python-ngmix
pkgver = v0.9.4.r0.28e501c
pkgrel = 1
url = https://github.com/esheldon/ngmix
- arch = x86_64
+ arch = any
license = GPL
checkdepends = make
makedepends = git
diff --git a/PKGBUILD b/PKGBUILD
index 5d42f25d8da6..daf9b4c4ac6f 100755
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@ pkgname=("python-ngmix" "python2-ngmix")
pkgver=v0.9.4.r0.28e501c
pkgrel=1
pkgdesc=" Gaussian mixture models and other code for working with for 2d images, implemented in python "
-arch=('x86_64')
+arch=('any')
url="https://github.com/esheldon/ngmix"
license=('GPL')
checkdepends=('make')