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

Antonio Rojas arojas at archlinux.org
Thu Feb 23 21:26:27 UTC 2017


    Date: Thursday, February 23, 2017 @ 21:26:26
  Author: arojas
Revision: 213667

Move libconfig to makedepends (FS#53065)

Modified:
  ldc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-02-23 20:45:45 UTC (rev 213666)
+++ PKGBUILD	2017-02-23 21:26:26 UTC (rev 213667)
@@ -10,8 +10,7 @@
 arch=('i686' 'x86_64')
 url="https://github.com/ldc-developers/ldc"
 license=('BSD')
-depends=('libconfig')
-makedepends=('cmake' 'llvm' 'dmd')
+makedepends=('cmake' 'llvm' 'dmd' 'libconfig')
 source=("https://github.com/ldc-developers/ldc/releases/download/v$pkgver/ldc-$pkgver-src.tar.gz"
         "ldc2.conf"
        )



More information about the arch-commits mailing list