mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 04:10:20 +01:00
Update to v0.4.3
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
7e886ca49f
commit
fc117b5657
2 changed files with 5 additions and 5 deletions
6
.SRCINFO
6
.SRCINFO
|
|
@ -1,6 +1,6 @@
|
|||
pkgbase = visigrid-bin
|
||||
pkgdesc = Fast, native spreadsheet with GPU-accelerated rendering
|
||||
pkgver = 0.4.2
|
||||
pkgver = 0.4.3
|
||||
pkgrel = 1
|
||||
url = https://visigrid.app
|
||||
arch = x86_64
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = visigrid-bin
|
|||
provides = visigrid
|
||||
conflicts = visigrid
|
||||
conflicts = visigrid-git
|
||||
source = https://github.com/VisiGrid/VisiGrid/releases/download/v0.4.2/VisiGrid-linux-x86_64.tar.gz
|
||||
sha256sums = 8cc24c6e91cee8d52a7f2079c38f1a968656aff3712ec8e929fb82bcb318ce06
|
||||
source = https://github.com/VisiGrid/VisiGrid/releases/download/v0.4.3/VisiGrid-linux-x86_64.tar.gz
|
||||
sha256sums = 0df8e99ca000f2d93d32299fa86c06ae13dcac280d1780a244f4d147708cb4c3
|
||||
|
||||
pkgname = visigrid-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: VisiGrid <hello@visigrid.app>
|
||||
pkgname=visigrid-bin
|
||||
pkgver=0.4.2
|
||||
pkgver=0.4.3
|
||||
pkgrel=1
|
||||
pkgdesc="Fast, native spreadsheet with GPU-accelerated rendering"
|
||||
arch=('x86_64')
|
||||
|
|
@ -10,7 +10,7 @@ depends=('gtk3' 'libxcb' 'libxkbcommon' 'libxkbcommon-x11' 'wayland')
|
|||
provides=('visigrid')
|
||||
conflicts=('visigrid' 'visigrid-git')
|
||||
source=("https://github.com/VisiGrid/VisiGrid/releases/download/v${pkgver}/VisiGrid-linux-x86_64.tar.gz")
|
||||
sha256sums=('8cc24c6e91cee8d52a7f2079c38f1a968656aff3712ec8e929fb82bcb318ce06')
|
||||
sha256sums=('0df8e99ca000f2d93d32299fa86c06ae13dcac280d1780a244f4d147708cb4c3')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/VisiGrid-linux-x86_64"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue