diff options
author | sValo | 2016-12-09 12:14:28 +0100 |
---|---|---|
committer | svalo | 2016-12-09 18:23:04 +0100 |
commit | 903a7c75b3e0b0743a738d23594acb7ad1d59a10 (patch) | |
tree | 17cb862d54cec9a966bb77de7fa4991047c29629 /PKGBUILD | |
parent | fc4c71be1101e59fa042eec25a78408ef3aff523 (diff) | |
download | aur-903a7c75b3e0b0743a738d23594acb7ad1d59a10.tar.gz |
Updates monkeysphere to 0.41
Diffstat (limited to 'PKGBUILD')
-rw-r--r-- | PKGBUILD | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -4,8 +4,8 @@ # Based on monkeysphere-git from # Contributor: Olivier Mehani <shtrom-arch@ssji.net> pkgname=monkeysphere -pkgver=0.39 -pkgrel=2 +pkgver=0.41 +pkgrel=1 pkgdesc="Leverage the OpenPGP web of trust for OpenSSH and Web authentication" arch=('any') url="http://web.monkeysphere.info/" @@ -13,21 +13,18 @@ license=('GPL3') depends=('agent-transfer' 'lockfile-progs' 'perl-crypt-openssl-rsa' 'perl-digest-sha1' 'gnupg>=2.1.13') checkdepends=('socat' 'openssh' 'cpio' 'gnupg>=2.1.13') source=(http://archive.monkeysphere.info/debian/pool/${pkgname}/m/${pkgname}/${pkgname}_${pkgver}.orig.tar.gz - test-keytrans.patch binmerge.patch exclude-agent.patch ) -sha256sums=('73331e2df361b22e1dc6445a7d2b0b2c5a124daa4d850c2ecce721579592c29f' - 'f0c90bd5ffd06b54457b6d0ccf9456bcc7899ab8362d31416cce2d7f982760d0' - 'e49a1097296b06090010ce5344588f5e4917aeb06a118de920fc58411d2a7cf7' - 'ee2d4942918a464216b7bde5ad6585441237d2a6235fa795a24a14e0d9962cad') +sha256sums=('911a2f1622ddb81151b0f41cf569ccf2154d10a09b2f446dbe98fac7279fe74b' + 'e0cdadd4f01deab281cb66543eef19216bd762cb41774d3b498bd2e7c17816e4' + '90c3fcc64cbd2329489225af39afa52dc8ebeb6ad0877532c2842ccf616df4ea') install=monkeysphere.install prepare() { cd "${srcdir}/${pkgname}-${pkgver}" - patch -p0 -i "${srcdir}/test-keytrans.patch" patch -Ni "${srcdir}/binmerge.patch" patch -Ni "${srcdir}/exclude-agent.patch" } |