summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-07-26 17:22:42 +0200
committerAlphaJack2021-07-26 17:22:42 +0200
commit30b92533aa4b6528fb8c476e6deae6d7227b3325 (patch)
tree0537ed12e2bb6273d561506582aa3e5266c623cd
parent9ae55ea2cfe886117f58d4447cb9fe2ddc1fd8d0 (diff)
downloadaur-30b92533aa4b6528fb8c476e6deae6d7227b3325.tar.gz
Updated package to 4.33.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b4d24d780e98..0551df08fac5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,12 @@
pkgbase = gcs
pkgdesc = WYSIWYG editor for building character sheets for GURPS 4th Edition
- pkgver = 4.32.1
+ pkgver = 4.33.0
pkgrel = 1
url = https://gurpscharactersheet.com
arch = x86_64
license = MPL2
depends = java-runtime>=15
- source = gcs-4.32.1.deb::https://github.com/richardwilkes/gcs/releases/download/v4.32.1/gcs_4.32.1-1_amd64.deb
- sha256sums = 01c802a7cc6fb3177740756424ab90ead7e50c9241a1226c78528c2b15e91d2f
+ 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
pkgname = gcs
diff --git a/PKGBUILD b/PKGBUILD
index 4b8ca84fc659..9b239e235482 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxwell Anselm
pkgname="gcs"
-pkgver=4.32.1
+pkgver=4.33.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=("01c802a7cc6fb3177740756424ab90ead7e50c9241a1226c78528c2b15e91d2f")
+sha256sums=('7e884393787272e282048e53d689305a9c85ce146b11e606a5c04bf2ab0d1d63')
prepare(){
tar -xf "data.tar.xz"