Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / qsv
Commits:
b494c20d by Caleb Maclennan at 2026-01-29T10:56:17+03:00
upgpkg: 15.0.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = qsv
pkgdesc = quicksilver data-wrangling toolkit (fork of xsv) for tabular
data such as CSV
- pkgver = 15.0.0
+ pkgver = 15.0.1
pkgrel = 1
url = https://github.com/dathere/qsv
arch = x86_64
@@ -20,7 +20,7 @@ pkgbase = qsv
depends = libwayland-client.so
replaces = qsv-bin
options = !lto
- source = https://github.com/dathere/qsv/archive/15.0.0/qsv-15.0.0.tar.gz
- sha256sums =
441e214b93a11939c7dc9f294c504977285104fd9d8895c17eabbd4f80a53590
+ source = https://github.com/dathere/qsv/archive/15.0.1/qsv-15.0.1.tar.gz
+ sha256sums =
5ca3a5d3259176d468002a54699f93341f7feff115a26f9a1ea6bb9aa55b24c0
pkgname = qsv
=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=qsv
-pkgver=15.0.0
+pkgver=15.0.1
pkgrel=1
pkgdesc='quicksilver data-wrangling toolkit (fork of xsv) for tabular data
such as CSV'
arch=(x86_64)
@@ -21,7 +21,7 @@ replaces=(qsv-bin)
_archive="$pkgname-$pkgver"
options=(!lto)
source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('441e214b93a11939c7dc9f294c504977285104fd9d8895c17eabbd4f80a53590')
+sha256sums=('5ca3a5d3259176d468002a54699f93341f7feff115a26f9a1ea6bb9aa55b24c0')
prepare() {
cd "$_archive"
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qsv/-/commit/b494c20da5f3e144997561d09c8b8582e611334b
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/qsv/-/commit/b494c20da5f3e144997561d09c8b8582e611334b
You're receiving this email because of your account on gitlab.archlinux.org.