[arch-commits] Commit in libreoffice-fresh-i18n/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Nov 28 21:52:23 UTC 2016


    Date: Monday, November 28, 2016 @ 21:52:23
  Author: andyrtr
Revision: 282197

use bsdtar instead of rpmextract; FS#51877

Modified:
  libreoffice-fresh-i18n/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-11-28 21:00:59 UTC (rev 282196)
+++ PKGBUILD	2016-11-28 21:52:23 UTC (rev 282197)
@@ -13,7 +13,6 @@
 arch=('any')
 url="http://www.documentfoundation.org"
 license=('LGPL')
-makedepends=('rpmextract')
 
 #https://download.documentfoundation.org/mirrors/all.html
 _url="https://download.documentfoundation.org/libreoffice/stable"
@@ -482,6 +481,7 @@
             'SKIP'
             '862830a2e5246e1ca6adb7d2f171ce6a6ac5f0cbdc45ea49a72554faba2be267'
             'SKIP')
+validpgpkeys=('C2839ECAD9408FBE9531C3E9F434A1EFAFEEAEA3') # "LibreOffice Build Team (CODE SIGNING KEY) <build at documentfoundation.org>"
 
 prepare() {
   for i in ${pkgname[@]}; do
@@ -495,11 +495,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