summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryingchangliu2023-11-11 16:10:44 +0800
committeryingchangliu2023-11-11 16:10:44 +0800
commit001422939ba125df847bc3d8a730f546aca89230 (patch)
tree91fef9e415331784f5c03479f802d26ea3dac402
parent1d6eecd45a43a5e8adab2562dd5b9209cdceb101 (diff)
downloadaur-001422939ba125df847bc3d8a730f546aca89230.tar.gz
fix profile path and RSFSRC path
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ac2918d3f193..37cb484a2e82 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ license=('GPL2')
arch=('i686' 'x86_64')
depends=('libtirpc' 'ffmpeg' 'libxaw' 'cairo' 'fftw' 'netpbm' 'gd'
'openmpi' 'glu' 'freeglut' 'suitesparse' 'python' 'swig')
-optdepends=('cuda: GPU acceleration, but not compatible with cuda 12' 'plplot: scientific plot')
+optdepends=('cuda: GPU acceleration, but not compatible with cuda 12' 'plplot: scientific plot ')
makedepends=('scons')
options=('strip')
source=("$pkgname-$pkgver.tar.gz::https://sourceforge.net/projects/rsf/files/$pkgname/$pkgname-4.0/$pkgname-$pkgver.tar.gz/download")