summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 58aa4f3a93b0..e313c722c639 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -9,7 +9,7 @@ pkgbase = hicolor-icon-theme-git
makedepends = git
provides = hicolor-icon-theme
conflicts = hicolor-icon-theme
- source = git+https://anongit.freedesktop.org/git/xdg/default-icon-theme.git
+ source = git+https://gitlab.freedesktop.org/xdg/default-icon-theme
sha256sums = SKIP
pkgname = hicolor-icon-theme-git
diff --git a/PKGBUILD b/PKGBUILD
index bd2ab5a4a191..7895998a79b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ license=('GPL')
makedepends=('git')
provides=('hicolor-icon-theme')
conflicts=('hicolor-icon-theme')
-source=("git+https://anongit.freedesktop.org/git/xdg/default-icon-theme.git")
+source=("git+https://gitlab.freedesktop.org/xdg/default-icon-theme")
sha256sums=('SKIP')
@@ -24,7 +24,8 @@ build() {
cd "default-icon-theme"
./autogen.sh --no-configure
- ./configure --prefix="/usr"
+ ./configure \
+ --prefix="/usr"
make
}