Date: Monday, October 25, 2021 @ 20:10:59 Author: heftig Revision: 426557
fix url Modified: js68/trunk/PKGBUILD ----------+ PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2021-10-25 20:09:14 UTC (rev 426556) +++ PKGBUILD 2021-10-25 20:10:59 UTC (rev 426557) @@ -5,7 +5,7 @@ pkgrel=1 pkgdesc="JavaScript interpreter and libraries - Version 68" 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=(python2 zip autoconf2.13 python rust llvm clang)
