summaryrefslogtreecommitdiff
path: root/community/obby/PKGBUILD
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-24 14:50:00 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-24 14:50:00 +0100
commit82e1a8e4caf3318dbb60adda8c2649ae7ac15661 (patch)
treebc42529997fa58fc26481c8ba7524560f3baa5af /community/obby/PKGBUILD
parentf87cdf22eb712b5b1c118f768d4ff710fc839403 (diff)
parentd466ef49f224a9347fe0375eac8126725e10a0a4 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/arpack/PKGBUILD community/flac123/PKGBUILD community/flashrom/PKGBUILD community/liblockfile/PKGBUILD community/python-cjson/PKGBUILD community/tcpflow/PKGBUILD extra/vlc/PKGBUILD multilib/lib32-gnutls/PKGBUILD multilib/lib32-libssh2/PKGBUILD
Diffstat (limited to 'community/obby/PKGBUILD')
-rw-r--r--community/obby/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/community/obby/PKGBUILD b/community/obby/PKGBUILD
index ea0103504..6cd651e87 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' 'mips64el')
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
}