2.0.6 + no longer needs openssl-1.1

https://github.com/surrealdb/surrealist/releases/tag/surrealist-v2.0.4
This commit is contained in:
tacheometry 2024-05-14 23:10:31 +03:00
parent 27825452d3
commit 05c32bf648
2 changed files with 4 additions and 5 deletions

View file

@ -1,16 +1,15 @@
pkgbase = surrealist-bin
pkgdesc = Surrealist is the ultimate way to visually manage your SurrealDB database
pkgver = 2.0.5
pkgver = 2.0.6
pkgrel = 1
url = https://surrealdb.com/docs/surrealist
arch = x86_64
license = MIT
depends = webkit2gtk
depends = gtk3
depends = openssl-1.1
provides = surrealist
conflicts = surrealist
source = https://github.com/surrealdb/surrealist/releases/download/surrealist-v2.0.5/surrealist_2.0.5_amd64.deb
source = https://github.com/surrealdb/surrealist/releases/download/surrealist-v2.0.6/surrealist_2.0.6_amd64.deb
md5sums = SKIP
pkgname = surrealist-bin

View file

@ -1,14 +1,14 @@
# Maintainer: tacheometrist <aur@tacheometrist.dev>
pkgname=surrealist-bin
pkgver=2.0.5
pkgver=2.0.6
pkgrel=1
pkgdesc="Surrealist is the ultimate way to visually manage your SurrealDB database"
arch=("x86_64")
url="https://surrealdb.com/docs/surrealist"
license=("MIT")
groups=()
depends=("webkit2gtk" "gtk3" "openssl-1.1")
depends=("webkit2gtk" "gtk3")
provides=("surrealist")
conflicts=("surrealist")
source=("https://github.com/surrealdb/surrealist/releases/download/surrealist-v${pkgver//_/-}/surrealist_${pkgver//_/-}_amd64.deb")