diff options
author | mutantmonkey | 2015-08-18 09:29:51 -0700 |
---|---|---|
committer | mutantmonkey | 2015-08-18 09:29:51 -0700 |
commit | e0d77f2bc5c3dbf0fac0ae725aff43604e68bb3b (patch) | |
tree | 21821a35a88585652d1a86cea6b970ede29101ab /PKGBUILD | |
parent | b124af03830cb370c40b41d380c4950c9895dcba (diff) | |
download | aur-e0d77f2bc5c3dbf0fac0ae725aff43604e68bb3b.tar.gz |
upgpkg: trousers 0.3.13-4
add options=('libtool')
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -7,12 +7,13 @@ pkgname=trousers pkgver=0.3.13 -pkgrel=3 +pkgrel=4 pkgdesc="Open-source TCG Software Stack implementation for use with a TPM" arch=('i686' 'x86_64') url="http://sourceforge.net/projects/trousers" license=('CPL') depends=('openssl') +options=('libtool') install=${pkgname}.install source=(http://downloads.sourceforge.net/project/${pkgname}/${pkgname}/0.3.13/${pkgname}-${pkgver}.tar.gz ${pkgname}.install |