summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-03-29 05:57:26 +0200
committerhaawda2017-03-29 05:57:26 +0200
commit9cb05b2e17b3c9c364958e0fe9c2bcb45d88d6ed (patch)
tree5d25d40977bfc7c811d6dc8ce9b6479c8671bc5c
parent058b89258f6cc74803f29ed861204506d14370f7 (diff)
downloadaur-9cb05b2e17b3c9c364958e0fe9c2bcb45d88d6ed.tar.gz
Updated version (2.2.0.9.gbcfc3f2e0 -> 2.2.0.14.gce934bcd4).
Changelog ========= Add allow-legacy-syntax-objects? parameter (ce934bcd4) Psyntax generates new syntax objects (a42bfae65) Beginnings of psyntax switch to new syntax objects (eb84c2f2d) Add disjoint syntax object type (64c5cc58f) Plumbing changes to rename "syntax-module" (6ba3f35f2) Git ignore .exe files (bcfc3f2e0) i18n: add international sign positions to %locale-dump (5d2aa5f1a) i18n: locale-positive-separated-by-space? should return bool, not string (dc9d1474a) i18n: add debugging helper procedure for locales (c81868425) i18n: add tests for locale-digit-grouping (726804874) i18n: add tests for locale AM/PM (7c7cc1181) i18n: rename locale-monetary-digit-grouping to locale-monetary-grouping (7e218d35a) web: Avoid deprecated '_IOFBF'. (aa86fcb7d) web: Remove export of nonexistent 'open-connection-for-uri'. (011669af3)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 06e9312d0fda..2313193d5815 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Fri Mar 24 01:17:22 UTC 2017
+# Wed Mar 29 03:57:25 UTC 2017
pkgbase = guile-git
pkgdesc = A portable, embeddable Scheme implementation (Git snapshot)
- pkgver = 2.2.0.9.gbcfc3f2e0
+ pkgver = 2.2.0.14.gce934bcd4
pkgrel = 1
url = http://www.gnu.org/software/guile/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 069233054474..356835088ac1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=guile-git
_gitname=guile
-pkgver=2.2.0.9.gbcfc3f2e0
+pkgver=2.2.0.14.gce934bcd4
pkgrel=1
pkgdesc="A portable, embeddable Scheme implementation (Git snapshot)"
arch=('i686' 'x86_64')