[arch-commits] Commit in fwupd/trunk (PKGBUILD)
Bruno Pagani
archange at archlinux.org
Wed Feb 21 12:09:41 UTC 2018
Date: Wednesday, February 21, 2018 @ 12:09:40
Author: archange
Revision: 296667
upgpkg: fwupd 1.0.5-1
Test failure has been fixed in umockdev.
docbook and related dependencies are no longer required to build man pages.
Modified:
fwupd/trunk/PKGBUILD
----------+
PKGBUILD | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-02-21 09:24:00 UTC (rev 296666)
+++ PKGBUILD 2018-02-21 12:09:40 UTC (rev 296667)
@@ -3,7 +3,7 @@
# Contributor: Mirco Tischler <mt-ml at gmx dot de>
pkgname=fwupd
-pkgver=1.0.4
+pkgver=1.0.5
pkgrel=1
pkgdesc='A simple daemon to allow session software to update firmware'
arch=('x86_64')
@@ -10,12 +10,11 @@
url='https://github.com/hughsie/fwupd'
license=('GPL2')
depends=('appstream-glib' 'fwupdate' 'colord' 'python')
-makedepends=('meson' 'valgrind' 'docbook-utils' 'docbook-sgml' 'perl-sgmls' 'help2man'
- 'gobject-introspection' 'gtk-doc' 'python-pillow' 'python-cairo'
- 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
+makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 'gobject-introspection'
+ 'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
checkdepends=('umockdev')
source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
-sha256sums=('925a8e37400e6327f0b6ca5861b6d633b97b168a2b86c63d6a5071f7ad5b08b2')
+sha256sums=('236289aab278fc6611e0a425f7a186895d6755cfdbfd9f182c7bd4bb7fee0324')
build() {
cd ${pkgname}-${pkgver}
@@ -27,8 +26,7 @@
check() {
cd build
- # https://github.com/hughsie/fwupd/issues/370
- meson test || echo "WARNING: Tests failed"
+ meson test
}
package() {
More information about the arch-commits
mailing list