From 4cd1c529fd59bbf07835399837d5cb86b74d0d2d Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 18 Oct 2019 09:45:51 +0200 Subject: core/pcmciautils: added dependency on sysfsutils --- core/pcmciautils/PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core') diff --git a/core/pcmciautils/PKGBUILD b/core/pcmciautils/PKGBUILD index 1c515c67..2dd36538 100644 --- a/core/pcmciautils/PKGBUILD +++ b/core/pcmciautils/PKGBUILD @@ -4,13 +4,13 @@ # Contributor: Tobias Powalowski pkgname=pcmciautils pkgver=018 -pkgrel=8 +pkgrel=9 pkgdesc="Utilities for inserting and removing PCMCIA cards" arch=('i486' 'i686' 'pentium4' 'x86_64') url="http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html" license=('GPL') groups=('base') -depends=('systemd') +depends=('systemd' 'sysfsutils') conflicts=('pcmcia-cs') source=(https://kernel.org/pub/linux/utils/kernel/pcmcia/${pkgname}-${pkgver}.tar.{xz,sign} initcpio-install-pcmcia) -- cgit v1.2.3