summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authordr460nf1r32021-05-12 11:40:46 +0200
committerdr460nf1r32021-05-12 11:40:46 +0200
commite675f01cf3dffc99ba41f3f162494e2e0a37f20e (patch)
tree6f0babee44f3da5501ae029e46f59f2c1eae8752
parent19aacd3f1884beabae21b5931c6bca6b6dedccb7 (diff)
downloadaur-e675f01cf3dffc99ba41f3f162494e2e0a37f20e.tar.gz
Add md5sums
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8e7b43d95a6..af4ad01f1fa2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
pkgbase = libreoffice-slim-fixed-git
- pkgdesc = A slimmed down git version of LibreOffice
+ pkgdesc = A slimmed down git version of LibreOffice with launchers & fixed
pkgver = 7.2.0.r2009af1c0
pkgrel = 1
url = https://www.libreoffice.org/community/developers/
@@ -93,5 +93,7 @@ pkgbase = libreoffice-slim-fixed-git
depends = python
source = git+https://gerrit.libreoffice.org/core.git
source = git+https://gitlab.com/chaotic-aur-pkgbuilds/libreoffice-slim-git.git
+ md5sums = SKIP
+ md5sums = SKIP
pkgname = libreoffice-slim-fixed-git
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)"