summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-08-04 20:25:23 +0200
committerAlphaJack2021-08-04 20:25:23 +0200
commit2d3ec995447dfb6b2acd68352382515c116d60af (patch)
tree47fefd818666003adc3f3440d0cd878a5814dca1
parent30b92533aa4b6528fb8c476e6deae6d7227b3325 (diff)
downloadaur-2d3ec995447dfb6b2acd68352382515c116d60af.tar.gz
Updated package to 4.34.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0551df08fac5..36eb026b439a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gcs
pkgdesc = WYSIWYG editor for building character sheets for GURPS 4th Edition
- pkgver = 4.33.0
+ pkgver = 4.34.0
pkgrel = 1
url = https://gurpscharactersheet.com
arch = x86_64
license = MPL2
depends = java-runtime>=15
- source = gcs-4.33.0.deb::https://github.com/richardwilkes/gcs/releases/download/v4.33.0/gcs_4.33.0-1_amd64.deb
- sha256sums = 7e884393787272e282048e53d689305a9c85ce146b11e606a5c04bf2ab0d1d63
+ source = gcs-4.34.0.deb::https://github.com/richardwilkes/gcs/releases/download/v4.34.0/gcs_4.34.0-1_amd64.deb
+ sha256sums = 3bfb106a91c5406274683948de9179e4865fb4e7b8b39c5ca29f646550867a92
pkgname = gcs
diff --git a/PKGBUILD b/PKGBUILD
index 9b239e235482..f7687f477936 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxwell Anselm
pkgname="gcs"
-pkgver=4.33.0
+pkgver=4.34.0
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=('7e884393787272e282048e53d689305a9c85ce146b11e606a5c04bf2ab0d1d63')
+sha256sums=('3bfb106a91c5406274683948de9179e4865fb4e7b8b39c5ca29f646550867a92')
prepare(){
tar -xf "data.tar.xz"