summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a7c91d5fd826..bb644617d174 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@ pkgname=libreoffice-slim-fixed-git
_gitname=core
pkgver=7.2.0.r2009af1c0
pkgrel=1
-pkgdesc="A slimmed down git version of LibreOffice"
+pkgdesc="A slimmed down git version of LibreOffice with launchers & fixed"
arch=('x86_64')
url="https://www.libreoffice.org/community/developers/"
license=('GPL')
@@ -28,7 +28,9 @@ makedepends=('curl>=7.20.0' 'hunspell>=1.2.8' 'python>=3.7' 'libwpd>=0.9.2' 'lib
depends=(python)
source=('git+https://gerrit.libreoffice.org/core.git'
'git+https://gitlab.com/chaotic-aur-pkgbuilds/libreoffice-slim-git.git')
-
+md5sums=('SKIP'
+ 'SKIP')
+
pkgver() {
cd "${srcdir}/${_gitname}"
printf "7.2.0.r%s" "$(git log --pretty=%h | head -n1)"