[arch-commits] Commit in libde265/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Tue Jun 16 13:58:14 UTC 2020
Date: Tuesday, June 16, 2020 @ 13:58:13
Author: arojas
Revision: 389316
Remove tests executable (FS#67022)
Modified:
libde265/trunk/PKGBUILD
----------+
PKGBUILD | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2020-06-16 13:56:03 UTC (rev 389315)
+++ PKGBUILD 2020-06-16 13:58:13 UTC (rev 389316)
@@ -4,7 +4,7 @@
pkgname=libde265
pkgver=1.0.5
-pkgrel=1
+pkgrel=2
pkgdesc="Open h.265 video codec implementation"
arch=(x86_64)
url="https://github.com/strukturag/libde265"
@@ -25,4 +25,7 @@
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
+
+# Remove useless tests binary
+ rm "$pkgdir"/usr/bin/tests
}
More information about the arch-commits
mailing list