diff options
Diffstat (limited to 'social')
-rw-r--r-- | social/batctl/PKGBUILD | 7 | ||||
-rw-r--r-- | social/bip/PKGBUILD | 2 | ||||
-rw-r--r-- | social/inadyn-opendns/PKGBUILD | 4 | ||||
-rw-r--r-- | social/monkeysphere/PKGBUILD | 6 | ||||
-rw-r--r-- | social/seeks/PKGBUILD | 2 |
5 files changed, 11 insertions, 10 deletions
diff --git a/social/batctl/PKGBUILD b/social/batctl/PKGBUILD index 912011781..33df8ca41 100644 --- a/social/batctl/PKGBUILD +++ b/social/batctl/PKGBUILD @@ -1,15 +1,14 @@ # Contributor: Nathan Owe <ndowens.aur at gmail dot com> # Maintainer: Thomas Weißschuh <thomas_weissschuh@lavabit.com> pkgname=batctl -pkgver=2011.3.0 +pkgver=2012.3.0 pkgrel=1 pkgdesc="B.A.T.M.A.N. advanced control and management tool" arch=('i686' 'x86_64' 'mips64el') url="http://www.open-mesh.net/" license=('GPL') depends=('glibc') -source=("http://downloads.open-mesh.net/batman/releases/batman-adv-${pkgver}/${pkgname}-${pkgver}.tar.gz") -sha1sums=('a90abd309acda0199c0d7cb63e8a0d4408688a34') +source=("http://downloads.open-mesh.net/batman/releases/batman-adv-${pkgver}/${pkgname}-${pkgver}.tar.gz"{,.asc}) build(){ cd ${srcdir}/${pkgname}-${pkgver} @@ -22,3 +21,5 @@ package() { } # vim:set ts=2 sw=2 et: +md5sums=('fe9e6a3994539037b48afc5e3d31628c' + 'fdc6433ebc7fe59ce9eaec56dd843eb9') diff --git a/social/bip/PKGBUILD b/social/bip/PKGBUILD index fcb0ddcfe..1a1a75705 100644 --- a/social/bip/PKGBUILD +++ b/social/bip/PKGBUILD @@ -4,7 +4,7 @@ pkgname=bip pkgver=0.8.8 pkgrel=1 pkgdesc="Multiuser IRC proxy that supports replaying of logged irc conversations" -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'mips64el') url="http://bip.milkypond.org/" license=('GPL') depends=('openssl' 'perl') diff --git a/social/inadyn-opendns/PKGBUILD b/social/inadyn-opendns/PKGBUILD index e75e25aca..647a5d876 100644 --- a/social/inadyn-opendns/PKGBUILD +++ b/social/inadyn-opendns/PKGBUILD @@ -4,7 +4,7 @@ pkgname=inadyn-opendns pkgver=1.99 pkgrel=3 pkgdesc="Simple dynamic DNS client with SSL support" -arch=('i686' 'mips64el') +arch=('i686' 'x86_64' 'mips64el') url="http://www.opendns.com/account/dynamic_dns/downloads" license=('GPL') makedepends=('unzip') @@ -12,7 +12,7 @@ depends=('curl') conflicts=('inadyn') provides=('inadyn') backup=('etc/inadyn.conf') -install=('inadyn-opendns.install') +install='inadyn-opendns.install' source=("http://www.opendns.com/support/ddns_files/inadyn.source.v$pkgver.zip" 'inadyn.rc-script') md5sums=('0f2cf9c3ea3482c03e1c42f8480f1c55' diff --git a/social/monkeysphere/PKGBUILD b/social/monkeysphere/PKGBUILD index 60e4d0b8e..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' 'mips64el') +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 diff --git a/social/seeks/PKGBUILD b/social/seeks/PKGBUILD index 2ff5b8104..f686a2fc9 100644 --- a/social/seeks/PKGBUILD +++ b/social/seeks/PKGBUILD @@ -2,7 +2,7 @@ pkgname=seeks pkgver=0.4.1 -pkgrel=4 +pkgrel=5 pkgdesc="A social decentralized internet overlay for collaborative searches" arch=('i686' 'x86_64' 'mips64el') url="http://www.seeks-project.info/site/" |