Date: Monday, February 26, 2018 @ 00:02:36 Author: kkeen Revision: 298165
upgpkg: units 2.16-2 FS#57632 Modified: units/trunk/PKGBUILD ----------+ PKGBUILD | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-02-25 23:59:35 UTC (rev 298164) +++ PKGBUILD 2018-02-26 00:02:36 UTC (rev 298165) @@ -1,4 +1,5 @@ # $Id$ +# Maintainer: Kyle Keen <[email protected]> # Maintainer: Sergej Pupykin <[email protected]> # Maintainer: Jeff Mickey <[email protected]> # Contributor: Steve Sansom <[email protected]> @@ -5,11 +6,13 @@ pkgname=units pkgver=2.16 -pkgrel=1 +pkgrel=2 pkgdesc="converts between different units" arch=('x86_64') url="http://www.gnu.org/software/units/units.html" -depends=('readline' 'python' 'python-unidecode') +depends=('readline') +optdepends=('python-unidecode: for live currency rates' + 'python-requests: for live currency rates') license=("GPL") options=('!makeflags') validpgpkeys=('9AD8FC4162D7937CF64F972E1889D5F0E0636F49')
