Date: Saturday, February 1, 2014 @ 09:02:43 Author: eric Revision: 204945
upgpkg: i8kutils 1.40-1 Upstream update, Update url, Add bash depends, Remove old conflicts/provides/replaces array Modified: i8kutils/trunk/PKGBUILD ----------+ PKGBUILD | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-02-01 05:29:28 UTC (rev 204944) +++ PKGBUILD 2014-02-01 08:02:43 UTC (rev 204945) @@ -1,24 +1,20 @@ # $Id$ -# Maintainer: Thayer Williams <[email protected]> -# Contributor: Eric Johnson <[email protected]> +# Maintainer: pkgname=i8kutils -pkgver=1.33 -pkgrel=3 +pkgver=1.40 +pkgrel=1 pkgdesc="Dell Inspiron/Latitude kernel driver and utilities" arch=('i686' 'x86_64') -url="http://people.debian.org/~dz/i8k/" -license=('GPL2') -depends=('glibc') +url="https://launchpad.net/i8kutils" +license=('GPL') +depends=('bash') optdepends=('tk: for i8kmon deamon') -conflicts=('i8kmon') -provides=('i8kmon') -replaces=('i8kmon') backup=('etc/i8kutils/i8kmon.conf') -source=(ftp://ftp.archlinux.org/other/${pkgname}/${pkgname}_${pkgver}.tar.gz +source=(http://ftp.de.debian.org/debian/pool/main/i/${pkgname}/${pkgname}_${pkgver}.tar.gz i8kmon.service) -md5sums=('1ab077b301dbb0f4be8ef52eb3b97628' - '32c159616f72ab65969db95b9e824ced') +sha1sums=('584edfbd90aa167885520b84848381585d9212fb' + '5c20f5241de7e60b46117269f4e867b08734cdc8') prepare() { cd $pkgname-$pkgver
