summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2021-01-25 02:33:48 +0100
committerAlphaJack2021-01-25 02:33:48 +0100
commit088736af190609ac1781406a3e9674fab3c794c3 (patch)
tree678feddc4cd1f47787444185a178f95d2411a132
parentc534052baa7cc253b77945f37a0f783b7acd0e88 (diff)
downloadaur-088736af190609ac1781406a3e9674fab3c794c3.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 fa3bb2d2c081..921255f2e89a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gcs
pkgdesc = WYSIWYG editor for building character sheets for GURPS 4th Edition
- pkgver = 4.26.0
+ pkgver = 4.27.0
pkgrel = 1
url = https://gurpscharactersheet.com
arch = x86_64
license = MPL2
depends = java-runtime
- source = gcs-4.26.0.deb::https://github.com/richardwilkes/gcs/releases/download/v4.26.0/gcs_4.26.0-1_amd64.deb
- sha256sums = f120f4bf5d6dc8d50c68c0bd2acbada188d4e69936553f6dd611935ec4f8e093
+ source = gcs-4.27.0.deb::https://github.com/richardwilkes/gcs/releases/download/v4.27.0/gcs_4.27.0-1_amd64.deb
+ sha256sums = 1a6e25f7771ed4bdb1367a22c4299934286e3c949b732e22bae0ab75d58a221c
pkgname = gcs
diff --git a/PKGBUILD b/PKGBUILD
index 0447855ff951..b64bd24b80e8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxwell Anselm
pkgname="gcs"
-pkgver=4.26.0
+pkgver=4.27.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=("f120f4bf5d6dc8d50c68c0bd2acbada188d4e69936553f6dd611935ec4f8e093")
+sha256sums=("1a6e25f7771ed4bdb1367a22c4299934286e3c949b732e22bae0ab75d58a221c")
prepare(){
tar -xf "data.tar.xz"