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 ed8a1039f5c0..e620ec53657c 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.19.10
+ pkgver = 4.19.11
pkgrel = 1
url = https://www.speedata.de/en/product
arch = x86_64
license = AGPL-3.0-only
depends = glibc
- provides = speedata-publisher=4.19.10
+ provides = speedata-publisher=4.19.11
conflicts = speedata-publisher
options = !debug
- source = https://download.speedata.de/dl/speedata-publisher-linux-amd64-4.19.10.zip
- sha256sums = 39e07669038c8591c82686d8b9b1fe8ff95ce15b4fdb92546fbea2a0c45ed961
+ source = https://download.speedata.de/dl/speedata-publisher-linux-amd64-4.19.11.zip
+ sha256sums = 75e1bfe948898550ba56b886324e4ec9154ddb0fbca2632b57b985cd4f435e03
pkgname = speedata-publisher-bin
diff --git a/PKGBUILD b/PKGBUILD
index db6e9ee25b15..5c268949884b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
_pkgname=speedata-publisher
pkgname=$_pkgname-bin
-pkgver=4.19.10
+pkgver=4.19.11
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=('39e07669038c8591c82686d8b9b1fe8ff95ce15b4fdb92546fbea2a0c45ed961')
+sha256sums=('75e1bfe948898550ba56b886324e4ec9154ddb0fbca2632b57b985cd4f435e03')
prepare() {
cd "$_pkgname"