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

Evangelos Foutras foutrelis at archlinux.org
Thu Mar 22 21:56:04 UTC 2018


    Date: Thursday, March 22, 2018 @ 21:56:03
  Author: foutrelis
Revision: 310891

upgpkg: ispc 1.9.2-3

Move clang to runtime dependencies; needed now that clang ships shared libs.

Modified:
  ispc/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-03-22 21:54:57 UTC (rev 310890)
+++ PKGBUILD	2018-03-22 21:56:03 UTC (rev 310891)
@@ -4,13 +4,13 @@
 
 pkgname=ispc
 pkgver=1.9.2
-pkgrel=2
+pkgrel=3
 pkgdesc="A compiler for high-performance SIMD programming on the CPU"
 arch=('x86_64')
 url="https://ispc.github.io/"
 license=('BSD')
-depends=('ncurses' 'zlib' 'llvm-libs')
-makedepends=('llvm' 'clang' 'python' 'lib32-glibc')
+depends=('ncurses' 'zlib' 'llvm-libs' 'clang')
+makedepends=('llvm' 'python' 'lib32-glibc')
 source=(${pkgname}-${pkgver}.tar.gz::"https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz"
         '0001-Remove-uses-of-LLVM-dump-functions.patch' # Borrowed from Fedora
         'llvm6.0_compat.diff')



More information about the arch-commits mailing list