[arch-commits] Commit in units/trunk (PKGBUILD)

Kyle Keen kkeen at archlinux.org
Mon Feb 26 00:02:51 UTC 2018


    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 <keenerd at gmail.com>
 # Maintainer: Sergej Pupykin <pupykin.s+arch at gmail.com>
 # Maintainer: Jeff Mickey <jeff at archlinux.org>
 # Contributor: Steve Sansom <snsansom at gmail.com>
@@ -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')



More information about the arch-commits mailing list