Tobias Powalowski pushed to branch main at Arch Linux / Packaging / Packages / 
pciutils


Commits:
481c2b61 by Tobias Powalowski at 2024-08-28T19:45:49+02:00
upgpkg: 3.13.0-2: remove not needed CFLAGS

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = pciutils
        pkgdesc = PCI bus configuration space access library and tools
        pkgver = 3.13.0
-       pkgrel = 1
+       pkgrel = 2
        url = https://mj.ucw.cz/sw/pciutils/
        arch = x86_64
        license = GPL-2.0-only
@@ -14,6 +14,6 @@ pkgbase = pciutils
        optdepends = curl: for update-pciids
        source = 
git+https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git#tag=v3.13.0?signed
        validpgpkeys = C466A56CADA981F4297D20C31F3D0761D9B65F0B
-       sha256sums = 
a198253ac31ee593aeaa4e84c4393f7ad9b1e513ebc6f85c42802dc4c744691d
+       b2sums = 
51f41d1ec60eeea51f8534a0dd27f9b0aed4230dbea871d1161273019ee305c1f3536c81c295d13ff40edafe86ae76b0eec9a808f0fd2f90e3f5a7dd34e80ea7
 
 pkgname = pciutils


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Tobias Powalowski <tp...@archlinux.org>
 pkgname=pciutils
 pkgver=3.13.0
-pkgrel=1
+pkgrel=2
 pkgdesc="PCI bus configuration space access library and tools"
 arch=(x86_64)
 license=('GPL-2.0-only')
@@ -10,25 +10,24 @@ depends=('glibc' 'hwdata' 'kmod')
 makedepends=('git')
 optdepends=('which: for update-pciids'
             'grep: for update-pciids'
-           'curl: for update-pciids')  
-source=(
-        
git+https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git#tag=v$pkgver?signed
-       )
+            'curl: for update-pciids') 
+source=("git+https://git.kernel.org/pub/scm/utils/pciutils/pciutils.git#tag=v$pkgver?signed";)
 validpgpkeys=(
               'C466A56CADA981F4297D20C31F3D0761D9B65F0B' # Martin Mares 
<m...@ucw.cz>
              )
-sha256sums=('a198253ac31ee593aeaa4e84c4393f7ad9b1e513ebc6f85c42802dc4c744691d')
+b2sums=('51f41d1ec60eeea51f8534a0dd27f9b0aed4230dbea871d1161273019ee305c1f3536c81c295d13ff40edafe86ae76b0eec9a808f0fd2f90e3f5a7dd34e80ea7')
 
 build() {
-  cd $pkgname
-  make OPT="${CFLAGS} -fPIC -DPIC" ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
+  cd "${pkgname}"
+  make OPT="${CFLAGS}" ZLIB=no SHARED=no PREFIX=/usr 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man SBINDIR=/usr/bin lib/libpci.a 
   cp lib/libpci.a "${srcdir}/"
   make clean
   make OPT="${CFLAGS}" ZLIB=no SHARED=yes PREFIX=/usr SBINDIR=/usr/bin 
SHAREDIR=/usr/share/hwdata MANDIR=/usr/share/man all
 }
 
 package() {
-  cd $pkgname
+  cd "${pkgname}"
   make SHARED=yes PREFIX=/usr SBINDIR=/usr/bin SHAREDIR=/usr/share/hwdata 
MANDIR=/usr/share/man DESTDIR="${pkgdir}" install install-lib
-  rm -rf "$pkgdir"/usr/share/hwdata
+  rm -rf "${pkgdir}"/usr/share/hwdata
 }
+



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pciutils/-/commit/481c2b619ac1956f875d3f27c26ee85eb999df81

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/pciutils/-/commit/481c2b619ac1956f875d3f27c26ee85eb999df81
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to