Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages /
tabiew
Commits:
6ac28d35 by Caleb Maclennan at 2026-05-06T00:26:32+03:00
upgpkg: 0.13.1-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = tabiew
pkgdesc = A lightweight TUI to view and query CSV files
- pkgver = 0.13.0
- pkgrel = 2
+ pkgver = 0.13.1
+ pkgrel = 1
url = https://github.com/shshemi/tabiew
arch = x86_64
license = MIT
@@ -12,7 +12,7 @@ pkgbase = tabiew
depends = sqlcipher
depends = zstd
options = !lto
- source =
https://github.com/shshemi/tabiew/archive/v0.13.0/tabiew-0.13.0.tar.gz
- sha512sums =
5ef5c9a5454c5d1c50776e84ca6c7e6fc8ec57c11e5519b9296ab053816244851fec469e5e708f2e220df91beffb1643f9efe6903ea0517e8de58912b0870ed3
+ source =
https://github.com/shshemi/tabiew/archive/v0.13.1/tabiew-0.13.1.tar.gz
+ sha512sums =
aaf075ae5b92a757dbe03cabbafa8493b0060978e59386d54cf1cbf521fc878f50cf00838c68b7a080af585b1c06482122cb1ff3b12322faeee5464d38065894
pkgname = tabiew
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Maintainer: Caleb Maclennan <[email protected]>
pkgname=tabiew
-pkgver=0.13.0
-pkgrel=2
+pkgver=0.13.1
+pkgrel=1
pkgdesc="A lightweight TUI to view and query CSV files"
arch=('x86_64')
url="https://github.com/shshemi/tabiew"
@@ -11,7 +11,7 @@ license=('MIT')
depends=('glibc' 'libgcc' 'openssl' 'sqlcipher' 'zstd')
makedepends=('cargo')
source=("$url/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha512sums=('5ef5c9a5454c5d1c50776e84ca6c7e6fc8ec57c11e5519b9296ab053816244851fec469e5e708f2e220df91beffb1643f9efe6903ea0517e8de58912b0870ed3')
+sha512sums=('aaf075ae5b92a757dbe03cabbafa8493b0060978e59386d54cf1cbf521fc878f50cf00838c68b7a080af585b1c06482122cb1ff3b12322faeee5464d38065894')
options=('!lto')
prepare() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tabiew/-/commit/6ac28d35045f455dd6690584047cea40442159e3
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/tabiew/-/commit/6ac28d35045f455dd6690584047cea40442159e3
You're receiving this email because of your account on gitlab.archlinux.org.
Manage all notifications: https://gitlab.archlinux.org/-/profile/notifications
| Help: https://gitlab.archlinux.org/help