mirror of
https://github.com/archlinux/aur.git
synced 2026-02-14 04:10:20 +01:00
Update to 0.6.2
This commit is contained in:
parent
759e2c7684
commit
da6b60e3a7
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.6.0
|
||||
pkgver = 0.6.2
|
||||
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.6.0/VisiGrid-linux-x86_64.tar.gz
|
||||
sha256sums = 607a1860e7307b5b5c6017cf11331af4ac18e0fad4cc363a116e5be03caf530d
|
||||
source = https://github.com/VisiGrid/VisiGrid/releases/download/v0.6.2/VisiGrid-linux-x86_64.tar.gz
|
||||
sha256sums = 297437f9a690e73fbed433a20c8ac8e77c3baefe0b93824e19fa1012aa498f5d
|
||||
|
||||
pkgname = visigrid-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: VisiGrid <hello@visigrid.app>
|
||||
pkgname=visigrid-bin
|
||||
pkgver=0.6.0
|
||||
pkgver=0.6.2
|
||||
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=('607a1860e7307b5b5c6017cf11331af4ac18e0fad4cc363a116e5be03caf530d')
|
||||
sha256sums=('297437f9a690e73fbed433a20c8ac8e77c3baefe0b93824e19fa1012aa498f5d')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/VisiGrid-linux-x86_64"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue