summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlavi Pantaleev2021-01-04 16:17:28 +0200
committerSlavi Pantaleev2021-01-04 16:17:28 +0200
commit07e527e336e03627775f6f36100d385a8250ed9f (patch)
treef05e72ca96d062b82054479183869b404a2468ad
parent4a576bac4e254ba227f9e1981bdf7306ef4e7b9e (diff)
downloadaur-07e527e336e03627775f6f36100d385a8250ed9f.tar.gz
Bump build (2.0.3.1164 -> 2.0.3.1183)
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore1
-rw-r--r--PKGBUILD8
3 files changed, 8 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27f25ad58477..0650a389e77c 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 = 6
+ pkgrel = 7
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.1164_amd64.deb
- md5sums = e28b6e7a3161693fb3e496dccbd43ce6
+ source = http://repository.infonotary.com/install/linux/DEBS/pool/non-free/i/infonotary-client-software/infonotary-client-software_2.0.3.1183_amd64.deb
+ md5sums = 9bb7bfb150896794ca855b7828cbab82
pkgname = infonotary-client-software
diff --git a/.gitignore b/.gitignore
index 7d202d1327fc..d839fa8ae02c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
*.xz
*.gz
+*.pkg.tar
pkg
src
*.deb
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() {