summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJYPDWhite2021-06-07 19:37:05 +0200
committerJYPDWhite2021-06-07 19:37:05 +0200
commit8d5b670a1d03775ac4bb9bcd627e830b19290393 (patch)
tree5329b426c1eaaf8295a734cf9d2aa07dd3204ec9
parent65a359fecbd86eeea9edaa88acdbeffd7f425366 (diff)
downloadaur-8d5b670a1d03775ac4bb9bcd627e830b19290393.tar.gz
added debug infos
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD3
2 files changed, 3 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b054604822da..f4a8a0e2db48 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = libreoffice-fresh-rpm
pkgdesc = Libre Office Suite installed from rpms
pkgver = 7.1.3
- pkgrel = 2
+ pkgrel = 3
url = https://www.libreoffice.org
arch = x86_64
license = LGPL
diff --git a/PKGBUILD b/PKGBUILD
index 1830b0795ad6..0d88bdecd4bb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@
pkgname=libreoffice-fresh-rpm
pkgver=7.1.3
-pkgrel=2
+pkgrel=3
pkgdesc="Libre Office Suite installed from rpms"
arch=('x86_64')
url='https://www.libreoffice.org'
@@ -37,6 +37,7 @@ msg "Debug: 2";
declare -ar opt_pak=('langpack' 'helppack'); ## declare optional extensions
msg "Debug: 3";
for a in ${opt_pak[@]}; do ## loop for all optional extensions
+ msg "Debug: 4";
read -p "Do you want to install additional ${a} (Y/y/N/n)?" opt_ans;
case $opt_ans in ## evaluate the answer
Y|y)