Update to v0.7.1

This commit is contained in:
debba 2026-01-29 17:00:02 +00:00
parent 86188a04d2
commit 46c090d85e
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.7.0
pkgver = 0.7.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.7.0_amd64.deb::https://github.com/debba/tabularis/releases/download/v0.7.0/tabularis_0.7.0_amd64.deb
sha256sums = dbefbea26805d5a4bf214ea7597d2c96ccd80b96fd77853cc1288a852f55fd27
source = tabularis_0.7.1_amd64.deb::https://github.com/debba/tabularis/releases/download/v0.7.1/tabularis_0.7.1_amd64.deb
sha256sums = b690e3ad7821a7244ce158a53f880bba9bd7eeb15ecf726e3ec169d176bb6b12
pkgname = tabularis-bin

View file

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