diff options
author | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-05-30 12:41:17 -0300 |
---|---|---|
committer | Nicolás Reynolds <apoyosis@correo.inta.gob.ar> | 2012-05-30 12:41:17 -0300 |
commit | e68d976a35ac019eaad2d80b2818748211176d5b (patch) | |
tree | 716c653396b08e05e12b6acc97d06bb7cb9fd72c /social | |
parent | e855f30d427d16dc9b9eada81e48c6acd2400793 (diff) | |
parent | 35c8fd0c42370098fe43db71c93aa22b4d41507b (diff) |
Merge branch 'master' of ssh://gparabola/srv/git/abslibre
Conflicts:
libre/your-freedom/PKGBUILD
Diffstat (limited to 'social')
-rwxr-xr-x | social/mednafen-wip/PKGBUILD | 6 | ||||
-rw-r--r-- | social/sipwitch/PKGBUILD | 15 |
2 files changed, 11 insertions, 10 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/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') + |