summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorhaawda2017-03-31 20:09:11 +0200
committerhaawda2017-03-31 20:09:11 +0200
commitc1f3257deb39f5acac3f51b602db293beda4557d (patch)
tree8e27f9675b4a151c64215136b79f0f4f6e09450b
parent5e601fdcaa994800c5e7b54e8d76ba004acd25ad (diff)
downloadaur-c1f3257deb39f5acac3f51b602db293beda4557d.tar.gz
Updated version (16.ge91f59f -> 19.g047cee9).
Changelog ========= Add .DS_Store (Macintosh debris) to .gitignore. (047cee9) Update Unicon website link (.net->.io). (bf681e3) Check in clarification of type conversion on comparison. (5273ca2) Fix innocuous MaxType definition bug (thx Don Ward). (e91f59f) Note testing under MacOS 10.12 (Sierra). (17a1c82) Note testing under Ubuntu 16.04.1 LTS. (a4902cb) Reflect testing on MacOS X 10.11.1 (El Capitan). (780923d) Update README so that it isn't incorrect when included in a binary release. (2067410) Icon's use of Makefile includes is finally recognized as standard. (26f32ee) Improve mobile friendliness of documentation. (29718e2) Update FAQ for Windows implementation and GitHub source. (bc0aa6c) Styling tweak for UL + UL in FAQ. (e299195) Merge branch 'master' of github.com:gtownsend/icon (7d6ee56) Fix HTML warnings. (daa4404) Merge independent changes. (1a4a1af) Update release notes with better understanding of $DISPLAY bug. (59b79f2) Fix incorrect drawcard() comments (thx Will Evans). (6e50807) Reflect testing on Ubuntu 14.10. (f738196) Handle $DISPLAY longer than 63 characters. First seen as a problem on Macintosh OS X 10.10 ("Yosemite"). Side effects revealed other bugs in cross-display CopyArea and gamma correction. (d0cd013)
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1cc2299613f..85e6640ba22f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sat Mar 11 16:27:35 UTC 2017
+# Fri Mar 31 18:09:11 UTC 2017
pkgbase = icon-git
pkgdesc = The Icon programming language
- pkgver = 16.ge91f59f
+ pkgver = 19.g047cee9
pkgrel = 1
url = http://www.cs.arizona.edu/icon/
arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index bd9c47b6e05d..8ef8343e8592 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Stefan Husmann <stefan-husmann@t-online.de>
pkgname=icon-git
-pkgver=16.ge91f59f
+pkgver=19.g047cee9
pkgrel=1
pkgdesc="The Icon programming language"
arch=('i686' 'x86_64')