summaryrefslogtreecommitdiff
path: root/extra/libgee
diff options
context:
space:
mode:
authorNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-11 11:31:14 -0300
committerNicolas Reynolds <fauno@kiwwwi.com.ar>2011-11-11 11:31:14 -0300
commit93e6000b49f03ddf5a7046d325675ab43f58980b (patch)
tree4202781c4124b57e808c9c6f51ba71e71484969e /extra/libgee
parentfe4dcf73c98bd9629ed703a027a4b812fb174cdd (diff)
parent4141f5b04aab597f88a617a82649a404c773469a (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community/haskell-binary/PKGBUILD community/haskell-ghc-paths/PKGBUILD community/virtualbox/PKGBUILD extra/cscope/PKGBUILD extra/pixman/PKGBUILD extra/virtuoso/PKGBUILD extra/xfce4-weather-plugin/PKGBUILD
Diffstat (limited to 'extra/libgee')
-rw-r--r--extra/libgee/PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/extra/libgee/PKGBUILD b/extra/libgee/PKGBUILD
index f20543a4d..2556215aa 100644
--- a/extra/libgee/PKGBUILD
+++ b/extra/libgee/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 138009 2011-09-14 09:17:28Z ibiru $
+# $Id: PKGBUILD 142433 2011-11-09 18:26:23Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=libgee
-pkgver=0.6.2.1
+pkgver=0.6.3
pkgrel=1
pkgdesc="GObject collection library"
url="http://live.gnome.org/Libgee"
@@ -12,16 +12,16 @@ arch=('i686' 'x86_64' 'mips64el')
depends=('glib2')
makedepends=('gobject-introspection')
options=('!libtool')
-source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('478f7daebe8369ad72bf83431d953db772af6865ff3aa21bf75bf6730f561389')
+source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/$pkgname-$pkgver.tar.xz)
+sha256sums=('6b1ef59e26dd10feed279fdd7cc49c3391e124d31c46ac56c410ba0ce3bd1716')
build() {
- cd "${srcdir}/${pkgname}-${pkgver}"
+ cd "$srcdir/$pkgname-$pkgver"
./configure --prefix=/usr --disable-static
make
}
package() {
- cd "${srcdir}/${pkgname}-${pkgver}"
- make DESTDIR="${pkgdir}" install
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir" install
}