diff options
author | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-02-23 23:15:11 +0000 |
commit | d466ef49f224a9347fe0375eac8126725e10a0a4 (patch) | |
tree | c08a9d7437c4d6de169858ac98fb340fd90202c2 /community/obby/PKGBUILD | |
parent | 1d9fb21dff6df1679e536ab672edcbbdb4cf3a15 (diff) |
Thu Feb 23 23:15:11 UTC 2012
Diffstat (limited to 'community/obby/PKGBUILD')
-rw-r--r-- | community/obby/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/obby/PKGBUILD b/community/obby/PKGBUILD index d10bf6798..a70f5eed4 100644 --- a/community/obby/PKGBUILD +++ b/community/obby/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 20481 2010-07-08 11:26:17Z spupykin $ +# $Id: PKGBUILD 65712 2012-02-22 10:21:10Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: William Rea <sillywilly@gmail.com> # Maintainer: Angel 'angvp' Velasquez <angvp[at]archlinux.com.ve> pkgname=obby -pkgver=0.4.7 -pkgrel=2 +pkgver=0.4.8 +pkgrel=1 pkgdesc="A library which provides synced document buffers" url="http://gobby.0x539.de" options=('!libtool') @@ -13,11 +13,11 @@ license=('GPL') arch=('i686' 'x86_64') depends=('net6' 'avahi' 'libsigc++') source=(http://releases.0x539.de/obby/obby-$pkgver.tar.gz) -md5sums=('33fac4228c1efc1a1635bacf6480dc31') +md5sums=('5d4cd4e77f87b092e5ed21b104d8ad33') build() { cd $srcdir/obby-$pkgver ./configure --prefix=/usr --with-zeroconf --enable-ipv6 - make || return 1 + make make DESTDIR=$pkgdir install } |