summaryrefslogtreecommitdiff
path: root/community/oath-toolkit
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-26 11:56:16 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-10-26 11:56:16 -0300
commit8bdddf0c9d5b345120c8d2514131623ba1dcb13a (patch)
treec295c03679e64653c44785e6fed1d3e8d0aacabd /community/oath-toolkit
parentef3f5c5ef898f48c463c4dbe28a9367201437f34 (diff)
parentff20b83d60041f745a579e10770706b0b49d5617 (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: core/systemd/PKGBUILD extra/physfs/PKGBUILD
Diffstat (limited to 'community/oath-toolkit')
-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 7fe814c91..df45494ad 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' 'mips64el')
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