diff options
author | root <root@rshg054.dnsready.net> | 2012-10-12 00:41:00 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-10-12 00:41:00 -0700 |
commit | dfbf90f39b87d2f5ae24b41e47243ddf70d30d2b (patch) | |
tree | 9c78f70a856b78c26246cd13ccc23757e5655e79 /community/oath-toolkit | |
parent | a9727414be0e6e6c099610a2dbfa21fbe0c9ae83 (diff) |
Fri Oct 12 00:40:57 PDT 2012
Diffstat (limited to 'community/oath-toolkit')
-rw-r--r-- | community/oath-toolkit/PKGBUILD | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/community/oath-toolkit/PKGBUILD b/community/oath-toolkit/PKGBUILD index a1a5bedf9..7e4fcd265 100644 --- a/community/oath-toolkit/PKGBUILD +++ b/community/oath-toolkit/PKGBUILD @@ -1,19 +1,19 @@ -# $Id: PKGBUILD 75890 2012-09-04 18:45:38Z seblu $ +# $Id: PKGBUILD 77539 2012-10-11 23:18:29Z seblu $ # Maintainer: Sébastien Luttringer <seblu@aur.archlinux.org> # Contributor: Christian Hesse <mail@eworm.de> # Contributor: L42y <423300@gmail.com> pkgname=oath-toolkit -pkgver=1.12.6 +pkgver=2.0.0 pkgrel=1 pkgdesc='OATH one-time password toolkit' arch=('i686' 'x86_64') url='http://www.nongnu.org/oath-toolkit/' license=('GPL3') -depends=('pam') +depends=('glibc' 'pam' 'libxml2') options=('!libtool') source=("http://download.savannah.nongnu.org/releases/$pkgname/$pkgname-$pkgver.tar.gz") -md5sums=('7c8c4231aecfc5d74467b2a9e6bf054c') +md5sums=('2da5d9211062dfd746539c783185fae1') build() { cd $pkgname-$pkgver @@ -24,7 +24,6 @@ build() { package() { cd $pkgname-$pkgver make DESTDIR="$pkgdir" install - # Install basic docs too install -D -m 644 pam_oath/README "$pkgdir/usr/share/doc/$pkgname/PAM_README" install -D -m 644 README "$pkgdir/usr/share/doc/$pkgname/README" |