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

Sven-Hendrik Haase svenstaro at gemini.archlinux.org
Fri Jan 28 14:55:00 UTC 2022


    Date: Friday, January 28, 2022 @ 14:55:00
  Author: svenstaro
Revision: 1118339

upgpkg: arrayfire 3.8.1-2: Remove extra libforge lib

Modified:
  arrayfire/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-28 14:39:39 UTC (rev 1118338)
+++ PKGBUILD	2022-01-28 14:55:00 UTC (rev 1118339)
@@ -1,7 +1,7 @@
 # Maintainer: Sven-Hendrik Haase <svenstaro at archlinux.org>
 pkgname=arrayfire
 pkgver=3.8.1
-pkgrel=1
+pkgrel=2
 pkgdesc="High performance software library for parallel computing with an easy-to-use API"
 arch=('x86_64')
 url='https://arrayfire.com'
@@ -62,4 +62,5 @@
 
   DESTDIR="${pkgdir}/" ninja -C build install
   rm -r "${pkgdir}"/usr/LICENSES
+  rm -r "${pkgdir}"/usr/lib/libforge*
 }



More information about the arch-commits mailing list