Date: Monday, December 10, 2012 @ 19:29:16 Author: tomegun Revision: 173100
upgpkg: pcmciautils 018-6 new snapshot, drops libsysfs dependency Modified: pcmciautils/trunk/PKGBUILD ----------+ PKGBUILD | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-12-10 23:24:38 UTC (rev 173099) +++ PKGBUILD 2012-12-11 00:29:16 UTC (rev 173100) @@ -3,26 +3,22 @@ # Contributor: Tobias Powalowski <[email protected]> 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 @@ # install the mkinitpcio hook install -Dm644 initcpio-install-pcmcia "$pkgdir/usr/lib/initcpio/install/pcmcia" } +md5sums=('2e9469c44dcb790d2b497723c2fa0566' + '041af04025daee5b3b05812ac3896c8f')
