mirror of
https://github.com/archlinux/aur.git
synced 2026-03-14 23:16:48 +01:00
Update to v0.9.5
This commit is contained in:
parent
307703ef5e
commit
b1c68b946b
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = tabularis-bin
|
||||
pkgdesc = A lightweight, developer-focused database management tool
|
||||
pkgver = 0.9.4
|
||||
pkgver = 0.9.5
|
||||
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.4_amd64.deb::https://github.com/debba/tabularis/releases/download/v0.9.4/tabularis_0.9.4_amd64.deb
|
||||
sha256sums = 821278dc53dde808b976577f7989888c2f28e6761cd36e5bca8a4dcc320bdede
|
||||
source = tabularis_0.9.5_amd64.deb::https://github.com/debba/tabularis/releases/download/v0.9.5/tabularis_0.9.5_amd64.deb
|
||||
sha256sums = a7797497e32eeba52981246801fda5e556fc8288f736dfcc6d1e8c0e07cfdf64
|
||||
|
||||
pkgname = tabularis-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Debba <debba@example.com>
|
||||
pkgname=tabularis-bin
|
||||
_pkgname=tabularis
|
||||
pkgver=0.9.4
|
||||
pkgver=0.9.5
|
||||
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=('821278dc53dde808b976577f7989888c2f28e6761cd36e5bca8a4dcc320bdede')
|
||||
sha256sums=('a7797497e32eeba52981246801fda5e556fc8288f736dfcc6d1e8c0e07cfdf64')
|
||||
|
||||
package() {
|
||||
bsdtar -xf data.tar.* -C "${pkgdir}"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue