Update to v0.9.0

This commit is contained in:
debba 2026-02-23 14:30:30 +00:00
parent 0452fdbfa3
commit d2b43c0bea
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.8.15
pkgver = 0.9.0
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.8.15_amd64.deb::https://github.com/debba/tabularis/releases/download/v0.8.15/tabularis_0.8.15_amd64.deb
sha256sums = 78176278f0bcf002f6cfc705e08209f4cc309edd3ba5ee2a0dd3ce257322839c
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
pkgname = tabularis-bin

View file

@ -1,7 +1,7 @@
# Maintainer: Debba <debba@example.com>
pkgname=tabularis-bin
_pkgname=tabularis
pkgver=0.8.15
pkgver=0.9.0
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=('78176278f0bcf002f6cfc705e08209f4cc309edd3ba5ee2a0dd3ce257322839c')
sha256sums=('d91701741693f45fa25638e4300be0f2492b5d375d0aa3101cea7498dfb7b2d1')
package() {
bsdtar -xf data.tar.* -C "${pkgdir}"