summaryrefslogtreecommitdiff
path: root/community/drivel
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2012-02-22 17:06:20 +0100
commit47d70348352503e92ba694a6a683f629eaa18215 (patch)
tree7fb6f5ec75596b795dee52cfa35e3ef00a047cfb /community/drivel
parentc0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (diff)
parent1f55cedf5ea357497d2a98eb2be78d8dab4a9665 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/hostapd/PKGBUILD community/discid/PKGBUILD community/dumb/PKGBUILD community/dynamite/PKGBUILD community/echat/PKGBUILD community/fbdump/PKGBUILD community/fldiff/PKGBUILD community/flightgear/PKGBUILD community/fonteditfs/PKGBUILD community/freehdl/PKGBUILD community/unclutter/PKGBUILD community/unpaper/PKGBUILD community/wmii/PKGBUILD community/xkeycaps/PKGBUILD community/xl2tpd/PKGBUILD community/xmmsctrl/PKGBUILD extra/gnutls/PKGBUILD extra/inkscape/PKGBUILD extra/ntp/PKGBUILD extra/transmission/PKGBUILD multilib/lib32-libpng/PKGBUILD testing/libreoffice/PKGBUILD
Diffstat (limited to 'community/drivel')
-rw-r--r--community/drivel/PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/drivel/PKGBUILD b/community/drivel/PKGBUILD
index 6931a5aae..16057a69d 100644
--- a/community/drivel/PKGBUILD
+++ b/community/drivel/PKGBUILD
@@ -1,11 +1,11 @@
-# $Id: PKGBUILD 46527 2011-05-08 20:38:52Z spupykin $
+# $Id: PKGBUILD 65140 2012-02-20 05:01:22Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
# old Maintainer: Andrei "Garoth" Thorp <my-username at gmail dot com>
# Contributor: Alexandr Nevskiy <kepkin@gmail.com>
pkgname=drivel
pkgver=3.0.3
-pkgrel=1
+pkgrel=2
pkgdesc="GTK client for working with online journals (blogs)."
url="http://www.dropline.net/drivel/index.php"
arch=('i686' 'x86_64' 'mips64el')
@@ -18,7 +18,7 @@ md5sums=('295a583d6ed652ab591070245283fb5b')
build() {
cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --sysconfdir=/etc
+ LDFLAGS=-lm ./configure --prefix=/usr --sysconfdir=/etc
make
}