mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/udiskie: Updated for version 1.4.6.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ebdad0610b
commit
af3b3cccde
3 changed files with 7 additions and 5 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue