Date: Tuesday, April 19, 2022 @ 00:38:06
Author: polyzen
Revision: 1187056
Update source URL
Modified:
rust-analyzer/trunk/PKGBUILD
----------+
PKGBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-04-19 00:36:29 UTC (rev 1187055)
+++ PKGBUILD 2022-04-19 00:38:06 UTC (rev 1187056)
@@ -11,7 +11,7 @@
license=('Apache' 'MIT')
depends=('gcc-libs' 'rust-src')
makedepends=('git')
-source=("git+https://github.com/$pkgname/$pkgname.git#tag=$_pkgver")
+source=("git+https://github.com/rust-lang/$pkgname.git#tag=$_pkgver")
b2sums=('SKIP')
prepare() {