summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMario Rodas2015-09-01 11:06:58 -0500
committerMario Rodas2015-09-01 11:06:58 -0500
commita9d98f0c1fd2593b77fd334e6fce77727baaf4f5 (patch)
treeb1beff943b2a1633849137a105adeea7c9914127
parent6e2e7dd4c9dc4e4d11251a598ba30e034121c56d (diff)
downloadaur-a9d98f0c1fd2593b77fd334e6fce77727baaf4f5.tar.gz
Update to ATS 0.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index aa9c9c5b1bad..be632b537efa 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ats2-postiats
pkgdesc = Statically typed programming language
- pkgver = 0.2.1
+ pkgver = 0.2.2
pkgrel = 1
url = http://www.ats-lang.org/
arch = i686
@@ -11,8 +11,8 @@ pkgbase = ats2-postiats
optdepends = gmp
options = staticlibs
options = !emptydirs
- source = http://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-0.2.1/ATS2-Postiats-0.2.1.tgz
- sha256sums = 0a0d3a7e762a7a7ae77e5d3e27ccdc43766d19316579bfa2015a9f7977e86f7b
+ source = http://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-0.2.2/ATS2-Postiats-0.2.2.tgz
+ sha256sums = 3a32aa65928d79cd17328475bd85c24dc83fb7c429826eb857beb73dad446525
pkgname = ats2-postiats
diff --git a/PKGBUILD b/PKGBUILD
index 3b6339b99c66..a9f819f4a767 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ats2-postiats
_pkgname=ATS2-Postiats
-pkgver=0.2.1
+pkgver=0.2.2
pkgrel=1
pkgdesc="Statically typed programming language"
arch=('i686' 'x86_64')
@@ -12,7 +12,7 @@ depends=('bash' 'gmp')
optdepends=('gmp')
options=('staticlibs' '!emptydirs')
source=("http://downloads.sourceforge.net/project/ats2-lang/ats2-lang/ats2-postiats-${pkgver}/${_pkgname}-${pkgver}.tgz")
-sha256sums=('0a0d3a7e762a7a7ae77e5d3e27ccdc43766d19316579bfa2015a9f7977e86f7b')
+sha256sums=('3a32aa65928d79cd17328475bd85c24dc83fb7c429826eb857beb73dad446525')
build() {
cd "${srcdir}/${_pkgname}-${pkgver}"
@@ -35,5 +35,5 @@ package() {
}
# Local Variables:
-# compile-command: "makepkg -sm"
+# compile-command: "makepkg -sm && mksrcinfo"
# End: