[arch-commits] Commit in udiskie/trunk (PKGBUILD)
Daniel Wallace
dwallace at archlinux.org
Sun Aug 3 03:51:40 UTC 2014
Date: Sunday, August 3, 2014 @ 05:51:40
Author: dwallace
Revision: 116769
upgpkg: udiskie 1.1.1-1
upgpkg: udiskie 1.1.1
Modified:
udiskie/trunk/PKGBUILD
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-08-03 03:49:52 UTC (rev 116768)
+++ PKGBUILD 2014-08-03 03:51:40 UTC (rev 116769)
@@ -2,13 +2,13 @@
# Maintainer: Daniel Wallace <danielwallace at gtmanfred dot com>
# Contributor: Byron Clark <byron at theclarkfamily.name>
pkgname=udiskie
-pkgver=1.0.2
-pkgrel=2
+pkgver=1.1.1
+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')
+depends=('udisks' 'python-gobject' 'python-setuptools' 'python-yaml' 'python-docopt' 'gettext')
makedepends=('asciidoc')
optdepends=('zenity: for luks decryption'
'pygtk: for tray icon')
@@ -15,7 +15,7 @@
options=(!emptydirs)
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')
+md5sums=('a676edaeb2aad227b7695a3e8bb05184')
package() {
cd "$srcdir/$pkgname-$pkgver"
More information about the arch-commits
mailing list