aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaxim Kraev2015-09-08 23:44:15 +0300
committerMaxim Kraev2015-09-08 23:44:15 +0300
commitea614b67c38d76a7a0de128a3dac70da1a43acce (patch)
treee770fba2e6cf9c39101d753e7383d42064ea1761
parentd79150bd231426f1919f0d3f0fea7e1c25936b53 (diff)
downloadaur-ea614b67c38d76a7a0de128a3dac70da1a43acce.tar.gz
2.0.6.0 version
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD14
2 files changed, 11 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9c7fcb1becbb..fd43b5378d9b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ifcplugin
pkgdesc = Crypto Interface Web Browser Plugin for https://gosuslugi.ru
- pkgver = 2.0.5.7
- pkgrel = 4
+ pkgver = 2.0.6.0
+ pkgrel = 1
url = https://esia.gosuslugi.ru
install = ifcplugin.install
arch = i686
@@ -10,8 +10,8 @@ pkgbase = ifcplugin
depends = pcsc-tools
depends = glibc
depends = acsccid
- source = https://esia.gosuslugi.ru/sia-web/htdocs/plugin/IFCPlugin-x86_64.deb
- sha512sums = 2bd547bea60c703018821942d8d496d4e36bf4e580ea517fa7ef7596faa4f944e7f31ce641ad5da21baad17ed82f5b373118860dd8a258b5cb7243ae36f3df3c
+ source = https://ds-plugin.gosuslugi.ru/plugin/htdocs/plugin/IFCPlugin-i386.deb
+ sha512sums = b7d50ddc35c1e0b81f564b08a8cb58d903fcbf003dab91c02e5db2404dd6493e25b7c7cb2061b8d112ab4c0109d482855c438a479e328d7fe5ebda830c5af510
pkgname = ifcplugin
diff --git a/PKGBUILD b/PKGBUILD
index 4aa196f4af88..5d2a3519d13a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,10 @@
# Maintainer: Maxim Kraev <maxim.kraev@gmail.com>
pkgname=ifcplugin
-pkgver=2.0.5.7
-pkgrel=4
+pkgver=2.0.6.0
+pkgrel=1
_ubuntuver=raring
-_ubunturel=4
+_ubunturel=1
pkgdesc="Crypto Interface Web Browser Plugin for https://gosuslugi.ru"
arch=('i686' 'x86_64')
url="https://esia.gosuslugi.ru"
@@ -12,11 +12,11 @@ license=('unknown')
depends=(pcsc-tools glibc acsccid)
conflicts=()
if [[ "$CARCH" == "i686" ]]; then
- source=("https://esia.gosuslugi.ru/sia-web/htdocs/plugin/IFCPlugin-i386.deb")
- sha512sums=('c4c71c9bf081270f3381d1b3ba4b67d1d5c5755171e59ca59108058aa6e9645c34c81f14235da18712a4a04fd6a12abf110bc82b689a14f789afa354368fe8e9')
+ source=("https://ds-plugin.gosuslugi.ru/plugin/htdocs/plugin/IFCPlugin-i386.deb")
+ sha512sums=('1d6dbfda3e826ea0b632c29691fd71242373a6238832b947ade5343f7315aeb24b824571dff9907b7ea05d78a0e8e091c87f47c2626f6cc77f69d9b5a9723226')
else
- source=("https://esia.gosuslugi.ru/sia-web/htdocs/plugin/IFCPlugin-x86_64.deb")
- sha512sums=('2bd547bea60c703018821942d8d496d4e36bf4e580ea517fa7ef7596faa4f944e7f31ce641ad5da21baad17ed82f5b373118860dd8a258b5cb7243ae36f3df3c')
+ source=("https://ds-plugin.gosuslugi.ru/plugin/htdocs/plugin/IFCPlugin-i386.deb")
+ sha512sums=('b7d50ddc35c1e0b81f564b08a8cb58d903fcbf003dab91c02e5db2404dd6493e25b7c7cb2061b8d112ab4c0109d482855c438a479e328d7fe5ebda830c5af510')
fi
install=ifcplugin.install