summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorpiratecarrot2022-05-23 21:44:37 +1000
committerpiratecarrot2022-05-23 21:44:37 +1000
commit0275b294a59df17d19bd7d4a0000727b20bca205 (patch)
tree3787371e3738c937c5824aeee5932d922bf5f1d8
parent08cef2f5daa4ad322087ab888e1cfffd4c66ddab (diff)
downloadaur-0275b294a59df17d19bd7d4a0000727b20bca205.tar.gz
Corrected python-numpysane dependency
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 88061103403f..fdb16ea628d7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,13 +1,13 @@
# Maintainer: piratecarrot <39475419+piratecarrot@users.noreply.github.com>
pkgname=mrcal-git
pkgver=mrbuild_2.1.1.r63.g4d19882
-pkgrel=2
+pkgrel=3
pkgdesc="mrcal is a generic toolkit built to solve the calibration and SFM-like problems we encounter at NASA/JPL."
arch=('i686' 'x86_64')
url="http://mrcal.secretsauce.net/"
license=('Apache')
groups=('')
-depends=('libdogleg' 'python' 'python-numpy')
+depends=('libdogleg' 'python' 'python-numpy' 'python-numpysane')
makedepends=('make' 'gcc' 'perl-list-moreutils' 're2c' 'chrpath')
optdepends=('')
provides=('mrcal')