From 82d83284ae0620b6b76fc6ffe8a9e8b0e9b767c6 Mon Sep 17 00:00:00 2001 From: Yuki Ibe Date: Mon, 24 Nov 2025 11:57:18 +0000 Subject: [PATCH] 3.9.3-2 --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index a14c5c4e5b7ff..493ed41e091b3 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -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 diff --git a/PKGBUILD b/PKGBUILD index 1abc787f4dd85..5cd50aaa0d7ba 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -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"