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

Balló György bgyorgy at archlinux.org
Tue Apr 20 20:04:42 UTC 2021


    Date: Tuesday, April 20, 2021 @ 20:04:42
  Author: bgyorgy
Revision: 920362

Minor changes

Modified:
  libosinfo/trunk/PKGBUILD

----------+
 PKGBUILD |   16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-04-20 20:03:52 UTC (rev 920361)
+++ PKGBUILD	2021-04-20 20:04:42 UTC (rev 920362)
@@ -4,13 +4,13 @@
 pkgname=libosinfo
 pkgver=1.9.0
 pkgrel=1
-pkgdesc="GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support"
-arch=(x86_64)
-url="https://libosinfo.org/"
-license=(GPL LGPL)
-depends=(glib2 hwids libsoup libxslt osinfo-db)
-makedepends=(check gobject-introspection gtk-doc meson vala)
-source=(https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz{,.asc})
+pkgdesc='GObject based library API for managing information about operating systems, hypervisors and the (virtual) hardware devices they can support'
+arch=('x86_64')
+url='https://libosinfo.org/'
+license=('GPL' 'LGPL')
+depends=('glib2' 'hwids' 'libsoup' 'libxslt' 'osinfo-db')
+makedepends=('check' 'gobject-introspection' 'gtk-doc' 'meson' 'vala')
+source=("https://releases.pagure.org/libosinfo/$pkgname-$pkgver.tar.xz"{,.asc})
 validpgpkeys=('DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF'  # Daniel P. Berrange
               '09B9C8FF223EF113AFA06A39EE926C2BDACC177B') # Fabiano Fidêncio <fidencio at redhat.com>
 sha256sums=('b4f3418154ef3f43d9420827294916aea1827021afc06e1644fc56951830a359'
@@ -20,7 +20,7 @@
   arch-meson $pkgname-$pkgver build \
     -D with-usb-ids-path=/usr/share/hwdata/usb.ids \
     -D with-pci-ids-path=/usr/share/hwdata/pci.ids
-  ninja -C build
+  meson compile -C build
 }
 
 check() {



More information about the arch-commits mailing list