summaryrefslogtreecommitdiff
path: root/core/pcmciautils/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'core/pcmciautils/PKGBUILD')
-rw-r--r--core/pcmciautils/PKGBUILD14
1 files changed, 6 insertions, 8 deletions
diff --git a/core/pcmciautils/PKGBUILD b/core/pcmciautils/PKGBUILD
index 8cf902069..2e9902106 100644
--- a/core/pcmciautils/PKGBUILD
+++ b/core/pcmciautils/PKGBUILD
@@ -1,28 +1,24 @@
-# $Id: PKGBUILD 173074 2012-12-10 03:04:40Z dreisner $
+# $Id: PKGBUILD 173746 2012-12-22 15:22:21Z tomegun $
# Maintainer: Tom Gundersen <teg@jklm.no>
# Contributor: Tobias Powalowski <tpowa@archlinux.org>
pkgname=pcmciautils
pkgver=018
-pkgrel=5
+pkgrel=6
pkgdesc="Utilities for inserting and removing PCMCIA cards"
arch=('i686' 'x86_64')
url="http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html"
license=('GPL')
groups=('base')
-# sysfsutils will not be required in the next release
-depends=('udev' 'sysfsutils')
+depends=('systemd')
conflicts=('pcmcia-cs')
# source=(http://kernel.org/pub/linux/utils/kernel/pcmcia/${pkgname}-${pkgver}.tar.bz2) broken due to breakin
source=(ftp://ftp.archlinux.org/other/$pkgname/$pkgname-$pkgver.tar.xz
initcpio-install-pcmcia)
options=(!makeflags)
-md5sums=('964c802994677a71b38ec56554aa229f'
- '041af04025daee5b3b05812ac3896c8f')
build() {
cd "$pkgname-$pkgver"
- sed -i -e 's,/usr/bin/install,install,g;
- s,/lib/udev,/usr/lib/udev,g' Makefile
+ sed -i -e 's,/lib/udev,/usr/lib/udev,g' Makefile
make
}
@@ -32,3 +28,5 @@ package() {
# install the mkinitpcio hook
install -Dm644 initcpio-install-pcmcia "$pkgdir/usr/lib/initcpio/install/pcmcia"
}
+md5sums=('2e9469c44dcb790d2b497723c2fa0566'
+ '041af04025daee5b3b05812ac3896c8f')