summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f3bc63932864..3712adc90c86 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = easytax-bl-2021
pkgdesc = Baselland tax declaration software, kanton basel-landschaft, 2021.
- pkgver = 1.0
+ pkgver = 1.1
pkgrel = 1
url = https://www.baselland.ch/politik-und-behorden/direktionen/finanz-und-kirchendirektion/steuerverwaltung/privatperson/easytax
arch = any
license = custom
depends = java-runtime>=8
depends = bash
- source = https://msg-easytax.ch/bl/2021/EasyTax2021BL_unix_1_0.tar.gz
+ source = https://msg-easytax.ch/bl/2021/EasyTax2021BL_unix_1_1.tar.gz
source = easytax-bl-2021.desktop
- sha256sums = 4eaab0c3df239a5deb0ef16ccfc1363976b9bb7f77cd02b9618979b904fe9d90
+ sha256sums = 2bb4f867686b01b7c3a6e907d09ccaa3960754ae227610bc7b5c27b41680f454
sha256sums = e410770a5608677f0f2e1a5e0a423da34101efda2a3310e74ea8372c31ff26f5
pkgname = easytax-bl-2021
diff --git a/PKGBUILD b/PKGBUILD
index 4763896e93b4..6fe3a17cad6a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
yyyy=2021
pkgname=easytax-bl-${yyyy}
-pkgver=1.0
+pkgver=1.1
pkgrel=1
pkgdesc="Baselland tax declaration software, kanton basel-landschaft, 2021."
arch=(any)
@@ -12,11 +12,11 @@ url="https://www.baselland.ch/politik-und-behorden/direktionen/finanz-und-kirche
license=('custom')
depends=("java-runtime>=8" "bash")
source=(
- "https://msg-easytax.ch/bl/2021/EasyTax2021BL_unix_1_0.tar.gz"
+ "https://msg-easytax.ch/bl/${yyyy}/EasyTax${yyyy}BL_unix_$(echo ${pkgver} | sed 's/\./_/').tar.gz"
"$pkgname.desktop"
)
sha256sums=(
- '4eaab0c3df239a5deb0ef16ccfc1363976b9bb7f77cd02b9618979b904fe9d90'
+ '2bb4f867686b01b7c3a6e907d09ccaa3960754ae227610bc7b5c27b41680f454'
'e410770a5608677f0f2e1a5e0a423da34101efda2a3310e74ea8372c31ff26f5'
)