summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorSlavi Pantaleev2021-01-04 16:17:28 +0200
committerSlavi Pantaleev2021-01-04 16:17:28 +0200
commit07e527e336e03627775f6f36100d385a8250ed9f (patch)
treef05e72ca96d062b82054479183869b404a2468ad /PKGBUILD
parent4a576bac4e254ba227f9e1981bdf7306ef4e7b9e (diff)
downloadaur-07e527e336e03627775f6f36100d385a8250ed9f.tar.gz
Bump build (2.0.3.1164 -> 2.0.3.1183)
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dd0bb79e1d9b..5a83025647fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=infonotary-client-software
pkgver=2.0.3
-pkgrel=6
+pkgrel=7
pkgdesc="InfoNotary client software - InfoNotary e-Doc Signer and InfoNotary Smart Card Manager."
arch=('i686' 'x86_64')
url="http://www.infonotary.com/"
@@ -22,13 +22,13 @@ install=$pkgname.install
if [ "${CARCH}" = 'x86_64' ]; then
ARCH='amd64'
- md5sums=('e28b6e7a3161693fb3e496dccbd43ce6')
+ md5sums=('9bb7bfb150896794ca855b7828cbab82')
else
ARCH='i386'
- md5sums=('f3b33984b3be69e7392b2503ea7b40eb')
+ md5sums=('747a36b495a338cca2346bbd18733023')
fi
-_file_name=$pkgname'_'$pkgver'.1164_'$ARCH'.deb'
+_file_name=$pkgname'_'$pkgver'.1183_'$ARCH'.deb'
source=('http://repository.infonotary.com/install/linux/DEBS/pool/non-free/i/infonotary-client-software/'$_file_name)
package() {