diff options
author | Xuanrui Qi | 2020-07-02 04:40:20 +0900 |
---|---|---|
committer | Xuanrui Qi | 2020-07-02 04:40:20 +0900 |
commit | aee6f803aa19e35209737c5d8a1127fa30505335 (patch) | |
tree | 48aada3e9a67f278a00eebd750072b0760ee4944 | |
parent | d3af913a446618431179f6a1cb4caa2cc8ec7a1d (diff) | |
download | aur-aee6f803aa19e35209737c5d8a1127fa30505335.tar.gz |
Version 3.6.0 released
-rw-r--r-- | .SRCINFO | 6 | ||||
-rw-r--r-- | PKGBUILD | 6 |
2 files changed, 6 insertions, 6 deletions
@@ -1,6 +1,6 @@ pkgbase = smlsharp pkgdesc = A new programming language in the Standard ML family - pkgver = 3.5.0 + pkgver = 3.6.0 pkgrel = 1 url = http://www.pllab.riec.tohoku.ac.jp/smlsharp/ arch = x86_64 @@ -12,9 +12,9 @@ pkgbase = smlsharp depends = llvm>=3.9.1 options = libtool options = staticlibs - source = http://www.pllab.riec.tohoku.ac.jp/smlsharp/download/smlsharp-3.5.0.tar.gz + source = http://www.pllab.riec.tohoku.ac.jp/smlsharp/download/smlsharp-3.6.0.tar.gz source = remove-tz-test.patch - sha256sums = 0ef9861685b6b02b6ea81e659563f955c48f156b75b92782e769bb25f07b2ad8 + sha256sums = 83790d5e6b468a08f7fb221f0c2682f4243aaff063c4c43533734e4232e7720b sha256sums = 9ad167dd7582349a84218c1d61347376e439d476cca1ffa26b6addeaf162dc6c pkgname = smlsharp @@ -3,7 +3,7 @@ # Updated: Yuki Chiba <yuki.from.akita@gmail.com> pkgname=smlsharp -pkgver=3.5.0 +pkgver=3.6.0 pkgrel=1 pkgdesc="A new programming language in the Standard ML family" arch=('x86_64') @@ -16,13 +16,13 @@ depends=('gmp' makedepends=('chrpath') source=("http://www.pllab.riec.tohoku.ac.jp/smlsharp/download/$pkgname-$pkgver.tar.gz" remove-tz-test.patch) -sha256sums=('0ef9861685b6b02b6ea81e659563f955c48f156b75b92782e769bb25f07b2ad8' +sha256sums=('83790d5e6b468a08f7fb221f0c2682f4243aaff063c4c43533734e4232e7720b' '9ad167dd7582349a84218c1d61347376e439d476cca1ffa26b6addeaf162dc6c') options=(libtool staticlibs) prepare() { cd $srcdir/$pkgname-$pkgver - ./configure --prefix=/usr --with-incompatible-llvm + ./configure --prefix=/usr } build() { |