Date: Monday, October 25, 2021 @ 20:11:21 Author: heftig Revision: 426558
fix url Modified: js78/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-25 20:10:59 UTC (rev 426557) +++ PKGBUILD 2021-10-25 20:11:21 UTC (rev 426558) @@ -5,7 +5,7 @@ pkgrel=1 pkgdesc="JavaScript interpreter and libraries - Version 78" arch=(x86_64) -url="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" +url="https://spidermonkey.dev/" license=(MPL) depends=(gcc-libs readline zlib sh) makedepends=(zip autoconf2.13 python-setuptools python-psutil rust llvm clang lld)
