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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun Feb 16 17:48:05 UTC 2020


    Date: Sunday, February 16, 2020 @ 17:48:05
  Author: svenstaro
Revision: 572740

upgpkg: arrayfire 3.7.0-3: Remove wrong LICENSE file locations

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-02-16 17:40:59 UTC (rev 572739)
+++ PKGBUILD	2020-02-16 17:48:05 UTC (rev 572740)
@@ -4,7 +4,7 @@
 url='https://arrayfire.com'
 pkgver=3.7.0
 arch=('x86_64')
-pkgrel=2
+pkgrel=3
 license=('BSD')
 depends=('cblas' 'fftw' 'lapacke' 'forge' 'freeimage' 'glfw' 'glew' 'intel-mkl')
 makedepends=('cmake' 'graphviz' 'doxygen' 'opencl-headers' 'python' 'ocl-icd' 'cuda' 'cudnn' 'git' 'ninja' 'boost')
@@ -59,4 +59,5 @@
   cd build
 
   DESTDIR="${pkgdir}/" ninja install
+  rm -r "${pkgdir}"/usr/LICENSES
 }



More information about the arch-commits mailing list