diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-04-01 15:48:10 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2011-04-01 15:48:10 -0300 |
commit | 1cc2eb8745e939b8b1871090ac0131af4ef74993 (patch) | |
tree | 7cff540e4e1bad0826c0ff76da6cc3d7ac078b66 /social/monkeysphere/PKGBUILD | |
parent | 14b5951cc10fa36bc2934a9e613732b5ee9af0c0 (diff) |
monkeysphere-0.35-1
Diffstat (limited to 'social/monkeysphere/PKGBUILD')
-rw-r--r-- | social/monkeysphere/PKGBUILD | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/social/monkeysphere/PKGBUILD b/social/monkeysphere/PKGBUILD index 33c1bcf1b..c804b8409 100644 --- a/social/monkeysphere/PKGBUILD +++ b/social/monkeysphere/PKGBUILD @@ -12,6 +12,7 @@ license=('GPL3') depends=('gnupg' 'lockfile-progs' 'perl-crypt-openssl-rsa' 'perl-digest-sha1') source=(http://archive.monkeysphere.info/debian/pool/${pkgname}/m/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz) install=monkeysphere.install +md5sums=('481ac14c9fdef0ccd1944c593bd4f517') build() { cd "$srcdir/$pkgname-$pkgver" @@ -19,5 +20,3 @@ build() { make DESTDIR="$pkgdir/" install mkdir -p $pkgdir/var/lib/monkeysphere } -md5sums=() -md5sums=('481ac14c9fdef0ccd1944c593bd4f517') |