diff options
author | Yoan Blanc | 2021-03-01 20:31:08 +0100 |
---|---|---|
committer | Yoan Blanc | 2021-03-01 20:31:08 +0100 |
commit | 4c521ab092b84029e9e9d4288f795f68eeca7868 (patch) | |
tree | 2e45a49ebff11e812a769c1f830f8c51e58fb8bc | |
parent | 6a5d1a6e5fc66515bbd8af648e7cd20b4b3f20ca (diff) | |
download | aur-4c521ab092b84029e9e9d4288f795f68eeca7868.tar.gz |
getax 2020 1.01
Signed-off-by: Yoan Blanc <yoan@dosimple.ch>
-rw-r--r-- | .SRCINFO | 4 | ||||
-rw-r--r-- | PKGBUILD | 8 |
2 files changed, 5 insertions, 7 deletions
@@ -1,7 +1,7 @@ pkgbase = getax pkgdesc = Application for the tax reporting of physical people in the canton of Geneva, Switzerland. pkgver = 2020 - pkgrel = 1 + pkgrel = 2 url = http://www.getax.ch/support/ arch = x86_64 license = unknown @@ -10,7 +10,7 @@ pkgbase = getax depends = webkitgtk2 source = getax-2020-1.0.tar.gz::https://www.getax.ch/getaxpp/2020/getax2020.tar.gz source = getax - sha256sums = b51646296b5753d4302459cde311b5d21b936ff8a802fde44d93dc9abb2021aa + sha256sums = babb8b0d23687084e21aed756123eb408896dc26e7275f40095eaa86845ade00 sha256sums = a474ed38201b0abc1459ff0ffa37a1fb0e947a135a18e08cb00acadad23488be pkgname = getax @@ -2,7 +2,7 @@ pkgname=getax pkgver=2020 _update=1.0 -pkgrel=1 +pkgrel=2 pkgdesc="Application for the tax reporting of physical people in the canton of Geneva, Switzerland." url="http://www.getax.ch/support/" depends=( @@ -36,7 +36,5 @@ package() { install -m755 "${srcdir}"/${pkgname} "${pkgdir}"${_app_home}/bin/${pkgname} ln -s ${_app_home}/bin/${pkgname} "${pkgdir}"/usr/bin/${pkgname} } -sha256sums=( - 'b51646296b5753d4302459cde311b5d21b936ff8a802fde44d93dc9abb2021aa' - 'a474ed38201b0abc1459ff0ffa37a1fb0e947a135a18e08cb00acadad23488be' -) +sha256sums=('babb8b0d23687084e21aed756123eb408896dc26e7275f40095eaa86845ade00' + 'a474ed38201b0abc1459ff0ffa37a1fb0e947a135a18e08cb00acadad23488be') |