Update to v0.9.1

This commit is contained in:
debba 2026-02-25 16:18:47 +00:00
parent d2b43c0bea
commit 44d3dbd39d
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
pkgbase = tabularis-bin
pkgdesc = A lightweight, developer-focused database management tool
pkgver = 0.9.0
pkgver = 0.9.1
pkgrel = 1
url = https://github.com/debba/tabularis
arch = x86_64
@ -11,7 +11,7 @@ pkgbase = tabularis-bin
depends = openssl
provides = tabularis
conflicts = tabularis
source = tabularis_0.9.0_amd64.deb::https://github.com/debba/tabularis/releases/download/v0.9.0/tabularis_0.9.0_amd64.deb
sha256sums = d91701741693f45fa25638e4300be0f2492b5d375d0aa3101cea7498dfb7b2d1
source = tabularis_0.9.1_amd64.deb::https://github.com/debba/tabularis/releases/download/v0.9.1/tabularis_0.9.1_amd64.deb
sha256sums = 752d1f497e8521500f4f523f373e9236cc329fccfe7d6604ed9951a0509ea9bf
pkgname = tabularis-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Debba <debba@example.com>
pkgname=tabularis-bin
_pkgname=tabularis
pkgver=0.9.0
pkgver=0.9.1
pkgrel=1
pkgdesc="A lightweight, developer-focused database management tool"
arch=('x86_64')
@ -11,7 +11,7 @@ provides=("${_pkgname}")
conflicts=("${_pkgname}")
depends=('webkit2gtk-4.1' 'gtk3' 'libappindicator-gtk3' 'openssl')
source=("${_pkgname}_${pkgver}_amd64.deb::${url}/releases/download/v${pkgver}/${_pkgname}_${pkgver}_amd64.deb")
sha256sums=('d91701741693f45fa25638e4300be0f2492b5d375d0aa3101cea7498dfb7b2d1')
sha256sums=('752d1f497e8521500f4f523f373e9236cc329fccfe7d6604ed9951a0509ea9bf')
package() {
bsdtar -xf data.tar.* -C "${pkgdir}"