mirror of
https://github.com/archlinux/aur.git
synced 2026-01-27 20:28:31 +01:00
Update to v0.3.0
This commit is contained in:
parent
c8a3fa12a7
commit
075c6b0c0b
2 changed files with 7 additions and 7 deletions
8
.SRCINFO
8
.SRCINFO
|
|
@ -1,10 +1,10 @@
|
|||
pkgbase = visigrid-bin
|
||||
pkgdesc = Fast, native spreadsheet with GPU-accelerated rendering
|
||||
pkgver = 0.2.8
|
||||
pkgver = 0.3.0
|
||||
pkgrel = 1
|
||||
url = https://visigrid.app
|
||||
arch = x86_64
|
||||
license = MIT
|
||||
license = AGPL-3.0-only
|
||||
depends = gtk3
|
||||
depends = libxcb
|
||||
depends = libxkbcommon
|
||||
|
|
@ -13,7 +13,7 @@ pkgbase = visigrid-bin
|
|||
provides = visigrid
|
||||
conflicts = visigrid
|
||||
conflicts = visigrid-git
|
||||
source = https://github.com/VisiGrid/VisiGrid/releases/download/v0.2.8/VisiGrid-linux-x86_64.tar.gz
|
||||
sha256sums = f41907542e2afd090bc886b8026b3383c17eaf9ec1ebd55950af2f1197a76922
|
||||
source = https://github.com/VisiGrid/VisiGrid/releases/download/v0.3.0/VisiGrid-linux-x86_64.tar.gz
|
||||
sha256sums = 0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5
|
||||
|
||||
pkgname = visigrid-bin
|
||||
|
|
|
|||
6
PKGBUILD
6
PKGBUILD
|
|
@ -1,16 +1,16 @@
|
|||
# Maintainer: VisiGrid <hello@visigrid.app>
|
||||
pkgname=visigrid-bin
|
||||
pkgver=0.2.8
|
||||
pkgver=0.3.0
|
||||
pkgrel=1
|
||||
pkgdesc="Fast, native spreadsheet with GPU-accelerated rendering"
|
||||
arch=('x86_64')
|
||||
url="https://visigrid.app"
|
||||
license=('MIT')
|
||||
license=('AGPL-3.0-only')
|
||||
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=('f41907542e2afd090bc886b8026b3383c17eaf9ec1ebd55950af2f1197a76922')
|
||||
sha256sums=('0019dfc4b32d63c1392aa264aed2253c1e0c2fb09216f8e2cc269bbfb8bb49b5')
|
||||
|
||||
package() {
|
||||
cd "$srcdir/VisiGrid-linux-x86_64"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue