From a47b0d5a763315feda5d9eb0327c69ccf88e829e Mon Sep 17 00:00:00 2001 From: kohii Date: Wed, 21 Jan 2026 10:23:43 +0000 Subject: [PATCH] Update AUR package --- .SRCINFO | 10 +++++----- PKGBUILD | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 3261ba12c1880..642d8315718f8 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,6 +1,6 @@ pkgbase = smoothcsv-bin pkgdesc = A powerful and intuitive CSV editor built for real work - pkgver = 3.12.1 + pkgver = 3.12.2 pkgrel = 1 url = https://smoothcsv.com arch = x86_64 @@ -18,9 +18,9 @@ pkgbase = smoothcsv-bin conflicts = smoothcsv source = LICENSE-SmoothCSV.md::https://raw.githubusercontent.com/kohii/smoothcsv-website/refs/heads/main/src/pages/terms.md sha256sums = 21185cf5a704c8c91420cb9f25baf0937f852e3a40ada396b9f29cedf79bfab0 - source_x86_64 = SmoothCSV_3.12.1_amd64.deb::https://github.com/kohii/smoothcsv3/releases/download/v3.12.1/SmoothCSV_3.12.1_amd64.deb - sha256sums_x86_64 = a451e04e8800dd0b32fb4c477b0259ddfa19cfd97a4966b1e68d14663758054a - source_aarch64 = SmoothCSV_3.12.1_arm64.deb::https://github.com/kohii/smoothcsv3/releases/download/v3.12.1/SmoothCSV_3.12.1_arm64.deb - sha256sums_aarch64 = 26ae3bf97d52f14d1573038787e39f3f6ed0cce34f9b913c10704a97a80fe886 + source_x86_64 = SmoothCSV_3.12.2_amd64.deb::https://github.com/kohii/smoothcsv3/releases/download/v3.12.2/SmoothCSV_3.12.2_amd64.deb + sha256sums_x86_64 = 434075e1ed3ce9d690dd65e53f818a1b7792b44f10c88795d2dcad9ddef7a435 + source_aarch64 = SmoothCSV_3.12.2_arm64.deb::https://github.com/kohii/smoothcsv3/releases/download/v3.12.2/SmoothCSV_3.12.2_arm64.deb + sha256sums_aarch64 = 7217752dc80eb59beb43727e7832cddea551fd67b3e1c3d9031d37553b660291 pkgname = smoothcsv-bin diff --git a/PKGBUILD b/PKGBUILD index bbfe576009578..723fcdc39c995 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,6 +1,6 @@ # Maintainer: kohii pkgname=smoothcsv-bin -pkgver=3.12.1 +pkgver=3.12.2 pkgrel=1 pkgdesc="A powerful and intuitive CSV editor built for real work" arch=('x86_64' 'aarch64') @@ -13,8 +13,8 @@ source=("LICENSE-SmoothCSV.md::https://raw.githubusercontent.com/kohii/smoothcsv source_x86_64=("SmoothCSV_${pkgver}_amd64.deb::https://github.com/kohii/smoothcsv3/releases/download/v${pkgver}/SmoothCSV_${pkgver}_amd64.deb") source_aarch64=("SmoothCSV_${pkgver}_arm64.deb::https://github.com/kohii/smoothcsv3/releases/download/v${pkgver}/SmoothCSV_${pkgver}_arm64.deb") sha256sums=('21185cf5a704c8c91420cb9f25baf0937f852e3a40ada396b9f29cedf79bfab0') -sha256sums_x86_64=('a451e04e8800dd0b32fb4c477b0259ddfa19cfd97a4966b1e68d14663758054a') -sha256sums_aarch64=('26ae3bf97d52f14d1573038787e39f3f6ed0cce34f9b913c10704a97a80fe886') +sha256sums_x86_64=('434075e1ed3ce9d690dd65e53f818a1b7792b44f10c88795d2dcad9ddef7a435') +sha256sums_aarch64=('7217752dc80eb59beb43727e7832cddea551fd67b3e1c3d9031d37553b660291') prepare() { # Strip the front matter (--- ... ---) from the terms markdown.