mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
3.9.3-2
This commit is contained in:
parent
db0febde04
commit
82d83284ae
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue