summaryrefslogtreecommitdiff
path: root/community/oath-toolkit/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/oath-toolkit/PKGBUILD')
-rw-r--r--community/oath-toolkit/PKGBUILD13
1 files changed, 9 insertions, 4 deletions
diff --git a/community/oath-toolkit/PKGBUILD b/community/oath-toolkit/PKGBUILD
index 7e4fcd265..d0d225d75 100644
--- a/community/oath-toolkit/PKGBUILD
+++ b/community/oath-toolkit/PKGBUILD
@@ -1,19 +1,19 @@
-# $Id: PKGBUILD 77539 2012-10-11 23:18:29Z seblu $
+# $Id: PKGBUILD 78852 2012-10-25 22:57:45Z seblu $
# Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org>
# Contributor: Christian Hesse <mail@eworm.de>
# Contributor: L42y <423300@gmail.com>
pkgname=oath-toolkit
-pkgver=2.0.0
+pkgver=2.0.1
pkgrel=1
pkgdesc='OATH one-time password toolkit'
arch=('i686' 'x86_64')
url='http://www.nongnu.org/oath-toolkit/'
license=('GPL3')
-depends=('glibc' 'pam' 'libxml2')
+depends=('glibc' 'pam' 'xmlsec')
options=('!libtool')
source=("http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('2da5d9211062dfd746539c783185fae1')
+md5sums=('529e5995ae0d95a94daa16f9b9c25e3c')
build() {
cd $pkgname-$pkgver
@@ -21,6 +21,11 @@ build() {
make
}
+check() {
+ cd $pkgname-$pkgver
+ make check
+}
+
package() {
cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install