summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2022-03-27 20:55:58 +0200
committerAlphaJack2022-03-27 20:55:58 +0200
commit8aa166bb508a3a8b399adfb26bf35c3d8e85a342 (patch)
treef47f369f166bad59cbe15aff307e7eac916c3dd6
parent7e5dbdc1d39b14184669344014e124a238ceaf72 (diff)
downloadaur-8aa166bb508a3a8b399adfb26bf35c3d8e85a342.tar.gz
Updated gcs to 4.37.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 33162e711139..fc29be412f71 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gcs
pkgdesc = WYSIWYG editor for building character sheets for GURPS 4th Edition
- pkgver = 4.37.0
+ pkgver = 4.37.1
pkgrel = 1
url = https://gurpscharactersheet.com
arch = x86_64
license = MPL2
depends = java-runtime>=15
- source = gcs-4.37.0.deb::https://github.com/richardwilkes/gcs/releases/download/v4.37.0/gcs_4.37.0-1_amd64.deb
- sha256sums = bbd4464b90236f68d9b5a7ffbf72608b6df2f714020cce492b77c9b0213e444d
+ source = gcs-4.37.1.deb::https://github.com/richardwilkes/gcs/releases/download/v4.37.1/gcs_4.37.1-1_amd64.deb
+ sha256sums = 611cc5974da6533589a6bdd2549fb08ead72bf41a598e1611e09af6cb70b5e70
pkgname = gcs
diff --git a/PKGBUILD b/PKGBUILD
index 0ee0a229ff4c..6754d1a0ed0f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxwell Anselm
pkgname="gcs"
-pkgver=4.37.0
+pkgver=4.37.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=('bbd4464b90236f68d9b5a7ffbf72608b6df2f714020cce492b77c9b0213e444d')
+sha256sums=('611cc5974da6533589a6bdd2549fb08ead72bf41a598e1611e09af6cb70b5e70')
prepare(){
tar -xf "data.tar.xz"