Date: Tuesday, July 1, 2014 @ 02:55:25 Author: dwallace Revision: 113821
upgpkg: udiskie 1.0.2-2 upgpkg: udiskie 1.0.2-2 fix depends Modified: udiskie/trunk/PKGBUILD ----------+ PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2014-06-30 20:26:05 UTC (rev 113820) +++ PKGBUILD 2014-07-01 00:55:25 UTC (rev 113821) @@ -3,17 +3,17 @@ # Contributor: Byron Clark <[email protected]> pkgname=udiskie pkgver=1.0.2 -pkgrel=1 +pkgrel=2 pkgdesc="Removable disk automounter using udisks" arch=('any') url="https://pypi.python.org/pypi/udiskie" license=('MIT') -depends=('udisks' 'python-dbus' 'python-gobject' 'python-setuptools' 'python-yaml' 'python-docopt') +depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 'python-docopt') makedepends=('asciidoc') optdepends=('zenity: for luks decryption' 'pygtk: for tray icon') options=(!emptydirs) -optdepends=('udisks2: experimenatl use on the command line with -2') +optdepends=('udisks2: experimental use on the command line with -2') source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz") md5sums=('f9e701e649515694242393077e7c5b66')
