Skip to content

Commit

Permalink
main/pciutils: update to 3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Apr 7, 2024
1 parent 01eb8bf commit a302179
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/pciutils/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "pciutils"
pkgver = "3.11.1"
pkgver = "3.12.0"
pkgrel = 0
build_style = "makefile"
make_cmd = "gmake"
Expand All @@ -23,9 +23,9 @@
pkgdesc = "PCI bus utilities"
maintainer = "q66 <q66@chimera-linux.org>"
license = "GPL-2.0-or-later"
url = "http://mj.ucw.cz/pciutils.html"
url = "https://mj.ucw.cz/sw/pciutils"
source = f"https://github.com/pciutils/pciutils/archive/v{pkgver}.tar.gz"
sha256 = "464644e3542a8d3aaf5373a2be6cb9ddfaa583cb39fbafbbedc10ca458fb48a1"
sha256 = "3a76ca02581fed03d0470ba822e72ee06e492442a990062f9638dec90018505f"
# no check target
# ld: error: undefined symbol: pci_alloc ... and so on
options = ["!check", "!lto"]
Expand Down

0 comments on commit a302179

Please sign in to comment.