mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 12:20:27 +01:00
Update to v0.5.7
This commit is contained in:
parent
82717ae793
commit
a9d30f0485
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.5.3
|
||||
pkgver = 0.5.7
|
||||
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.5.3/VisiGrid-linux-x86_64.tar.gz
|
||||
sha256sums = 1a42a4e0485ad1b2487de30d02402e1da98636a89bc11b972acbe0894e6845ac
|
||||
source = https://github.com/VisiGrid/VisiGrid/releases/download/v0.5.7/VisiGrid-linux-x86_64.tar.gz
|
||||
sha256sums = cc42fd3d9880a0625724829418812e13ec291d2562ccc2800056b2b49a4662fd
|
||||
|
||||
pkgname = visigrid-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: VisiGrid <hello@visigrid.app>
|
||||
pkgname=visigrid-bin
|
||||
pkgver=0.5.3
|
||||
pkgver=0.5.7
|
||||
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=('1a42a4e0485ad1b2487de30d02402e1da98636a89bc11b972acbe0894e6845ac')
|
||||
sha256sums=('cc42fd3d9880a0625724829418812e13ec291d2562ccc2800056b2b49a4662fd')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/VisiGrid-linux-x86_64"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue