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

Antonio Rojas arojas at archlinux.org
Sat Jul 8 10:49:28 UTC 2017


    Date: Saturday, July 8, 2017 @ 10:49:27
  Author: arojas
Revision: 243319

Update to 1.3.0

Modified:
  ldc/trunk/PKGBUILD

----------+
 PKGBUILD |   20 +++++++++-----------
 1 file changed, 9 insertions(+), 11 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-07-08 10:32:56 UTC (rev 243318)
+++ PKGBUILD	2017-07-08 10:49:27 UTC (rev 243319)
@@ -4,18 +4,18 @@
 # Contributor: Sven-Hendrik Haase <sh at lutzhaase.com>
 pkgname=('ldc' 'liblphobos')
 groups=('dlang' 'dlang-ldc')
-pkgver=1.2.0
+pkgver=1.3.0
 epoch=1
-pkgrel=3
+pkgrel=1
 pkgdesc="A D Compiler based on the LLVM Compiler Infrastructure including D runtime and libphobos2"
 arch=('i686' 'x86_64')
 url="https://github.com/ldc-developers/ldc"
 license=('BSD')
-makedepends=('cmake' 'llvm' 'dmd' 'libconfig')
+makedepends=('cmake' 'llvm' 'dmd')
 source=("https://github.com/ldc-developers/ldc/releases/download/v$pkgver/ldc-$pkgver-src.tar.gz"
         "ldc2.conf"
        )
-sha256sums=('910e8a670f0fadcaf64403c924091d6debf7ad29e203808f5f2b6899217e6f2b'
+sha256sums=('efe31a639bcb44e1f5b752da21713376d9410a01279fecc8aab8572065a3050b'
             '2ef3b1090e25187305f18ce6fbbbc45527dcbb33570afbe30e177790813948db')
 
 build() {
@@ -39,9 +39,9 @@
 }
 
 package_ldc() {
-    depends=('liblphobos' 'libconfig' 'llvm-libs')
-    backup=("etc/ldc2.conf")
-    provides=("d-compiler")
+    depends=('liblphobos' 'llvm-libs')
+    backup=('etc/ldc2.conf')
+    provides=('d-compiler')
 
     cd tmp_install_dir
 
@@ -62,10 +62,8 @@
 }
 
 package_liblphobos() {
-    provides=("d-runtime" "d-stdlib")
-    replaces=("liblphobos-devel")
-    conflicts=("liblphobos-devel")
-    depends=("curl")
+    provides=('d-runtime' 'd-stdlib')
+    depends=('curl')
 
     # licenses
     install -D -m644 $srcdir/ldc-$pkgver-src/LICENSE $pkgdir/usr/share/licenses/$pkgname/LICENSE    



More information about the arch-commits mailing list