summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Whatson2019-11-06 00:30:18 +1000
committerAndrew Whatson2019-11-06 14:26:34 +1000
commitce71afc4c500885dabb2267509d176bf8668185b (patch)
tree9b8806b086ad453c9eeeb671d255423e83bdaba7 /PKGBUILD
parent7c56e35fbacf6592bcbf5a81c8bc2f7d52b3c7f8 (diff)
downloadaur-ce71afc4c500885dabb2267509d176bf8668185b.tar.gz
Update to 2.16.5
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
}