summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bb644617d174..0423d36b57f7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -27,7 +27,7 @@ makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 'lib
'libffi' 'box2d' 'git')
depends=(python)
source=('git+https://gerrit.libreoffice.org/core.git'
- 'git+https://gitlab.com/chaotic-aur-pkgbuilds/libreoffice-slim-git.git')
+ 'git+https://github.com/chaotic-aur/pkgbuild-libreoffice-slim-git.git')
md5sums=('SKIP'
'SKIP')
@@ -95,5 +95,5 @@ package() {
cp -r ${srcdir}/${_gitname}/workdir/installation/LibreOffice/archive/install/en-US/LibreOffice*/* ${pkgdir}/opt/libreoffice
install -d -m755 ${pkgdir}/usr/share/applications
- cp ${srcdir}/libreoffice-slim-git/starters/* ${pkgdir}/usr/share/applications
+ cp ${srcdir}/libreoffice-slim-fixed-git/* ${pkgdir}/usr/share/applications
}