[arch-commits] Commit in libreoffice-still-i18n/trunk (PKGBUILD)
Andreas Radke
andyrtr at archlinux.org
Fri Dec 2 08:17:41 UTC 2016
Date: Friday, December 2, 2016 @ 08:17:40
Author: andyrtr
Revision: 282510
use bsdtar instead of rpmextract; FS#51877; use https/gpg signatures
Modified:
libreoffice-still-i18n/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2016-12-02 02:32:14 UTC (rev 282509)
+++ PKGBUILD 2016-12-02 08:17:40 UTC (rev 282510)
@@ -13,13 +13,12 @@
arch=('any')
url="http://www.documentfoundation.org"
license=('LGPL')
-makedepends=('rpmextract')
-#http://download.documentfoundation.org/mirrors/all.html
+#https://download.documentfoundation.org/mirrors/all.html
_url="https://download.documentfoundation.org/libreoffice/stable"
-#_url="http://download.documentfoundation.org/libreoffice/testing"
-#_url="http://dev-builds.libreoffice.org/pre-releases"
-#_url="http://www.libreoffice.org/download/pre-releases"
+#_url="https://download.documentfoundation.org/libreoffice/testing"
+#_url="https://dev-builds.libreoffice.org/pre-releases"
+#_url="https://www.libreoffice.org/download/pre-releases"
#_url+="/${pkgver}-rc2/rpm/x86"
_url+="/${pkgver}/rpm/x86"
@@ -472,6 +471,7 @@
'SKIP'
'63d4cc64e1c0db990cea7dd56d5fc6329706ee2fddd8ab76eefc74feb9024082'
'SKIP')
+validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build Team (CODE SIGNING KEY) <build at documentfoundation.org>"
prepare() {
for i in ${pkgname[@]}; do
@@ -485,11 +485,11 @@
rm -vf *-dict-*.rpm || /bin/true
for j in *.rpm
- do rpmextract.sh $j
+ do bsdtar -x -f $j
done
# the helppack rpm goes also into the langpack dir
- rpmextract.sh \
+ bsdtar -x -f \
"${srcdir}"/LibreOffice_${_rcver}_Linux_x86_rpm_helppack_${_pkglang}/RPMS/*.rpm \
|| true
done
More information about the arch-commits
mailing list