diff options
author | il Ventu | 2024-11-07 17:25:02 +0100 |
---|---|---|
committer | il Ventu | 2024-11-07 17:25:02 +0100 |
commit | 8373de27a79389609217dfb507cefcb87a2c7be1 (patch) | |
tree | 60e08542c7e505bde0a4c2d7dccc3ec33c4791bd | |
parent | 883ca8490cac3be5a597dd71b4f5a669ced8b361 (diff) | |
download | aur-igdesk.tar.gz |
1.4_959
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,12 +1,12 @@ pkgbase = igdesk pkgdesc = IG DESK is a free signature tool developed by Intesi Group for all users who need to digitally sign documents from their desktop quickly and easily. - pkgver = 1.4_590 + pkgver = 1.4_595 pkgrel = 1 url = https://www.intesigroup.com/it/software-firma-digitale/ig-desk/ arch = x86_64 noextract = igdesk-1.3_555-x86_64.AppImage options = !strip - source_x86_64 = https://github.com/intesi-group/ig-desk/releases/download/v1.4-590/IGDesk-1.4_590-x86_64.AppImage - sha256sums_x86_64 = e728d0eaac777fc442f60bd8209d869b139bfad499f30e03d9781a1829a386c7 + source_x86_64 = https://github.com/intesi-group/ig-desk/releases/download/v1.4-590/IGDesk-1.4_595-x86_64.AppImage + sha256sums_x86_64 = 70fe41fef9ddcdf547aa1be21fae56a36cb4419828ddb5f3166af61be00e4c9c pkgname = igdesk @@ -1,14 +1,14 @@ # Maintainer: My Name <andrea.venturini@tiscali.it> pkgname=igdesk -pkgver=1.4_590 +pkgver=1.4_595 pkgrel=1 pkgdesc="IG DESK is a free signature tool developed by Intesi Group for all users who need to digitally sign documents from their desktop quickly and easily." arch=('x86_64') url="https://www.intesigroup.com/it/software-firma-digitale/ig-desk/" options=(!strip) -source_x86_64=("https://github.com/intesi-group/ig-desk/releases/download/v1.4-590/IGDesk-${pkgver}-${arch}.AppImage") +source_x86_64=("https://github.com/intesi-group/ig-desk/releases/download/v1.4-595/IGDesk-${pkgver}-${arch}.AppImage") noextract=("${pkgname}-${pkgver}-${arch}.AppImage") -sha256sums_x86_64=('7e0a20439fe1754aca1e31f485dc8307b194364c1e1ff63d1c436defdf8f5644') +sha256sums_x86_64=('70fe41fef9ddcdf547aa1be21fae56a36cb4419828ddb5f3166af61be00e4c9c') package() { install -Dm755 "${srcdir}/IGDesk-${pkgver}-${arch}.AppImage" "${pkgdir}/opt/${pkgname}/${pkgname}" |