summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2020-11-01 12:04:54 +0100
committerAlphaJack2020-11-01 12:04:54 +0100
commit9d17086193f44660c87f21a43b38de58a47511c9 (patch)
tree01980f54aad60292ff58a5e79168b4af144e6147
parentaa92906e7275ecb31e4f72c1f34d0442e06b19f7 (diff)
downloadaur-9d17086193f44660c87f21a43b38de58a47511c9.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 56fc923d21b0..0c465a2c60e0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gcs
pkgdesc = WYSIWYG editor for building character sheets for GURPS 4th Edition
- pkgver = 4.24.1
+ pkgver = 4.25.0
pkgrel = 1
url = https://gurpscharactersheet.com
arch = x86_64
license = MPL2
depends = java-runtime
- source = gcs-4.24.1.deb::https://github.com/richardwilkes/gcs/releases/download/v4.24.1/gcs_4.24.1-1_amd64.deb
- md5sums = 3781724a047cfcc1bf7dc539068a9664
+ source = gcs-4.25.0.deb::https://github.com/richardwilkes/gcs/releases/download/v4.25.0/gcs_4.25.0-1_amd64.deb
+ md5sums = 8d0cef49ca456935a30f82b25d18637b
pkgname = gcs
diff --git a/PKGBUILD b/PKGBUILD
index bec669ba6c56..73930bc3abfa 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxwell Anselm
pkgname="gcs"
-pkgver=4.24.1
+pkgver=4.25.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")
-md5sums=("3781724a047cfcc1bf7dc539068a9664")
+md5sums=("8d0cef49ca456935a30f82b25d18637b")
prepare(){
tar -xf "data.tar.xz"