Date: Monday, February 20, 2023 @ 17:53:40
  Author: artafinde
Revision: 1403136

mtxclient: use the main repo not the GH mirror

Modified:
  mtxclient/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-02-20 17:53:35 UTC (rev 1403135)
+++ PKGBUILD    2023-02-20 17:53:40 UTC (rev 1403136)
@@ -6,13 +6,13 @@
 pkgrel=1
 pkgdesc="Client API library for the Matrix protocol"
 arch=('x86_64')
-url="https://github.com/Nheko-Reborn/mtxclient";
+url="https://nheko.im/nheko-reborn/mtxclient";
 license=('MIT')
 depends=(gcc-libs glibc)
 makedepends=(cmake coeurl fmt libolm meson nlohmann-json openssl re2 spdlog 
git)
 checkdepends=(gmock gtest)
 provides=(libmatrix_client.so)
-source=("git+https://github.com/Nheko-Reborn/mtxclient.git?signed#tag=v${pkgver}?";
+source=("git+https://nheko.im/nheko-reborn/mtxclient.git?signed#tag=v${pkgver}?";
         "0.6.0_remove_network_tests.patch")
 sha256sums=('SKIP'
             '2edba127593d172b5e535a4f0058d26a47a67f8b4c2d0cef9d6eac07e17eba3e')

Reply via email to