summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHellogain2022-01-13 12:39:47 +0100
committerHellogain2022-01-13 12:39:47 +0100
commitc2076394d448ec2f80fc981daed861c6c8eccf93 (patch)
tree3557fcfc31cc05b7fc474f460ce8138aa425910c
parent27b9009ab222935627be323519368145a642b864 (diff)
downloadaur-c2076394d448ec2f80fc981daed861c6c8eccf93.tar.gz
update to 2.1.2d
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 510c5f325c6d..ac2f6ad68f89 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = fakturama
pkgdesc = Creates invoices with ZUGFeRD / XRechnung support
- pkgver = 2.1.2.b
+ pkgver = 2.1.2.d
pkgrel = 1
url = https://www.fakturama.info
install = fakturama.install
@@ -8,10 +8,10 @@ pkgbase = fakturama
license = EPL
depends = java-runtime>=11
depends = webkit2gtk
- source = fakturama-2.1.2.b.tar.gz::https://files.fakturama.info/release/v2.1.2b/Installer_Fakturama_linux_x64_2.1.2b.tar.gz
+ source = fakturama-2.1.2.d.tar.gz::https://files.fakturama.info/release/v2.1.2d/Installer_Fakturama_linux_x64_2.1.2d.tar.gz
source = fakturama2.desktop
source = fakturama2-clean.desktop
- sha256sums = 1132fce355b0fab2d54e345e07ffc99f7d29fe8c3af2f422626562bad2484127
+ sha256sums = 36fa4aa5f65747d98d88d25677ac2d322a47b759e9fc1fe129746d3c181b1601
sha256sums = 550964ece2b39f76e4985ecc2203fee63f57ef669d8b1ae170d80b3cfa5cb54c
sha256sums = 96ac2d3815e37f993ea92c0598c5b4350d69e57f0c415bde7dafbecfe1e4e407
diff --git a/PKGBUILD b/PKGBUILD
index 6381e20a35e2..30e0fe4f3c65 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Helloagain <nospamming11+arch at gmail dot com>
pkgname=fakturama
-pkgver=2.1.2.b
+pkgver=2.1.2.d
pkgrel=1
pkgdesc="Creates invoices with ZUGFeRD / XRechnung support"
arch=('x86_64')
@@ -23,13 +23,13 @@ options=()
install=$pkgname.install
changelog=
source=(
- "$pkgname-$pkgver.tar.gz::https://files.fakturama.info/release/v2.1.2b/Installer_Fakturama_linux_x64_2.1.2b.tar.gz"
+ "$pkgname-$pkgver.tar.gz::https://files.fakturama.info/release/v2.1.2d/Installer_Fakturama_linux_x64_2.1.2d.tar.gz"
"fakturama2.desktop"
"fakturama2-clean.desktop" # version with "-clean" flag
)
noextract=()
sha256sums=(
- "1132fce355b0fab2d54e345e07ffc99f7d29fe8c3af2f422626562bad2484127"
+ "36fa4aa5f65747d98d88d25677ac2d322a47b759e9fc1fe129746d3c181b1601"
"550964ece2b39f76e4985ecc2203fee63f57ef669d8b1ae170d80b3cfa5cb54c"
"96ac2d3815e37f993ea92c0598c5b4350d69e57f0c415bde7dafbecfe1e4e407"
)