Date: Friday, June 25, 2010 @ 05:22:24 Author: tpowa Revision: 84000 upgpkg: pmount 0.9.23-1 bump to latest version
Modified: pmount/trunk/PKGBUILD ----------+ PKGBUILD | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2010-06-25 09:02:27 UTC (rev 83999) +++ PKGBUILD 2010-06-25 09:22:24 UTC (rev 84000) @@ -2,8 +2,8 @@ # Maintainer: Tobias Powalowski <[email protected]> pkgname=pmount -pkgver=0.9.22 -pkgrel=2 +pkgver=0.9.23 +pkgrel=1 pkgdesc="mount removable devices as normal user" arch=(i686 x86_64) license=('GPL2') @@ -12,7 +12,7 @@ depends=('sysfsutils>=2.0.0-1' 'bash') optdepends=('hal: needed for pmount-hal') makedepends=('intltool' 'hal') -source=(https://alioth.debian.org/frs/download.php/3293/pmount-0.9.22.tar.bz2) +source=(https://alioth.debian.org/frs/download.php/3310/pmount-0.9.23.tar.bz2) build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -20,4 +20,4 @@ make || return 1 make DESTDIR="${pkgdir}" install || return 1 } -md5sums=('8a0ad781a7f19ef98d7b1b8cd555bf71') +md5sums=('db19f5bf3151b1b41705ec7bafa439d3')
