index : packages | |
Archlinux32 package modifications | gitolite user |
summaryrefslogtreecommitdiff |
author | Andreas Baumann <mail@andreasbaumann.cc> | 2019-10-18 09:45:51 +0200 |
---|---|---|
committer | Andreas Baumann <mail@andreasbaumann.cc> | 2019-10-18 09:45:51 +0200 |
commit | 4cd1c529fd59bbf07835399837d5cb86b74d0d2d (patch) | |
tree | d1be57bd2e584d31a8244eb4f0e34375dd35c460 /core/pcmciautils/PKGBUILD | |
parent | fc6ea8cb31bdee684f9efaf404da356055874675 (diff) |
-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) |