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

Tobias Powalowski tpowa at archlinux.org
Sun Oct 11 08:01:40 UTC 2009


    Date: Sunday, October 11, 2009 @ 04:01:40
  Author: tpowa
Revision: 54522

upgpkg: pmount 0.9.20-1
    bump to new version

Modified:
  pmount/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-10-11 07:54:43 UTC (rev 54521)
+++ PKGBUILD	2009-10-11 08:01:40 UTC (rev 54522)
@@ -2,8 +2,8 @@
 # Maintainer: Tobias Powalowski <tpowa at archlinux.org>
 
 pkgname=pmount
-pkgver=0.9.19
-pkgrel=3
+pkgver=0.9.20
+pkgrel=1
 pkgdesc="mount removable devices as normal user"
 arch=(i686 x86_64)
 license=('GPL2')
@@ -14,10 +14,9 @@
 source=(http://alioth.debian.org/frs/download.php/2867/${pkgname}-${pkgver}.tar.gz)
 
 build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}/${pkgname}-0.9.19"
   ./configure --prefix=/usr --with-cryptsetup-prog=/usr/sbin/cryptsetup || return 1
   make || return 1 
   make DESTDIR="${pkgdir}" install || return 1
 }
-
 md5sums=('2fd9fe103375dbd0c91af2f302250a8c')




More information about the arch-commits mailing list