summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Whatson2019-11-06 00:30:18 +1000
committerAndrew Whatson2019-11-06 14:26:34 +1000
commitce71afc4c500885dabb2267509d176bf8668185b (patch)
tree9b8806b086ad453c9eeeb671d255423e83bdaba7
parent7c56e35fbacf6592bcbf5a81c8bc2f7d52b3c7f8 (diff)
downloadaur-ce71afc4c500885dabb2267509d176bf8668185b.tar.gz
Update to 2.16.5
-rw-r--r--.SRCINFO6
-rw-r--r--.gitignore4
-rw-r--r--PKGBUILD9
3 files changed, 12 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c142d38da91f..bb0a4f133fe3 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = guile-gnome-platform
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.
- pkgver = 2.16.4
+ pkgver = 2.16.5
pkgrel = 1
url = http://www.gnu.org/software/guile-gnome/
arch = i686
@@ -12,8 +12,8 @@ pkgbase = guile-gnome-platform
provides = guile-gnome-platform
conflicts = guile-gnome-platform
options = !libtool
- source = http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.16.4.tar.gz
- md5sums = 930178554957a25209c6ca0adeb3a584
+ source = http://ftp.gnu.org/pub/gnu/guile-gnome/guile-gnome-platform/guile-gnome-platform-2.16.5.tar.gz
+ sha256sums = 298d8c4f9b567bfe87beda18ed58d047c2e01b88c80895129de5466b921ccebe
pkgname = guile-gnome-platform
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 000000000000..594f67900f0c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,4 @@
+*.pkg.tar.xz
+/guile-gnome-platform-2.16.5.tar.gz
+/pkg/
+/src/
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
}