summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorRamana Kumar2017-05-17 08:39:12 +1000
committerRamana Kumar2017-05-17 08:39:12 +1000
commitb93f68bc9f7e91583a9a7bf095aa3a7a63f79e41 (patch)
treeade97c12c01796e0487617115ecf4ffd773658ad
parent8b4c224fed35c5051f4919fef45588ec81b1cbd4 (diff)
downloadaur-b93f68bc9f7e91583a9a7bf095aa3a7a63f79e41.tar.gz
Update to fixes-5.7
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 144a3ae38c4d..7e6d28d7d9dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Thu Apr 28 04:01:24 UTC 2016
+# Tue May 16 22:38:44 UTC 2017
pkgbase = polyml-fixes-git
pkgdesc = Poly/ML implementation of Standard ML (latest release + fixes)
- pkgver = 5.6r2078.167eaf7
+ pkgver = 5.7r2925.096d446e
pkgrel = 1
url = http://polyml.org
arch = i686
@@ -17,7 +17,7 @@ pkgbase = polyml-fixes-git
conflicts = polyml-svn
replaces = polyml-svn
options = staticlibs
- source = git+https://github.com/polyml/polyml.git#branch=fixes-5.6
+ source = git+https://github.com/polyml/polyml.git#branch=fixes-5.7
md5sums = SKIP
pkgname = polyml-fixes-git
diff --git a/PKGBUILD b/PKGBUILD
index 9cd577a173c4..218f7ef1f44e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Ramana Kumar <ramana at member dot fsf dot org>
pkgname=polyml-fixes-git
-pkgver=5.6r2078.167eaf7
+pkgver=5.7r2925.096d446e
pkgrel=1
pkgdesc="Poly/ML implementation of Standard ML (latest release + fixes)"
arch=('i686' 'x86_64')
@@ -15,13 +15,13 @@ replaces=("${pkgname%-fixes-git}-svn")
backup=()
options=('staticlibs')
install=
-source=('git+https://github.com/polyml/polyml.git#branch=fixes-5.6')
+source=('git+https://github.com/polyml/polyml.git#branch=fixes-5.7')
noextract=()
md5sums=('SKIP')
pkgver() {
cd "$srcdir/${pkgname%-fixes-git}"
- printf "5.6r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
+ printf "5.7r%s.%s" "$(git rev-list --count HEAD)" "$(git rev-parse --short HEAD)"
}
build() {