From 65eeff79fff8a1bfdf67ca51d147384f46f4d5c0 Mon Sep 17 00:00:00 2001 From: Nicolás Reynolds Date: Fri, 27 Dec 2013 23:55:53 +0000 Subject: Fri Dec 27 23:54:04 UTC 2013 --- community/udevil/PKGBUILD | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'community/udevil/PKGBUILD') diff --git a/community/udevil/PKGBUILD b/community/udevil/PKGBUILD index 79939c3c7..4fecdcba1 100644 --- a/community/udevil/PKGBUILD +++ b/community/udevil/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 86567 2013-03-19 17:52:24Z bpiotrowski $ +# $Id: PKGBUILD 102368 2013-12-09 14:28:01Z bpiotrowski $ # Maintainer: Bartłomiej Piotrowski # Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/ pkgname=udevil -pkgver=0.4.1 +pkgver=0.4.3 pkgrel=1 arch=('i686' 'x86_64') pkgdesc='Mount and unmount without password' @@ -23,17 +23,16 @@ optdepends=('davfs2: mount WebDAV shares' provides=('devmon') backup=('etc/udevil/udevil.conf') install=$pkgname.install -source=(https://raw.github.com/IgnorantGuru/$pkgname/master/packages/$pkgver/$pkgname-$pkgver.tar.xz) -sha256sums=('fa4a3d85361d17bb69dd7dabdcfeecd2b0f5fff95698113975d8fbd504af6c2e') +source=(https://github.com/IgnorantGuru/udevil/archive/$pkgver.tar.gz) +md5sums=('7b00971f875aa8e0b436213209c6b61c') build() { - cd $srcdir/$pkgname-$pkgver + cd $pkgname-$pkgver ./configure --prefix=/usr make } package() { - cd $srcdir/$pkgname-$pkgver - make DESTDIR=$pkgdir install + cd $pkgname-$pkgver + make DESTDIR="$pkgdir" install } - -- cgit v1.2.3-54-g00ecf