[arch-commits] Commit in udevil/trunk (PKGBUILD)

Bartłomiej Piotrowski bpiotrowski at nymeria.archlinux.org
Sat Dec 7 11:08:56 UTC 2013


    Date: Saturday, December 7, 2013 @ 12:08:55
  Author: bpiotrowski
Revision: 102294

upgpkg: udevil 0.4.2-1

- new upstream release

Modified:
  udevil/trunk/PKGBUILD

----------+
 PKGBUILD |   13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-12-07 11:04:50 UTC (rev 102293)
+++ PKGBUILD	2013-12-07 11:08:55 UTC (rev 102294)
@@ -3,7 +3,7 @@
 # Contributor: IgnorantGuru http://igurublog.wordpress.com/contact-ignorantguru/
 
 pkgname=udevil
-pkgver=0.4.1
+pkgver=0.4.2
 pkgrel=1
 arch=('i686' 'x86_64')
 pkgdesc='Mount and unmount without password'
@@ -23,17 +23,16 @@
 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=('861cd70384693277370469f81ffbcfec')
 
 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
 }
-




More information about the arch-commits mailing list