This commit is contained in:
Yuki Ibe 2025-11-24 11:57:18 +00:00
parent db0febde04
commit 82d83284ae
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
pkgbase = smoothcsv-bin
pkgdesc = A powerful and intuitive tool for editing CSV files
pkgver = 3.9.3
pkgrel = 1
pkgrel = 2
url = https://smoothcsv.com/
arch = x86_64
arch = aarch64

View file

@ -2,7 +2,7 @@
pkgname=smoothcsv-bin
pkgver=3.9.3
pkgrel=1
pkgrel=2
_rpmver=${pkgver}-1
pkgdesc="A powerful and intuitive tool for editing CSV files"
arch=('x86_64' 'aarch64')
@ -23,7 +23,7 @@ prepare() {
}
package() {
cp -a "$srcdir/usr" "$pkgdir/"
cp -dpR --no-preserve=ownership "$srcdir/usr" "$pkgdir/"
install -Dm644 "$srcdir/LICENSE-SmoothCSV.md" \
"$pkgdir/usr/share/licenses/${pkgname}/LICENSE-SmoothCSV.md"