summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorshtrom2011-04-04 02:10:24 +0000
committerOlivier Mehani2015-07-01 13:20:41 +1000
commitec3d853ed869feffc9496edd4f4e2135cb13687f (patch)
tree3cf06cd56f42de22409a4181c6ec75ad37e0f24d
parent4822ec986dd54129ae301358750e7286a20b3c0a (diff)
downloadaur-ec3d853ed869feffc9496edd4f4e2135cb13687f.tar.gz
[poldi] Fixed URL.
git-svn-id: svn+ssh://scm.narf.ssji.net/svn/archlinux-packages@284 df209809-8e4a-0410-9a64-c169741eb0fc
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
2 files changed, 2 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index e18f7b94a60f..cf1caa2680e5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ pkgbase = poldi
pkgdesc = PAM module for authentication using a smartcard
pkgver = 0.4.1
pkgrel = 1
- url = http://http://www.g10code.com/p-poldi.html
+ url = http://www.g10code.com/p-poldi.html
install = poldi.install
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index ac124b0133a2..19b499d897ef 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,7 +7,7 @@ pkgver=0.4.1
pkgrel=1
pkgdesc="PAM module for authentication using a smartcard"
arch=('i686' 'x86_64')
-url="http://http://www.g10code.com/p-poldi.html"
+url="http://www.g10code.com/p-poldi.html"
license="GPL"
depends=('libgcrypt' 'libgpg-error' 'libksba' 'pam')
makedepends=()