[arch-commits] Commit in abiword/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed Nov 27 11:34:03 UTC 2019
Date: Wednesday, November 27, 2019 @ 11:34:03
Author: arojas
Revision: 369821
Update to 3.0.4, check signature
Modified:
abiword/trunk/PKGBUILD
----------+
PKGBUILD | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2019-11-27 10:42:58 UTC (rev 369820)
+++ PKGBUILD 2019-11-27 11:34:03 UTC (rev 369821)
@@ -3,7 +3,7 @@
# Contributor: Maël Lavault <moimael at neuf.fr>
pkgname=abiword
-pkgver=3.0.3
+pkgver=3.0.4
pkgrel=1
pkgdesc='Fully-featured word processor'
arch=('x86_64')
@@ -16,7 +16,7 @@
conflicts=('abiword-plugins')
replaces=('abiword-plugins')
options=('!makeflags')
-source=(https://www.abisource.com/downloads/$pkgname/$pkgver/source/$pkgname-$pkgver.tar.gz
+source=(https://www.abisource.com/downloads/$pkgname/$pkgver/source/$pkgname-$pkgver.tar.gz{,.asc}
abiword-3.0.0-librevenge.patch
abiword-3.0.1-libwps-0.4.patch
aiksaurus-plugin.m4
@@ -23,7 +23,8 @@
command-plugin.m4
python-override.patch
enchant-2.1.patch)
-sha256sums=('b3af1b653b78dbc39b310374c05a87d1b334d62bc6b0e99380b0ffa46116520f'
+sha256sums=('e93096cb192e5bc19d62e180fc5eda643206465315a710113ae5036bc2a1a5d7'
+ 'SKIP'
'77b52a3722096cec3bfbe4fff3802f51b6c9e0ff7aaa30028c29825fd4e6a65f'
'f1375b2ab7af2959717cba0259ba546c8e75ef849e84263bdc253019e849cb2a'
'5f80a2f94f9929cdba9809c5e1a87cd5d537a2518bb879bfb9eab51a71c8dac1'
@@ -30,6 +31,7 @@
'2f26826e9d59d80dacd0dae4aceb815804eaa75954e47507a0897794f33e45be'
'dba1e3265cd42589f17b41fea1a39c8aa4b83c7203b9d5944b578d0ff9c858be'
'444dc2aadea3c80310a509b690097541573f6d2652c573d04da66a0f385fcfb2')
+validpgpkeys=('6C44DB3E0BF3EAF5B433239A5FEE05E6A56E15A3') # Hubert Figuiere <hub at figuiere.net>
prepare() {
cd $pkgname-$pkgver
More information about the arch-commits
mailing list