Jan Alexander Steffens (heftig) pushed to branch main at Arch Linux / Packaging
/ Packages / deepin-anything-arch
Commits:
271b155f by Jan Alexander Steffens (heftig) at 2024-12-06T18:44:10+01:00
6.1.2-114: Use zstd
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = deepin-anything-arch
pkgdesc = Deepin Anything file search tool, kernel module for Arch
kernel
pkgver = 6.1.2
- pkgrel = 113
+ pkgrel = 114
url = https://github.com/linuxdeepin/deepin-anything
arch = x86_64
license = GPL3
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
pkgname=deepin-anything-arch
pkgver=6.1.2
-pkgrel=113
+pkgrel=114
pkgdesc="Deepin Anything file search tool, kernel module for Arch kernel"
arch=('x86_64')
url="https://github.com/linuxdeepin/deepin-anything"
@@ -26,5 +26,5 @@ package() {
local extradir=/usr/lib/modules/$(</usr/src/linux/version)/extramodules
install -Dt "$pkgdir$extradir" -m644 *.ko
find "$pkgdir" -name '*.ko' -exec strip --strip-debug {} +
- find "$pkgdir" -name '*.ko' -exec xz {} +
+ find "${pkgdir}" -name '*.ko' -exec zstd --rm -19 {} +
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-anything-arch/-/commit/271b155f3203134fdc6926ea3e2f1c71ec6e3a37
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/deepin-anything-arch/-/commit/271b155f3203134fdc6926ea3e2f1c71ec6e3a37
You're receiving this email because of your account on gitlab.archlinux.org.