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

Alexander Rødseth arodseth at archlinux.org
Thu May 7 08:54:48 UTC 2020


    Date: Thursday, May 7, 2020 @ 08:54:48
  Author: arodseth
Revision: 625318

upgpkg: hwinfo 21.70-2

Modified:
  hwinfo/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-07 08:29:40 UTC (rev 625317)
+++ PKGBUILD	2020-05-07 08:54:48 UTC (rev 625318)
@@ -5,12 +5,12 @@
 
 pkgname=hwinfo
 pkgver=21.70
-pkgrel=1
+pkgrel=2
 pkgdesc='Hardware detection tool from openSUSE'
 arch=(x86_64)
 url='https://github.com/openSUSE/hwinfo'
 license=(GPL2)
-depends=(libx86emu perl)
+depends=(libx86emu perl-xml-parser perl-xml-writer)
 makedepends=(flex git sysfsutils)
 options=(!emptydirs)
 source=("$pkgname-$pkgver.tgz::https://github.com/openSUSE/$pkgname/archive/$pkgver.tar.gz"
@@ -26,8 +26,8 @@
 
 build() {
   make -C $pkgname-$pkgver -j1 \
+    CFLAGS+="-fPIC -I$srcdir/$pkgname-$pkgver/src/hd" \
     HWINFO_VERSION="$pkgver" \
-    CFLAGS+="-fPIC -I$srcdir/$pkgname-$pkgver/src/hd" \
     LIBDIR=/usr/lib
 }
 



More information about the arch-commits mailing list