mirror of
https://github.com/SinTan1729/lure-repo.git
synced 2024-12-25 22:38:36 -06:00
fix: Do not use zstd
This commit is contained in:
parent
4ffb9776ae
commit
6e4b13ea58
1 changed files with 2 additions and 2 deletions
|
@ -8,7 +8,7 @@ maintainer='SinTan1729'
|
|||
license=('APACHE-2.0' 'MIT')
|
||||
provides=('fastfetch', 'flashfetch')
|
||||
conflicts=('fastfetch', 'flashfetch')
|
||||
dependencies=('rpm2cpio', 'zstd')
|
||||
dependencies=('rpm2cpio')
|
||||
git_repo='fastfetch-cli/fastfetch'
|
||||
|
||||
sources=()
|
||||
|
@ -25,5 +25,5 @@ package() {
|
|||
# Build package
|
||||
echo Creating the package
|
||||
cd ${pkgdir}
|
||||
rpm2cpio ${srcdir}/${name}.rpm | zstd -d | cpio -idmv
|
||||
rpm2cpio ${srcdir}/${name}.rpm | cpio -idmv
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue