summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCaleb Maclennan2024-05-24 11:41:14 +0300
committerCaleb Maclennan2024-05-24 11:41:14 +0300
commitbb1e73b3fe0fdba1f8f66caf04ec9951a1067fc9 (patch)
tree6e067106c824242f2bc1eda6238280f1cfe9e39a
parent6cf2a7a53fef6eda3ac93952e0705e79668e1952 (diff)
downloadaur-bb1e73b3fe0fdba1f8f66caf04ec9951a1067fc9.tar.gz
upgpkg: speedata-publisher 4.19.5-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3bba6a54c2f..48b6805e3aeb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = speedata-publisher
pkgdesc = a database publishing software that creates high-quality layouted PDFs fully automatically
- pkgver = 4.19.3
+ pkgver = 4.19.5
pkgrel = 1
url = https://github.com/speedata/publisher
arch = x86_64
@@ -15,7 +15,7 @@ pkgbase = speedata-publisher
depends = ttf-camingocode
provides = libsplib.so
provides = luaglue.so
- source = https://github.com/speedata/publisher/archive/v4.19.3/publisher-4.19.3.tar.gz
- sha256sums = 06e99977355363bdef00ce68cef4781856572372a99548b591250af44da7c92e
+ source = https://github.com/speedata/publisher/archive/v4.19.5/publisher-4.19.5.tar.gz
+ sha256sums = 603b12b18eab4e543c72d449e5ada486f5baff9a2baeae79dbf3b88f8f434002
pkgname = speedata-publisher
diff --git a/PKGBUILD b/PKGBUILD
index 911f11d07b8e..4855e7f06182 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Caleb Maclennan <caleb@alerque.com>
pkgname=speedata-publisher
-pkgver=4.19.3
+pkgver=4.19.5
pkgrel=1
pkgdesc='a database publishing software that creates high-quality layouted PDFs fully automatically'
arch=(x86_64)
@@ -19,7 +19,7 @@ provides=(libsplib.so
luaglue.so)
_archive="${pkgname#*-}-$pkgver"
source=("$url/archive/v$pkgver/$_archive.tar.gz")
-sha256sums=('06e99977355363bdef00ce68cef4781856572372a99548b591250af44da7c92e')
+sha256sums=('603b12b18eab4e543c72d449e5ada486f5baff9a2baeae79dbf3b88f8f434002')
prepare() {
cd "$_archive"