summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD9
1 files changed, 5 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 6b17f354e1e4..8f1cc706522c 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,9 @@
-# Maintainer: Jaume Delclòs <jaume@delclos.com>
+# Maintainer: Andrew Whatson <whatson@gmail.com>
+# Contributor: Jaume Delclòs <jaume@delclos.com>
# Contributor: Daniel Krueger <keenbug gmail.com>
# Contributor: Daniel Oliveira <psykond@gmail.com>
pkgname=guile-gnome-platform
-pkgver=2.16.4
+pkgver=2.16.5
pkgrel=1
pkgdesc="Binding between Guile Scheme and the Gnome stack of libraries. (fe. Pango, GTK+, Cairo, GStreamer, Glade, GtkSourceView and else). To build wrappers for GTK+ and higher in the stack, you will first need Guile-Cairo."
arch=('i686' 'x86_64')
@@ -13,11 +14,11 @@ provides=($pkgname)
conflicts=($pkgname)
options=(!libtool)
source=("http://ftp.gnu.org/pub/gnu/guile-gnome/$pkgname/$pkgname-$pkgver.tar.gz")
-md5sums=('930178554957a25209c6ca0adeb3a584')
+sha256sums=('298d8c4f9b567bfe87beda18ed58d047c2e01b88c80895129de5466b921ccebe')
build() {
cd $pkgname-$pkgver
- ./configure --prefix=/usr
+ GUILE=/usr/bin/guile ./configure --prefix=/usr
make
}