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

Sven-Hendrik Haase svenstaro at archlinux.org
Sun May 24 01:43:53 UTC 2020


    Date: Sunday, May 24, 2020 @ 01:43:53
  Author: svenstaro
Revision: 632732

upgpkg: openimagedenoise 1.2.0-2: Remove /usr/bin/tests binary

Modified:
  openimagedenoise/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-24 01:38:45 UTC (rev 632731)
+++ PKGBUILD	2020-05-24 01:43:53 UTC (rev 632732)
@@ -4,7 +4,7 @@
 pkgname=openimagedenoise
 _pkgname=oidn
 pkgver=1.2.0
-pkgrel=1
+pkgrel=2
 pkgdesc='Intel(R) Open Image Denoise library'
 arch=('x86_64')
 url='https://openimagedenoise.github.io'
@@ -41,5 +41,6 @@
 package() {
     cd $_pkgname
     DESTDIR="$pkgdir" ninja -C build install
+    rm "$pkgdir/usr/bin/tests"
 }
 



More information about the arch-commits mailing list