diff options
author | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-19 10:08:37 -0300 |
---|---|---|
committer | Nicolás Reynolds <fauno@kiwwwi.com.ar> | 2012-11-19 10:08:37 -0300 |
commit | 503317d2f4cb14793d90cca90822975c41e8c0a1 (patch) | |
tree | 5094ccd38af3828bd40323d89fd5ccd5deb77883 /social/sobby/PKGBUILD | |
parent | cd7749132ba94772795b5d2e28d3c16309c339d7 (diff) |
sobby
Diffstat (limited to 'social/sobby/PKGBUILD')
-rw-r--r-- | social/sobby/PKGBUILD | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/social/sobby/PKGBUILD b/social/sobby/PKGBUILD index 644c74aec..9463911b3 100644 --- a/social/sobby/PKGBUILD +++ b/social/sobby/PKGBUILD @@ -1,16 +1,16 @@ # Maintainer: Thomas Jost <schnouki@schnouki.net> pkgname=sobby -pkgver=0.4.7 +pkgver=0.4.8 pkgrel=1 pkgdesc="Standalone obby server" url="http://gobby.0x539.de/trac/" license="GPL" -depends=('obby>=0.4.7' 'libxml++') +depends=('obby=0.4.8' 'libxml++') makedepends=('pkgconfig' 'net6>=1.3.12') -arch=('i686' 'x86_64') -source=(http://releases.0x539.de/sobby/sobby-$pkgver.tar.gz) -md5sums=('816ac9e2ecf2ac79306f9bbb80699464') -sha1sums=('ca20369eabce1657d090b310d78d4a35d697f28b') +arch=('i686' 'x86_64' 'mips64el') +source=(http://releases.0x539.de/sobby/sobby-$pkgver.tar.gz{,.sig}) +md5sums=('1f7cf8c09cdeddbf2152843b28f73ce1' + '96822427ab95289ebb1520e6353c5d3c') build() { cd $srcdir/$pkgname-$pkgver |