summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9621724c4f36..c5bc9da912b3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = speedata-publisher-bin
pkgdesc = a database publishing software that creates high-quality layouted PDFs fully automatically
- pkgver = 4.18.0
+ pkgver = 4.19.2
pkgrel = 1
url = https://www.speedata.de/en/product
arch = x86_64
license = AGPL3
depends = glibc
- provides = speedata-publisher=4.18.0
+ provides = speedata-publisher=4.19.2
conflicts = speedata-publisher
options = !debug
- source = https://download.speedata.de/dl/speedata-publisher-linux-amd64-4.18.0.zip
- sha256sums = 19202936d9108e81a2f0c65eaa6a0334860a3a69309714b4629e8722f3b732db
+ source = https://download.speedata.de/dl/speedata-publisher-linux-amd64-4.19.2.zip
+ sha256sums = 0bf0783525cd3be1533bee725af29527c0968b26b704f55d9c9cfc7092898024
pkgname = speedata-publisher-bin
diff --git a/PKGBUILD b/PKGBUILD
index f74489520e71..d76f168a0454 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=speedata-publisher
pkgname=$_pkgname-bin
-pkgver=4.18.0
+pkgver=4.19.2
pkgrel=1
pkgdesc='a database publishing software that creates high-quality layouted PDFs fully automatically'
arch=(x86_64)
@@ -13,7 +13,7 @@ provides=("$_pkgname=$pkgver")
conflicts=("$_pkgname")
options=(!debug)
source=("https://download.speedata.de/dl/$_pkgname-linux-amd64-$pkgver.zip")
-sha256sums=('19202936d9108e81a2f0c65eaa6a0334860a3a69309714b4629e8722f3b732db')
+sha256sums=('0bf0783525cd3be1533bee725af29527c0968b26b704f55d9c9cfc7092898024')
prepare() {
cd "$_pkgname"