Date: Saturday, December 14, 2019 @ 13:37:51 Author: foxboron Revision: 537640
upgpkg: udiskie 1.7.7-3 Fixes FS#62017 Modified: udiskie/trunk/PKGBUILD ----------+ PKGBUILD | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2019-12-14 13:34:12 UTC (rev 537639) +++ PKGBUILD 2019-12-14 13:37:51 UTC (rev 537640) @@ -1,4 +1,4 @@ -# Maintainer: <[email protected]> +# Maintainer: Morten Linderud <[email protected]> # Contibutor: Pierre Neidhardt <[email protected]> # Contributor: Daniel Wallace <danielwallace at gtmanfred dot com> # Contributor: Byron Clark <[email protected]> @@ -5,7 +5,7 @@ pkgname=udiskie pkgver=1.7.7 -pkgrel=2 +pkgrel=3 pkgdesc="Removable disk automounter using udisks" arch=("any") url="https://pypi.python.org/pypi/udiskie" @@ -12,6 +12,7 @@ license=("MIT") depends=("udisks2" "python" "python-gobject" "python-yaml" "python-docopt" "gtk3" "libnotify" "python-keyutils") makedepends=("asciidoc" "python-setuptools") +optdepends=("libappindicator-gtk3: --appindicator support") source=("$pkgname-$pkgver.tar.gz::https://codeload.github.com/coldfix/$pkgname/tar.gz/$pkgver") sha256sums=('dd6f01dd43ea377838834da99a12980fcd488f9de1bbbb19ad92687d8b9e94ba')
