summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlphaJack2020-12-01 21:20:54 +0100
committerAlphaJack2020-12-01 21:20:54 +0100
commit0eddbeb42eb38f8d37a92a0b385512d48ff37cff (patch)
tree11579721c423c8464393c572529f0677fadbe6ce
parent9d17086193f44660c87f21a43b38de58a47511c9 (diff)
downloadaur-0eddbeb42eb38f8d37a92a0b385512d48ff37cff.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 0c465a2c60e0..fd13e679acc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = gcs
pkgdesc = WYSIWYG editor for building character sheets for GURPS 4th Edition
- pkgver = 4.25.0
+ pkgver = 4.26.0
pkgrel = 1
url = https://gurpscharactersheet.com
arch = x86_64
license = MPL2
depends = java-runtime
- 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
+ source = gcs-4.26.0.deb::https://github.com/richardwilkes/gcs/releases/download/v4.26.0/gcs_4.26.0-1_amd64.deb
+ md5sums = 419a2062ee08c07dea22ed759c619c41
pkgname = gcs
diff --git a/PKGBUILD b/PKGBUILD
index 73930bc3abfa..1763f60731a5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Maxwell Anselm
pkgname="gcs"
-pkgver=4.25.0
+pkgver=4.26.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=("8d0cef49ca456935a30f82b25d18637b")
+md5sums=("419a2062ee08c07dea22ed759c619c41")
prepare(){
tar -xf "data.tar.xz"