Date: Sunday, June 7, 2020 @ 13:36:22 Author: heftig Revision: 640048
5.0.1-85: linux 5.7.1.arch1-1 Modified: deepin-anything-arch/trunk/PKGBUILD ----------+ PKGBUILD | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-06-07 13:35:10 UTC (rev 640047) +++ PKGBUILD 2020-06-07 13:36:22 UTC (rev 640048) @@ -2,7 +2,7 @@ pkgname=deepin-anything-arch pkgver=5.0.1 -pkgrel=84 +pkgrel=85 pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel" arch=('x86_64') url="https://github.com/linuxdeepin/deepin-anything" @@ -30,6 +30,7 @@ cd deepin-anything-$pkgver local extradir=/usr/lib/modules/$(</usr/src/linux/version)/extramodules + strip --strip-debug kernelmod/*.ko install -Dt "$pkgdir$extradir" -m644 kernelmod/*.ko find "$pkgdir" -name '*.ko' -exec xz {} + }