summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlavi Pantaleev2020-05-04 17:57:52 +0300
committerSlavi Pantaleev2020-05-04 17:57:52 +0300
commit4a576bac4e254ba227f9e1981bdf7306ef4e7b9e (patch)
treee3e4b7c7e635870b98f9dbe7b7f029f37938928c
parentc0b93358473d646d47d13ae5ad974e640de6bfaf (diff)
downloadaur-4a576bac4e254ba227f9e1981bdf7306ef4e7b9e.tar.gz
Upgrade to 2.0.3.1164
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c495bbf6531b..27f25ad58477 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = infonotary-client-software
pkgdesc = InfoNotary client software - InfoNotary e-Doc Signer and InfoNotary Smart Card Manager.
pkgver = 2.0.3
- pkgrel = 5
+ pkgrel = 6
url = http://www.infonotary.com/
install = infonotary-client-software.install
arch = i686
@@ -19,8 +19,8 @@ pkgbase = infonotary-client-software
optdepends = opensc: a set of libraries and utilities to work with smart cards
conflicts = infonotary-scardmanager
replaces = infonotary-scardmanager
- source = http://repository.infonotary.com/install/linux/DEBS/pool/non-free/i/infonotary-client-software/infonotary-client-software_2.0.3.1048_amd64.deb
- md5sums = 016e6428d313ea67c51dce32cf161773
+ source = http://repository.infonotary.com/install/linux/DEBS/pool/non-free/i/infonotary-client-software/infonotary-client-software_2.0.3.1164_amd64.deb
+ md5sums = e28b6e7a3161693fb3e496dccbd43ce6
pkgname = infonotary-client-software
diff --git a/PKGBUILD b/PKGBUILD
index faa30c2dd925..dd0bb79e1d9b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=infonotary-client-software
pkgver=2.0.3
-pkgrel=5
+pkgrel=6
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=('016e6428d313ea67c51dce32cf161773')
+ md5sums=('e28b6e7a3161693fb3e496dccbd43ce6')
else
ARCH='i386'
- md5sums=('308b35824cc0a81de06bfa99b4007618')
+ md5sums=('f3b33984b3be69e7392b2503ea7b40eb')
fi
-_file_name=$pkgname'_'$pkgver'.1048_'$ARCH'.deb'
+_file_name=$pkgname'_'$pkgver'.1164_'$ARCH'.deb'
source=('http://repository.infonotary.com/install/linux/DEBS/pool/non-free/i/infonotary-client-software/'$_file_name)
package() {