[arch-commits] Commit in unrtf/trunk (PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Mon Feb 5 22:23:43 UTC 2018


    Date: Monday, February 5, 2018 @ 22:23:42
  Author: eschwartz
Revision: 289306

upgpkg: unrtf 0.21.9-3

Add PGP signatures and HTTPS.

Modified:
  unrtf/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-05 22:19:44 UTC (rev 289305)
+++ PKGBUILD	2018-02-05 22:23:42 UTC (rev 289306)
@@ -5,27 +5,30 @@
 
 pkgname=unrtf
 pkgver=0.21.9
-pkgrel=2
+pkgrel=3
 pkgdesc="Command-line program which converts RTF documents to other formats"
 arch=('x86_64')
-url="http://www.gnu.org/software/unrtf/unrtf.html"
+url="https://www.gnu.org/software/unrtf/unrtf.html"
 license=('GPL3')
 depends=('glibc')
 changelog=$pkgname.changelog
-source=(http://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz
+source=(https://ftp.gnu.org/gnu/$pkgname/$pkgname-$pkgver.tar.gz{,.sig}
         CVE-2016-10091.patch)
 sha256sums=('22a37826f96d754e335fb69f8036c068c00dd01ee9edd9461a36df0085fb8ddd'
+            'SKIP'
             '7a535e96764c7d5291060b4e0548b155e1f44357bf78463ad2ed3678c14f749d')
+validpgpkeys=('46EA854F5FC5F5A0A9D2BFE89175BF0B3EC83090') # Dave Davey (lgf) <daved at windclimber.id.au>
 
 prepare() {
   cd "${srcdir}"/$pkgname-$pkgver
+
   patch -Np1 -i "${srcdir}"/CVE-2016-10091.patch
+  autoreconf -fi
 }
 
 build() {
   cd "${srcdir}"/$pkgname-$pkgver
 
-  autoreconf -if
   ./configure --prefix=/usr
   make
 }



More information about the arch-commits mailing list