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

Bruno Pagani archange at archlinux.org
Mon Mar 12 14:58:21 UTC 2018


    Date: Monday, March 12, 2018 @ 14:58:21
  Author: archange
Revision: 306391

upgpkg: fwupd 1.0.6-1

Patches integrated in this release.
Vala bindings where added upstream.

Modified:
  fwupd/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++---------------
 1 file changed, 5 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-12 13:58:00 UTC (rev 306390)
+++ PKGBUILD	2018-03-12 14:58:21 UTC (rev 306391)
@@ -3,8 +3,8 @@
 # Contributor: Mirco Tischler <mt-ml at gmx dot de>
 
 pkgname=fwupd
-pkgver=1.0.5
-pkgrel=2
+pkgver=1.0.6
+pkgrel=1
 pkgdesc='A simple daemon to allow session software to update firmware'
 arch=('x86_64')
 url='https://github.com/hughsie/fwupd'
@@ -11,21 +11,11 @@
 license=('GPL2')
 depends=('appstream-glib' 'fwupdate' 'colord' 'python')
 makedepends=('meson' 'valgrind' 'gtk-doc' 'help2man' 'python-pillow' 'gobject-introspection'
-             'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject')
+             'python-cairo' 'ttf-dejavu' 'adobe-source-han-sans-cn-fonts' 'python-gobject' 'vala')
 checkdepends=('umockdev')
-source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz"
-        'capsule-changes.patch'
-        'config-esp-path.patch')
-sha256sums=('236289aab278fc6611e0a425f7a186895d6755cfdbfd9f182c7bd4bb7fee0324'
-            '5361c6cfc2b7d0cb9a161b7082b780ba30b468347b6489dd32a83e7a376716ac'
-            '541b7d31eee9fc9386ad451bf92bb17f400216183bd76c554e7628c7006e90ba')
+source=(${pkgname}-${pkgver}.tar.gz::"${url}/archive/${pkgver}.tar.gz")
+sha256sums=('437017baf58a1aab3e63fd28264c05ab3ca1eaebc6295f959ae42338490d2223')
 
-prepare() {
-    cd ${pkgname}-${pkgver}
-    patch -p1 -i ../capsule-changes.patch
-    patch -p1 -i ../config-esp-path.patch
-}
-
 build() {
     cd ${pkgname}-${pkgver}
     arch-meson -D b_lto=false ../build



More information about the arch-commits mailing list