diff options
Diffstat (limited to 'social')
-rwxr-xr-x | social/mednafen-wip/PKGBUILD | 6 | ||||
-rw-r--r-- | social/seeks/PKGBUILD | 2 | ||||
-rw-r--r-- | social/sipwitch/PKGBUILD | 15 |
3 files changed, 12 insertions, 11 deletions
diff --git a/social/mednafen-wip/PKGBUILD b/social/mednafen-wip/PKGBUILD index a405d2ceb..e7330795b 100755 --- a/social/mednafen-wip/PKGBUILD +++ b/social/mednafen-wip/PKGBUILD @@ -4,7 +4,7 @@ # Contributor (Parabola): André Silva <andre.paulista@adinet.com.uy> pkgname=mednafen-wip -pkgver=0.9.21 +pkgver=0.9.22 pkgrel=1 pkgdesc="A command-line multi-system gaming emulator, WIP version" url="http://mednafen.sourceforge.net/" @@ -14,8 +14,8 @@ depends=('libcdio>=0.82' 'libsamplerate' 'libogg' 'libvorbis' 'sdl' 'sdl_net' 'l makedepends=('pkgconfig' 'mesa') conflicts=('mednafen') provides=('mednafen') -source=('http://forum.fobby.net/index.php?t=getfile&id=358&') -sha1sums=('983c349ca991190363b713ac8abf7ae78b081a21') +source=('http://forum.fobby.net/index.php?t=getfile&id=362&') +sha1sums=('609d3915f4b65f6a7e77441d26efd744f3149981') build() { diff --git a/social/seeks/PKGBUILD b/social/seeks/PKGBUILD index 53cc57471..cdc4a798d 100644 --- a/social/seeks/PKGBUILD +++ b/social/seeks/PKGBUILD @@ -3,7 +3,7 @@ pkgname=seeks pkgver=0.4.1 -pkgrel=2 +pkgrel=3 pkgdesc="A social decentralized internet overlay for collaborative searches" arch=('i686' 'x86_64' 'mips64el') url="http://www.seeks-project.info/site/" diff --git a/social/sipwitch/PKGBUILD b/social/sipwitch/PKGBUILD index 98191c8d5..8cb84fad5 100644 --- a/social/sipwitch/PKGBUILD +++ b/social/sipwitch/PKGBUILD @@ -1,18 +1,19 @@ # Maintainer: Dan Serban -# Contributor: Andrea Scarpino <andrea@archlinux.org> -# Contributor: David Zaragoza <david@zaragoza.com.ve> +# Contributors: David Zaragoza, Andrea Scarpino +# Maintainer (Parabola): André Silva <andre.paulista@adinet.com.uy> pkgname=sipwitch -pkgver=1.1.2 +pkgver=1.2.4 pkgrel=1 pkgdesc="A call and registration server for the SIP protocol" -arch=(i686 x86_64) +arch=(i686 x86_64 mips64el) url=http://www.gnutelephony.org/index.php/GNU_SIP_Witch license=(GPL) depends=(libexosip2 ucommon) -makedepends=(pkg-config) +makedepends=(lynx) options=('!libtool') -source=("ftp://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") +source=("http://ftp.gnu.org/gnu/${pkgname}/${pkgname}-${pkgver}.tar.gz") +md5sums=('6119cecb062ba4d0af18b427b01c41e2') build() { @@ -28,4 +29,4 @@ package() mkdir -p "${pkgdir}"/etc/rc.d touch "${pkgdir}"/etc/rc.d/"${pkgname}" } -md5sums=('08a235ddc0f75238c3670e857a30ae0b') + |