summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathon Fernyhough2018-03-22 20:00:52 +0000
committerJonathon Fernyhough2018-03-22 20:00:52 +0000
commit40b1599bcc37a792d83d4465a56eab2267da9be0 (patch)
tree8f8a63046bc1e5c8b868c093fc7560137550b305
parentbdfd493f1edcbcc35108bfc824ba3ae2405a106a (diff)
downloadaur-40b1599bcc37a792d83d4465a56eab2267da9be0.tar.gz
ats2-postiats-0.3.10
[upstream] * Improving atscntrb-sdstring and atscntrb-hx-cstream * Changing "atscntrb" to "atscntrb-hx" in the names of almost all of the npm-based ATS packages contributed by myself (Hongwei). This is a pervasive change due the wide use of these packages * Adding libats/ML/SATS/argvec.sats and libats/ML/SATS/argvec.dats * Adding share/SCRIPT/buildRelease.sh to automate build/release ATSi
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c2358e4cfc86..c477326369d4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ats2-postiats
pkgdesc = Statically typed programming language
- pkgver = 0.3.9
+ pkgver = 0.3.10
pkgrel = 1
url = http://www.ats-lang.org/
install = ats2-postiats.install
@@ -12,8 +12,8 @@ pkgbase = ats2-postiats
options = staticlibs
options = !emptydirs
options = !makeflags
- source = https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-0.3.9/ATS2-Postiats-0.3.9.tgz
- sha1sums = e350b7872cbac5ab1c3a539c7e35d176e39eb378
+ source = https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-0.3.10/ATS2-Postiats-0.3.10.tgz
+ sha1sums = 6a83800770cc50a7722c07e8c11122a901524ef8
pkgname = ats2-postiats
diff --git a/PKGBUILD b/PKGBUILD
index cfd5d5310d3c..8ae21ec4d047 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=ats2-postiats
_pkgname=ATS2-Postiats
-pkgver=0.3.9
+pkgver=0.3.10
pkgrel=1
pkgdesc="Statically typed programming language"
arch=('i686' 'x86_64')
@@ -14,13 +14,13 @@ options=('staticlibs' '!emptydirs' '!makeflags')
install="${pkgname}.install"
source=("https://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-${pkgver}/${_pkgname}-${pkgver}.tgz")
-sha1sums=('e350b7872cbac5ab1c3a539c7e35d176e39eb378')
+sha1sums=('6a83800770cc50a7722c07e8c11122a901524ef8')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
# NOTE: Before update a version check if has been correctly packaged
# sed -i "s/0.2.11/${pkgver}/g" VERSION
- # sed -i "s/0.2.10/${pkgver}/g" configure.ac
+ sed -i "49s/0.3.9/${pkgver}/g" configure.ac
autoconf
./configure --prefix=/usr
make all