Date: Monday, March 12, 2012 @ 19:18:29 Author: tomegun Revision: 153400
source: regenerated source tarball from git Modified: pcmciautils/trunk/PKGBUILD ----------+ PKGBUILD | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2012-03-12 23:04:04 UTC (rev 153399) +++ PKGBUILD 2012-03-12 23:18:29 UTC (rev 153400) @@ -1,5 +1,6 @@ # $Id$ -# Maintainer: Tobias Powalowski <[email protected]> +# Maintainer: Tom Gundersen <[email protected]> +# Contributor: Tobias Powalowski <[email protected]> pkgname=pcmciautils pkgver=018 pkgrel=1 @@ -11,7 +12,8 @@ # sysfsutils will not be required in the next release depends=('udev' 'sysfsutils') conflicts=('pcmcia-cs') -source=(http://kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-${pkgver}.tar.bz2) +# source=(http://kernel.org/pub/linux/utils/kernel/pcmcia/${pkgname}-${pkgver}.tar.bz2) broken due to breakin +source=(ftp://ftp.arclinux.org/other/${pkgname}/${pkgname}-${pkgver}.tar.xz) options=(!makeflags) build() { @@ -24,4 +26,4 @@ cd "${srcdir}/${pkgname}-${pkgver}" make DESTDIR="${pkgdir}" install } -md5sums=('5d85669b3440baa4532363da6caaf1b4') +md5sums=('964c802994677a71b38ec56554aa229f')
