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

Jan de Groot jgc at archlinux.org
Sat Mar 13 19:15:02 UTC 2010


    Date: Saturday, March 13, 2010 @ 14:15:01
  Author: jgc
Revision: 72191

upgpkg: pmount 0.9.20-3
Add makedepend on hal to build pmount-hal (FS#17385)

Modified:
  pmount/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-03-13 19:06:47 UTC (rev 72190)
+++ PKGBUILD	2010-03-13 19:15:01 UTC (rev 72191)
@@ -3,7 +3,7 @@
 
 pkgname=pmount
 pkgver=0.9.20
-pkgrel=2
+pkgrel=3
 pkgdesc="mount removable devices as normal user"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -11,8 +11,9 @@
 backup=('etc/pmount.allow')
 depends=('sysfsutils>=2.0.0-1' 'bash')
 optdepends=('hal: needed for pmount-hal')
-makedepends=('intltool')
+makedepends=('intltool' 'hal')
 source=(http://alioth.debian.org/frs/download.php/3127/${pkgname}-${pkgver}.tar.gz)
+md5sums=('237f069f5155f1c1e84b92c7d149fa9c')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
@@ -20,4 +21,3 @@
   make || return 1 
   make DESTDIR="${pkgdir}" install || return 1
 }
-md5sums=('237f069f5155f1c1e84b92c7d149fa9c')




More information about the arch-commits mailing list