summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryingchangliu2023-11-10 23:52:39 +0800
committeryingchangliu2023-11-10 23:52:39 +0800
commit3f189de62786e8e29ee54854fc12814e917ad411 (patch)
treeca839b301a80afc8965b981931ebd870fabb9822
parentbd36aeb4c6517cacb1a9cc9779e090872da5e12e (diff)
downloadaur-3f189de62786e8e29ee54854fc12814e917ad411.tar.gz
fix source name path
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c506f11561f6..fc242c09d251 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -22,7 +22,7 @@ pkgbase = madagascar-git
optdepends = cuda: for nvcc, but not compatible with cuda12
optdepends = plplot: scientific plot
options = strip
- source = madagascar::git+https://github.com/ahay/src
+ source = madagascar-git::git+https://github.com/ahay/src
md5sums = SKIP
pkgname = madagascar-git
diff --git a/PKGBUILD b/PKGBUILD
index 94ff369c0b69..de7e64e19aaa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ depends=('libtirpc' 'ffmpeg' 'libxaw' 'cairo' 'fftw' 'netpbm' 'gd' 'swig' 'pytho
'openmpi' 'glu' 'freeglut' 'suitesparse')
optdepends=('cuda: for nvcc, but not compatible with cuda12' 'plplot: scientific plot')
options=('strip')
-source=(madagascar::git+https://github.com/ahay/src)
+source=($pkgname::git+https://github.com/ahay/src)
md5sums=('SKIP')
pkgver() {