summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-03-23 17:20:06 +0100
committerAlphaJack2021-03-23 17:20:06 +0100
commit40ff35c986dbc0c2194330f072ef562e74982de0 (patch)
tree8f6bbf3f01ca161302d92840d092012662072249
parent9830cc0a6b1ff10a28a45cf20efcc4dffe9ca77e (diff)
downloadaur-40ff35c986dbc0c2194330f072ef562e74982de0.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 2960328e3da9..91848fd8027c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gcs
pkgdesc = WYSIWYG editor for building character sheets for GURPS 4th Edition
- pkgver = 4.28.0
+ pkgver = 4.29.0
pkgrel = 1
url = https://gurpscharactersheet.com
arch = x86_64
license = MPL2
depends = java-runtime
- source = gcs-4.28.0.deb::https://github.com/richardwilkes/gcs/releases/download/v4.28.0/gcs_4.28.0-1_amd64.deb
- sha256sums = 426371ab778c4931910f5bda38b864d3f38607b35a56de436b1170a1f81bb37b
+ source = gcs-4.29.0.deb::https://github.com/richardwilkes/gcs/releases/download/v4.29.0/gcs_4.29.0-1_amd64.deb
+ sha256sums = 836fc312ed3d798780efe207f03a410a24d96aea4d18c848ed923de82676f154
pkgname = gcs
diff --git a/PKGBUILD b/PKGBUILD
index ae2cd2aae307..6aba5a9fcef2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxwell Anselm
pkgname="gcs"
-pkgver=4.28.0
+pkgver=4.29.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")
source=("$pkgname-$pkgver.deb::https://github.com/richardwilkes/gcs/releases/download/v$pkgver/gcs_$pkgver-1_amd64.deb")
-sha256sums=("426371ab778c4931910f5bda38b864d3f38607b35a56de436b1170a1f81bb37b")
+sha256sums=("836fc312ed3d798780efe207f03a410a24d96aea4d18c848ed923de82676f154")
prepare(){
tar -xf "data.tar.xz"