summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2019-10-18 09:45:51 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2019-10-18 09:45:51 +0200
commit4cd1c529fd59bbf07835399837d5cb86b74d0d2d (patch)
treed1be57bd2e584d31a8244eb4f0e34375dd35c460
parentfc6ea8cb31bdee684f9efaf404da356055874675 (diff)
downloadpackages-4cd1c529fd59bbf07835399837d5cb86b74d0d2d.tar.xz
core/pcmciautils: added dependency on sysfsutils
-rw-r--r--core/pcmciautils/PKGBUILD4
1 files changed, 2 insertions, 2 deletions
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 <tpowa@archlinux.org>
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)