diff options
author | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-09-04 19:06:13 -0300 |
---|---|---|
committer | André Fabian Silva Delgado <emulatorman@lavabit.com> | 2012-09-04 19:06:13 -0300 |
commit | cf1b80149c0931546cf6e2cbc4777e3d6c2847a2 (patch) | |
tree | e5c2d72e9c7a6329656e3d7f735cc78f25e75fcf | |
parent | d62b83f1be66a605d5c4d6a76601cba57bd95776 (diff) | |
parent | e85af5281f53c90932c7fe78660d3cabd14e8033 (diff) | |
download | abslibre-cf1b80149c0931546cf6e2cbc4777e3d6c2847a2.tar.gz abslibre-cf1b80149c0931546cf6e2cbc4777e3d6c2847a2.tar.bz2 abslibre-cf1b80149c0931546cf6e2cbc4777e3d6c2847a2.zip |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/srv/git/abslibre
-rw-r--r-- | social/monkeysphere/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/social/monkeysphere/PKGBUILD b/social/monkeysphere/PKGBUILD index ba869598e..3c5c590b8 100644 --- a/social/monkeysphere/PKGBUILD +++ b/social/monkeysphere/PKGBUILD @@ -4,9 +4,9 @@ # $Id: PKGBUILD 264 2010-11-10 00:57:53Z shtrom $ pkgname=monkeysphere pkgver=0.35 -pkgrel=2 +pkgrel=3 pkgdesc="Leverage the OpenPGP web of trust for OpenSSH and Web authentication" -arch=('i686' 'x86_64') +arch=('any') url="http://web.monkeysphere.info/" license=('GPL3') depends=('gnupg' 'lockfile-progs' 'perl-crypt-openssl-rsa' 'perl-digest-sha1') @@ -14,7 +14,7 @@ source=(http://archive.monkeysphere.info/debian/pool/${pkgname}/m/${pkgname}/${p install=monkeysphere.install md5sums=('481ac14c9fdef0ccd1944c593bd4f517') -build() { +package() { cd "$srcdir/$pkgname-$pkgver" make DESTDIR="$pkgdir/" install |