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

Antonio Rojas arojas at archlinux.org
Fri Jan 11 09:59:13 UTC 2019


    Date: Friday, January 11, 2019 @ 09:59:10
  Author: arojas
Revision: 422387

Add missing libedit dependency

Modified:
  openipmi/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-01-11 09:54:55 UTC (rev 422386)
+++ PKGBUILD	2019-01-11 09:59:10 UTC (rev 422387)
@@ -12,7 +12,7 @@
 arch=('x86_64')
 license=('LGPL2.1')
 makedepends=('python' 'swig')
-depends=('popt' 'ncurses' 'net-snmp' 'glib2' 'gdbm')
+depends=('popt' 'ncurses' 'net-snmp' 'glib2' 'gdbm' 'libedit')
 optdepends=('python: bindings')
 source=("https://downloads.sourceforge.net/project/${pkgname}/${_pkgname}%202.0%20Library/${_pkgname}-${pkgver}.tar.gz")
 sha256sums=('83986368c30a1158303435ad5a2b1bd3c6a39664b46d10fc0b8f9d2a78e2f524')



More information about the arch-commits mailing list