mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update to v0.2.8
This commit is contained in:
parent
9a9a0d544b
commit
c8a3fa12a7
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.2.4
|
||||
pkgver = 0.2.8
|
||||
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.2.4/VisiGrid-linux-x86_64.tar.gz
|
||||
sha256sums = 8012f3b5061f63290765395c13e12f6bce2c612a725b81107cba0603d8566586
|
||||
source = https://github.com/VisiGrid/VisiGrid/releases/download/v0.2.8/VisiGrid-linux-x86_64.tar.gz
|
||||
sha256sums = f41907542e2afd090bc886b8026b3383c17eaf9ec1ebd55950af2f1197a76922
|
||||
|
||||
pkgname = visigrid-bin
|
||||
|
|
|
|||
4
PKGBUILD
4
PKGBUILD
|
|
@ -1,6 +1,6 @@
|
|||
# Maintainer: VisiGrid <hello@visigrid.app>
|
||||
pkgname=visigrid-bin
|
||||
pkgver=0.2.4
|
||||
pkgver=0.2.8
|
||||
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=('8012f3b5061f63290765395c13e12f6bce2c612a725b81107cba0603d8566586')
|
||||
sha256sums=('f41907542e2afd090bc886b8026b3383c17eaf9ec1ebd55950af2f1197a76922')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/VisiGrid-linux-x86_64"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue