index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | core/pcmciautils/PKGBUILD | 4 |
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) |