Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / qsv


Commits:
6b6556d7 by Caleb Maclennan at 2026-01-13T12:42:51+03:00
upgpkg: 14.0.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
 pkgbase = qsv
        pkgdesc = quicksilver data-wrangling toolkit (fork of xsv) for tabular 
data such as CSV
-       pkgver = 13.0.0
-       pkgrel = 2
+       pkgver = 14.0.0
+       pkgrel = 1
        url = https://github.com/dathere/qsv
        arch = x86_64
        license = MIT
@@ -20,7 +20,7 @@ pkgbase = qsv
        depends = libwayland-client.so
        replaces = qsv-bin
        options = !lto
-       source = https://github.com/dathere/qsv/archive/13.0.0/qsv-13.0.0.tar.gz
-       sha256sums = 
5da7ab158091534d1e5d7e9bfd37a6149720d378f59dbf425dedc67ca4acbf2f
+       source = https://github.com/dathere/qsv/archive/14.0.0/qsv-14.0.0.tar.gz
+       sha256sums = 
b03c3aeb5e6106c2c0a1aa15dd2bec04c493c3347166edbebe39dc7006a3791c
 
 pkgname = qsv


=====================================
PKGBUILD
=====================================
@@ -1,8 +1,8 @@
 # Maintainer: Caleb Maclennan <[email protected]>
 
 pkgname=qsv
-pkgver=13.0.0
-pkgrel=2
+pkgver=14.0.0
+pkgrel=1
 pkgdesc='quicksilver data-wrangling toolkit (fork of xsv) for tabular data 
such as CSV'
 arch=(x86_64)
 url="https://github.com/dathere/$pkgname";
@@ -21,7 +21,7 @@ replaces=(qsv-bin)
 _archive="$pkgname-$pkgver"
 options=(!lto)
 source=("$url/archive/$pkgver/$_archive.tar.gz")
-sha256sums=('5da7ab158091534d1e5d7e9bfd37a6149720d378f59dbf425dedc67ca4acbf2f')
+sha256sums=('b03c3aeb5e6106c2c0a1aa15dd2bec04c493c3347166edbebe39dc7006a3791c')
 
 prepare() {
        cd "$_archive"



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qsv/-/commit/6b6556d78a684118905e13535a4fd199ed19fc12

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/qsv/-/commit/6b6556d78a684118905e13535a4fd199ed19fc12
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to