summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrás Wacha2021-12-07 12:10:02 +0100
committerAndrás Wacha2021-12-07 12:10:02 +0100
commita7762d45aea8a30ab941c8555dec3d2d33c464f9 (patch)
tree25c799c45b61e35ae1133cad913b31cde6a1b8fb /PKGBUILD
parent46019a783de2039a376ccd63f65e1ad2ab02500d (diff)
downloadaur-a7762d45aea8a30ab941c8555dec3d2d33c464f9.tar.gz
Upstream version 5.0.4
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 346156aa86ba..81097b295735 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: András Wacha <awacha@gmail.com>
pkgname=sasview
-pkgver=5.0.3
+pkgver=5.0.4
pkgrel=1
pkgdesc=""
arch=(x86_64)
@@ -30,12 +30,13 @@ depends=( python-setuptools
python-qt5reactor
python-service-identity
python-pytest
+ sasmodels
)
checkdepends=(python-unittest-xml-reporting)
makedepends=()
source=("$pkgname-$pkgver.tar.gz::https://github.com/SasView/sasview/archive/v${pkgver}.tar.gz")
-md5sums=('fe4a96c271950171e5cf9a0b921e06ea')
+md5sums=('bd43ab43e5fc6a4a1ea4a8f44277147a')
build() {
cd "$pkgname-$pkgver"