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

Daniel Wallace dwallace at archlinux.org
Tue Sep 8 17:06:03 UTC 2015


    Date: Tuesday, September 8, 2015 @ 19:06:03
  Author: dwallace
Revision: 139629

upgpkg: udiskie 1.3.0-1

upgpkg: udiskie 1.3.0

Modified:
  udiskie/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-09-08 16:36:04 UTC (rev 139628)
+++ PKGBUILD	2015-09-08 17:06:03 UTC (rev 139629)
@@ -2,21 +2,21 @@
 # Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
 # Contributor: Byron Clark <byron at theclarkfamily.name>
 pkgname=udiskie
-pkgver=1.2.0
+pkgver=1.3.0
 pkgrel=1
 pkgdesc="Removable disk automounter using udisks"
 arch=('any')
 url="https://pypi.python.org/pypi/udiskie"
 license=('MIT')
-depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 'python-docopt' 'gettext' 'libnotify')
+depends=('udisks2' 'python-gobject' 'python-setuptools' 'python-yaml' 'python-docopt' 'gettext' 'libnotify')
 makedepends=('asciidoc')
 optdepends=('zenity: for luks decryption'
             'pygtk: for tray icon'
-            'udisks2: experimental use on the command line with -2'
+            'udisks: optional for use with old backend'
             'notification-daemon: for notifications')
 options=(!emptydirs)
 source=("https://pypi.python.org/packages/source/${pkgname:0:1}/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('df5ee82d33f5e129093e99a15ebfd590')
+md5sums=('e61f1c18e909ff8b4c83d8e0d21dc1f7')
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"



More information about the arch-commits mailing list