summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-05-22 00:09:07 +0200
committerAlphaJack2021-05-22 00:09:07 +0200
commitc699051f1a7b8085b1d0561a73bbf378c286dcee (patch)
treed8b7a89794ab045446471e65fc45b28d0fd6d36b
parent4848a6b48e7a61d3c406ec9c99ef9abf45ea487b (diff)
downloadaur-c699051f1a7b8085b1d0561a73bbf378c286dcee.tar.gz
Updated package
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9af4f6eab64..6ea777fcac52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gcs
pkgdesc = WYSIWYG editor for building character sheets for GURPS 4th Edition
- pkgver = 4.30.0
+ pkgver = 4.31.1
pkgrel = 1
url = https://gurpscharactersheet.com
arch = x86_64
license = MPL2
depends = java-runtime>=15
- source = gcs-4.30.0.deb::https://github.com/richardwilkes/gcs/releases/download/v4.30.0/gcs_4.30.0-1_amd64.deb
- sha256sums = 4f0f1ccf665b52b87c0e71832bf0de4a2ce4513d3c17cb126cc3f94331d2298e
+ source = gcs-4.31.1.deb::https://github.com/richardwilkes/gcs/releases/download/v4.31.1/gcs_4.31.1-1_amd64.deb
+ sha256sums = ce2a8d668d4591d846d70f37eee45b8c6f67187e3c2fd57b4a191ed14aaae9cb
pkgname = gcs
diff --git a/PKGBUILD b/PKGBUILD
index 0d3f312bbd84..fd38155221bd 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxwell Anselm
pkgname="gcs"
-pkgver=4.30.0
+pkgver=4.31.1
pkgrel=1
pkgdesc="WYSIWYG editor for building character sheets for GURPS 4th Edition"
url="https://gurpscharactersheet.com"
@@ -10,7 +10,7 @@ license=("MPL2")
arch=("x86_64")
depends=("java-runtime>=15")
source=("$pkgname-$pkgver.deb::https://github.com/richardwilkes/gcs/releases/download/v$pkgver/gcs_$pkgver-1_amd64.deb")
-sha256sums=("4f0f1ccf665b52b87c0e71832bf0de4a2ce4513d3c17cb126cc3f94331d2298e")
+sha256sums=("ce2a8d668d4591d846d70f37eee45b8c6f67187e3c2fd57b4a191ed14aaae9cb")
prepare(){
tar -xf "data.tar.xz"