summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a93862f37ecc..ecc65dd16dd4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -19,7 +19,7 @@ pkgbase = realmd
depends = polkit
optdepends = sssd: Active Directory, FreeIPA, LDAP client
optdepends = samba: traditional Active Directory client
- source = https://github.com/freedesktop/realmd/archive/refs/tags/0.17.1.tar.gz
+ source = https://gitlab.freedesktop.org/realmd/realmd/-/archive/0.17.1/realmd-0.17.1.tar.gz
sha256sums = e8b51d5918418e9dc55006f0371831ab841f00a065baf2d001b6b5245f24a532
pkgname = realmd
diff --git a/PKGBUILD b/PKGBUILD
index 37d4e19d94ee..25e5982b9860 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,7 +12,7 @@ depends=(adcli dbus krb5 openldap packagekit polkit)
optdepends=('sssd: Active Directory, FreeIPA, LDAP client'
'samba: traditional Active Directory client')
makedepends=(docbook-xsl git intltool python xmlto)
-source=("https://github.com/freedesktop/$pkgname/archive/refs/tags/$pkgver.tar.gz")
+source=("https://gitlab.freedesktop.org/realmd/realmd/-/archive/${pkgver}/realmd-${pkgver}.tar.gz")
sha256sums=('e8b51d5918418e9dc55006f0371831ab841f00a065baf2d001b6b5245f24a532')
build() {