summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorFeakster2022-08-22 13:01:42 +0100
committerFeakster2022-08-22 13:01:42 +0100
commit06f702fffbc299953b6167669bc2316c7e2444e7 (patch)
treeb34dc6271198542811f78bc715a4ee01ca9aa07f /PKGBUILD
parent31a867e25f458a7b7c774e509f1468215a376919 (diff)
downloadaur-06f702fffbc299953b6167669bc2316c7e2444e7.tar.gz
Change in license and dependencies
- Change in upstream license from the OXASL license to APACHE. - Corrected the dependencies.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 664313ee07e3..4487a1660206 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
### Info ###
pkgname=python-oxasl-ve
pkgver=0.1.1
-pkgrel=1
+pkgrel=2
pkgdesc='Python interface to the C++ based VEASLC tool for Vessel-encoded ASL designed for use with the OXASL processing pipeline'
arch=('any')
url='https://oxasl.readthedocs.io'
-license=('custom:OXASL license')
-depends=('fslpy>=1.13' 'python' 'python-numpy' 'python-oxasl' 'veasl')
+license=('APACHE')
+depends=('fslpy>=1.13' 'python' 'python-numpy' 'python-oxasl')
makedepends=('git' 'python-setuptools')
# checkdepends=('python-pytest')
source=("$pkgname::git+https://github.com/physimals/oxasl_ve.git#tag=v$pkgver")