Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Upgrade bit4id-ipki to 1.2.15
  • Loading branch information
spantaleev committed Nov 4, 2012
1 parent 75e110b commit 1ac7344
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bit4id-ipki/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Slavi Pantaleev <s.pantaleev at gmail.com>

pkgname=bit4id-ipki
pkgver=1.2.12
pkgver=1.2.15
pkgrel=1
pkgdesc="Bit4ID Universal Middleware (Smart Card driver)"
arch=('i686' 'x86_64')
Expand All @@ -11,10 +11,10 @@ install=$pkgname.install

if [ "${CARCH}" = 'x86_64' ]; then
ARCH='amd64'
md5sums=('4bf6e6266b63ab6026991cb33a1132b1')
md5sums=('8344ea2825eaea01d84749039a68040b')
else
ARCH='i386'
md5sums=('240abeeb243f10dbd4378fd2a058d605')
md5sums=('6735636391df49bfe1804a30bfaff6d0')
fi

_file_name=$pkgname'_'$pkgver'-1_'$ARCH'.deb'
Expand Down

0 comments on commit 1ac7344

Please sign in to comment.