summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorChocobo12019-05-23 01:21:51 +0800
committerChocobo12019-05-23 01:21:51 +0800
commit45b2172452265a5632a35c9a2e1f3d9e1815b186 (patch)
tree0152f8599878b70e315284d9ae46e038e874a237
parent7d214d305b0aaf1bd1b488be3f73b82f1069874f (diff)
downloadaur-45b2172452265a5632a35c9a2e1f3d9e1815b186.tar.gz
Update source
-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
}