summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/udiskie/README2
-rw-r--r--system/udiskie/udiskie.SlackBuild4
-rw-r--r--system/udiskie/udiskie.info6
3 files changed, 7 insertions, 5 deletions
diff --git a/system/udiskie/README b/system/udiskie/README
index b1cf74a21e..35f6782e4d 100644
--- a/system/udiskie/README
+++ b/system/udiskie/README
@@ -2,3 +2,5 @@ udiskie is a simple daemon that uses UDisks_ to automatically mount
removable storage devices. This daemon comes with optional mount
notifications and gtk tray icon. It also provides a user level CLI for
mount and unmount operations.
+
+Optional dependency: python-keyutils
diff --git a/system/udiskie/udiskie.SlackBuild b/system/udiskie/udiskie.SlackBuild
index 8c027b818f..1047e9a72d 100644
--- a/system/udiskie/udiskie.SlackBuild
+++ b/system/udiskie/udiskie.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for udiskie
-# Copyright 2014-2015 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2016 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=udiskie
-VERSION=${VERSION:-1.4.5}
+VERSION=${VERSION:-1.4.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/udiskie/udiskie.info b/system/udiskie/udiskie.info
index 205e014363..337912dc11 100644
--- a/system/udiskie/udiskie.info
+++ b/system/udiskie/udiskie.info
@@ -1,8 +1,8 @@
PRGNAM="udiskie"
-VERSION="1.4.5"
+VERSION="1.4.6"
HOMEPAGE="https://github.com/coldfix/udiskie"
-DOWNLOAD="https://pypi.python.org/packages/source/u/udiskie/udiskie-1.4.5.tar.gz"
-MD5SUM="632aec13c55c6520cff87beb272a5ae5"
+DOWNLOAD="https://pypi.python.org/packages/source/u/udiskie/udiskie-1.4.6.tar.gz"
+MD5SUM="aa4220da5012e70cd8300315207f7cf8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pygobject3 PyYAML docopt"