summaryrefslogtreecommitdiff
path: root/extra/libgee
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-14 10:56:20 -0300
committerNicolás Reynolds <fauno@kiwwwi.com.ar>2012-08-14 10:56:20 -0300
commitd5be0922f99093b4659507a4c17c664ac5c2f577 (patch)
tree03704fe8477fe4f6e3f2f15f0bd848b5e4b702e9 /extra/libgee
parentc6d876200ad3def9a1e9725b3daf29e01ae8e3c5 (diff)
parenta36c4a33891932acf2ac1cdebbb9caed01d7df6f (diff)
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts: community-staging/pdf2djvu/PKGBUILD core/systemd/PKGBUILD extra/audacious/PKGBUILD extra/cups/PKGBUILD multilib-testing/lib32-libdrm/PKGBUILD staging/inkscape/PKGBUILD staging/poppler/PKGBUILD testing/ethtool/PKGBUILD testing/libdrm/PKGBUILD testing/openconnect/PKGBUILD
Diffstat (limited to 'extra/libgee')
-rw-r--r--extra/libgee/PKGBUILD10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/libgee/PKGBUILD b/extra/libgee/PKGBUILD
index 8879cbce9..70d5817d7 100644
--- a/extra/libgee/PKGBUILD
+++ b/extra/libgee/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 147137 2012-01-22 20:17:23Z ibiru $
+# $Id: PKGBUILD 165194 2012-08-12 19:52:12Z ibiru $
# Maintainer : Ionut Biru <ibiru@archlinux.org>
# Contributor: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=libgee
-pkgver=0.6.4
+pkgver=0.6.5
pkgrel=1
pkgdesc="GObject collection library"
url="http://live.gnome.org/Libgee"
@@ -13,15 +13,15 @@ depends=('glib2')
makedepends=('gobject-introspection')
options=('!libtool')
source=(http://ftp.gnome.org/pub/GNOME/sources/libgee/0.6/$pkgname-$pkgver.tar.xz)
-sha256sums=('55f39f3b28e676f6cbd9377d83edd031084436a4da41280a9503c94faffb1665')
+sha256sums=('99b78db2492c533e386a07bce9aab1de4bdf23284b1a485b893683de388fff48')
build() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
./configure --prefix=/usr --disable-static
make
}
package() {
- cd "$srcdir/$pkgname-$pkgver"
+ cd $pkgname-$pkgver
make DESTDIR="$pkgdir" install
}