This commit is contained in:
Kainoa Kanter 2025-02-12 14:32:37 -08:00
parent 6d4110b963
commit dc7c428bfb
No known key found for this signature in database
GPG key ID: 8703CACD01000000
2 changed files with 7 additions and 7 deletions

View file

@ -1,7 +1,7 @@
pkgbase = surrealist-bin
pkgdesc = Surrealist is the ultimate way to visually manage your SurrealDB database
pkgver = 3.2.1
pkgrel = 2
pkgver = 3.2.2
pkgrel = 1
url = https://github.com/surrealdb/surrealist
arch = x86_64
license = MIT
@ -9,7 +9,7 @@ pkgbase = surrealist-bin
depends = gtk3
provides = surrealist
conflicts = surrealist
source = https://github.com/surrealdb/surrealist/releases/download/surrealist-v3.2.1/surrealist_3.2.1_amd64.deb
sha256sums = 2dbe8e66e90d78ddc8581903405aee8e24fb17bf4b9ead95e1ae212b45f2a672
source = https://github.com/surrealdb/surrealist/releases/download/surrealist-v3.2.2/surrealist_3.2.2_amd64.deb
sha256sums = 831f82c20c96c9251a2bdff9d96aed7354d9273206f13b52abf768383623ce28
pkgname = surrealist-bin

View file

@ -2,8 +2,8 @@
# Maintainer: tacheometrist <aur@tacheometrist.dev>
pkgname=surrealist-bin
pkgver=3.2.1
pkgrel=2
pkgver=3.2.2
pkgrel=1
pkgdesc="Surrealist is the ultimate way to visually manage your SurrealDB database"
arch=("x86_64")
url="https://github.com/surrealdb/surrealist"
@ -13,7 +13,7 @@ depends=("webkit2gtk-4.1" "gtk3")
provides=("surrealist")
conflicts=("surrealist")
source=("https://github.com/surrealdb/surrealist/releases/download/surrealist-v${pkgver//_/-}/surrealist_${pkgver//_/-}_amd64.deb")
sha256sums=('2dbe8e66e90d78ddc8581903405aee8e24fb17bf4b9ead95e1ae212b45f2a672')
sha256sums=('831f82c20c96c9251a2bdff9d96aed7354d9273206f13b52abf768383623ce28')
package() {
bsdtar -O -xf "surrealist_${pkgver//_/-}_amd64.deb" data.tar.gz | bsdtar -C "${pkgdir}" -xJf -