summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorConrad Hoffmann2021-12-22 15:29:04 +0100
committerConrad Hoffmann2021-12-22 15:29:04 +0100
commit7bec30a49aaaedc4f85c9b97b6290cdbc73ed588 (patch)
tree4af0fb5c8be241f275e4873b146d7b30c5ce9be7
parent1885dd183bf95523b3cf1f904184b0439b53e73f (diff)
downloadaur-7bec30a49aaaedc4f85c9b97b6290cdbc73ed588.tar.gz
Depend on libftdi, not just -compat
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 92b29f67decb..465b056619dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -11,7 +11,7 @@ pkgbase = flashrom-git
license = GPL
makedepends = git
makedepends = meson
- depends = libftdi-compat
+ depends = libftdi
depends = libusb
depends = pciutils
optdepends = dmidecode: for SMBIOS/DMI table decoder support
diff --git a/PKGBUILD b/PKGBUILD
index f999e546b7f0..14c6cafe17c8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,7 +11,7 @@ pkgdesc="Flashrom is a utility which can be used to detect, read, erase, or writ
url="https://github.com/${_gitauthor}/${_gitname}"
license=('GPL')
source=("git://github.com/${_gitauthor}/${_gitname}#branch=${_gitbranch}")
-depends=('libftdi-compat' 'libusb' 'pciutils')
+depends=('libftdi' 'libusb' 'pciutils')
makedepends=('git' 'meson')
optdepends=("dmidecode: for SMBIOS/DMI table decoder support")
conflicts=("${_gitname}")